Searched hist:"9 d9326d3bc0ea9a8bbe40bf3e5e66c7b9858caa0" (Results 1 – 3 of 3) sorted by relevance
/linux/arch/powerpc/platforms/pasemi/ |
H A D | gpio_mdio.c | diff 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 D | fsl_devices.h | diff 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 D | fsl_soc.c | diff 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>
|