Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | netdev/phy: mdio-mux-mmioreg.c should include of_address.h | Timur Tabi | 2012-09-07 | 1 | -0/+1 |
| | | | | | | | | | | | | | mdio-mux-mmioreg.c uses function of_address_to_resource(), which is defined in linux/of_address.h. This fixes a compilation error: drivers/net/phy/mdio-mux-mmioreg.c: In function 'mdio_mux_mmioreg_probe': drivers/net/phy/mdio-mux-mmioreg.c:83:2: error: implicit declaration of function 'of_address_to_resource' Reported-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Timur Tabi <timur@freescale.com> Signed-off-by: David S. Miller <davem@davemloft.net> | ||||
* | netdev/phy: add MDIO bus multiplexer driven by a memory-mapped device | Timur Tabi | 2012-08-30 | 1 | -0/+170 |
Add support for an MDIO bus multiplexer controlled by a simple memory-mapped device, like an FPGA. The device must be memory-mapped and contain only 8-bit registers (which keeps things simple). Tested on a Freescale P5020DS board which uses the "PIXIS" FPGA attached to the localbus. Signed-off-by: Timur Tabi <timur@freescale.com> Signed-off-by: David S. Miller <davem@davemloft.net> |