Home
last modified time | relevance | path

Searched hist:"9 d9326d3bc0ea9a8bbe40bf3e5e66c7b9858caa0" (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/platforms/pasemi/
H A Dgpio_mdio.cdiff 9d9326d3bc0ea9a8bbe40bf3e5e66c7b9858caa0 Thu Apr 10 02:38:13 CEST 2008 Andy Fleming <afleming@freescale.com> 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>
/linux/include/linux/
H A Dfsl_devices.hdiff 9d9326d3bc0ea9a8bbe40bf3e5e66c7b9858caa0 Thu Apr 10 02:38:13 CEST 2008 Andy Fleming <afleming@freescale.com> 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>
/linux/arch/powerpc/sysdev/
H A Dfsl_soc.cdiff 9d9326d3bc0ea9a8bbe40bf3e5e66c7b9858caa0 Thu Apr 10 02:38:13 CEST 2008 Andy Fleming <afleming@freescale.com> 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>