• D
    NET: Add driver for Octeon MDIO buses. · 25d967b7
    David Daney 提交于
    The Octeon SOC has two types of Ethernet ports, each type with its own
    driver.  However, the PHYs for all the ports are controlled by a
    common MDIO bus.  Because the mdio driver is not associated with a
    particular driver, but is instead a system level resource, we create s
    stand-alone driver for it.
    
    As for the driver, we put the register definitions in
    arch/mips/include/asm/octeon where most of the other Octeon register
    definitions live.  This is a platform driver with the platform device
    for "mdio-octeon" being registered in the platform startup code.
    Signed-off-by: NDavid Daney <ddaney@caviumnetworks.com>
    Acked-by: NDavid S. Miller <davem@davemloft.net>
    Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
    25d967b7
Kconfig 3.1 KB