lkml.org 
[lkml]   [2020]   [Jan]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Subject[PATCH v1 0/7] ACPI support for xgmac_mdio and dpaa2-mac drivers.
    Date
    From: Calvin Johnson <calvin.johnson@oss.nxp.com>

    This patch series provides ACPI support for xgmac_mdio and dpaa2-mac
    driver. Most of the DT APIs are replaced with fwnode APIs to handle
    both DT and ACPI nodes.

    Old patch by Marcin Wojtas: (mdio_bus: Introduce fwnode MDIO helpers),
    is reused in this series to get some fwnode mdio helper APIs.


    Calvin Johnson (6):
    mdio_bus: modify fwnode phy related functions
    net/fsl: add ACPI support for mdio bus
    device property: fwnode_get_phy_mode: Change API to solve int/unit
    warnings
    device property: Introduce fwnode_phy_is_fixed_link()
    net: phylink: Introduce phylink_fwnode_phy_connect()
    dpaa2-eth: Add ACPI support for DPAA2 MAC driver

    Marcin Wojtas (1):
    mdio_bus: Introduce fwnode MDIO helpers

    drivers/base/property.c | 43 ++-
    .../net/ethernet/freescale/dpaa2/dpaa2-mac.c | 78 ++++--
    drivers/net/ethernet/freescale/xgmac_mdio.c | 63 +++--
    .../net/ethernet/marvell/mvpp2/mvpp2_main.c | 7 +-
    drivers/net/phy/mdio_bus.c | 244 ++++++++++++++++++
    drivers/net/phy/phylink.c | 64 +++++
    include/linux/mdio.h | 3 +
    include/linux/phylink.h | 2 +
    include/linux/property.h | 5 +-
    9 files changed, 450 insertions(+), 59 deletions(-)

    --
    2.17.1

    \
     
     \ /
      Last update: 2020-01-31 16:36    [W:4.060 / U:0.100 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site