netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/7] ACPI support for xgmac_mdio and dpaa2-mac drivers.
@ 2020-01-31 15:34 Calvin Johnson
  2020-01-31 15:34 ` [PATCH v1 1/7] mdio_bus: Introduce fwnode MDIO helpers Calvin Johnson
                   ` (6 more replies)
  0 siblings, 7 replies; 31+ messages in thread
From: Calvin Johnson @ 2020-01-31 15:34 UTC (permalink / raw)
  To: linux.cj, Jon Nettleton, linux, Makarand Pawagi,
	cristian.sovaiala, laurentiu.tudor, ioana.ciornei, V.Sethi,
	pankaj.bansal, Rajesh V . Bikkina
  Cc: Calvin Johnson, Andrew Lunn, Andy Shevchenko, Antoine Tenart,
	David S. Miller, Dmitry Torokhov, Florian Fainelli,
	Greg Kroah-Hartman, Heikki Krogerus, Heiner Kallweit,
	Ioana Radulescu, Madalin Bucur, Matteo Croce, Maxime Chevallier,
	Rafael J. Wysocki, Russell King, Sakari Ailus, Thomas Gleixner,
	linux-kernel, netdev

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


^ permalink raw reply	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2020-03-18  6:04 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-31 15:34 [PATCH v1 0/7] ACPI support for xgmac_mdio and dpaa2-mac drivers Calvin Johnson
2020-01-31 15:34 ` [PATCH v1 1/7] mdio_bus: Introduce fwnode MDIO helpers Calvin Johnson
2020-01-31 16:28   ` Andrew Lunn
2020-02-05  7:11     ` [EXT] " Calvin Johnson (OSS)
2020-02-03  9:49   ` kbuild test robot
2020-02-05 14:17   ` Jeremy Linton
2020-02-07  9:42     ` [EXT] " Calvin Johnson (OSS)
2020-03-17 11:36   ` Calvin Johnson
2020-03-17 14:04     ` Andrew Lunn
2020-03-18  6:03       ` Calvin Johnson
2020-01-31 15:34 ` [PATCH v1 2/7] mdio_bus: modify fwnode phy related functions Calvin Johnson
2020-01-31 15:34 ` [PATCH v1 3/7] net/fsl: add ACPI support for mdio bus Calvin Johnson
2020-01-31 16:08   ` Andy Shevchenko
2020-02-04  7:18     ` Calvin Johnson (OSS)
2020-02-04 11:17       ` Andy Shevchenko
2020-02-03  3:44   ` Florian Fainelli
2020-02-04 18:46     ` Calvin Johnson
2020-01-31 15:34 ` [PATCH v1 4/7] device property: fwnode_get_phy_mode: Change API to solve int/unit warnings Calvin Johnson
2020-01-31 15:55   ` Andy Shevchenko
2020-02-03  9:13     ` Calvin Johnson (OSS)
2020-02-03  9:22       ` Andy Shevchenko
2020-02-03  2:32   ` kbuild test robot
2020-02-03  8:41   ` kbuild test robot
2020-01-31 15:34 ` [PATCH v1 6/7] net: phylink: Introduce phylink_fwnode_phy_connect() Calvin Johnson
2020-02-03 18:21   ` kbuild test robot
2020-02-03 18:41   ` Russell King - ARM Linux admin
2020-02-03 18:43     ` Russell King - ARM Linux admin
2020-02-05 11:33     ` [EXT] " Calvin Johnson (OSS)
2020-01-31 15:34 ` [PATCH v1 7/7] dpaa2-eth: Add ACPI support for DPAA2 MAC driver Calvin Johnson
2020-02-03 18:02 ` [PATCH v1 0/7] ACPI support for xgmac_mdio and dpaa2-mac drivers Florian Fainelli
2020-02-05  8:31   ` [EXT] " Calvin Johnson (OSS)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).