linux/arch/powerpc/platforms/pasemi
Andy Fleming 9d9326d3bc phy: Change mii_bus id field to a string
Having the id field be an int was making more complex bus topologies
excessively difficult.  For now, just convert it to a string, and
change all instances of "bus->id = val" to
snprintf(id, MII_BUS_ID_LEN, "%x", val).

Signed-off-by: Andy Fleming <afleming@freescale.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
2008-04-16 20:09:35 -04:00
..
cpufreq.c [POWERPC] pasemi: Don't enter powersaving states from elevated astates 2007-12-01 13:03:40 -06:00
dma_lib.c pasemi: export pasemi_dma_init() 2008-01-28 15:07:21 -08:00
gpio_mdio.c phy: Change mii_bus id field to a string 2008-04-16 20:09:35 -04:00
idle.c [POWERPC] pasemi: Use machine_*_initcall() hooks in platform code 2008-01-02 14:08:42 -06:00
iommu.c pasemi: Fix thinko in dma_direct_ops setup 2008-02-01 21:03:36 +11:00
Kconfig [POWERPC] pasemi: Move electra-ide to pata_of_platform 2008-01-15 10:26:45 -06:00
Makefile [POWERPC] pasemi: Register i2c devices at boot 2008-02-21 21:08:35 +11:00
misc.c [POWERPC] pasemi: Register i2c devices at boot 2008-02-21 21:08:35 +11:00
pasemi.h Merge branch 'linux-2.6' 2008-01-31 11:25:51 +11:00
pci.c [POWERPC] pasemi: Add workaround for erratum 5945 2007-09-14 01:33:21 +10:00
powersave.S [POWERPC] pasemi: Don't enter powersaving states from elevated astates 2007-12-01 13:03:40 -06:00
setup.c [POWERPC] pasemi: Use machine_*_initcall() hooks in platform code 2008-01-02 14:08:42 -06:00
time.c