All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] of: mdio: Fall back to mdiobus_register() with np is NULL
@ 2018-05-15 21:59 ` Florian Fainelli
  0 siblings, 0 replies; 27+ messages in thread
From: Florian Fainelli @ 2018-05-15 21:59 UTC (permalink / raw)
  To: netdev
  Cc: Florian Fainelli, Andrew Lunn, Vivien Didelot, David S. Miller,
	Nicolas Ferre, Fugang Duan, Sergei Shtylyov, Giuseppe Cavallaro,
	Alexandre Torgue, Jose Abreu, Grygorii Strashko, Woojung Huh,
	Microchip Linux Driver Support, Rob Herring, Frank Rowand,
	Antoine Tenart, Tobias Jordan, Russell King, Geert Uytterhoeven,
	Thomas Petazzoni, Niklas Söderlund, Simon Horman,
	Maxim Uvarov, Sekhar Nori, open list,
	open list:RENESAS ETHERNET DRIVERS,
	open list:TI ETHERNET SWITCH DRIVER (CPSW),
	open list:USB NETWORKING DRIVERS,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE

Hi all,

This patch series updates of_mdiobus_register() such that when the device_node
argument is NULL, it calls mdiobus_register() directly. This is consistent with
the behavior of of_mdiobus_register() when CONFIG_OF=n.

I only converted the most obvious drivers, there are others that have a much
less obvious behavior and specifically attempt to deal with CONFIG_ACPI.

Florian Fainelli (2):
  of: mdio: Fall back to mdiobus_register() with np is NULL
  drivers: net: Remove device_node checks with of_mdiobus_register()

 drivers/net/dsa/bcm_sf2.c                         |  8 ++------
 drivers/net/dsa/mv88e6xxx/chip.c                  |  5 +----
 drivers/net/ethernet/cadence/macb_main.c          | 12 +++---------
 drivers/net/ethernet/freescale/fec_main.c         |  8 ++------
 drivers/net/ethernet/marvell/mvmdio.c             |  5 +----
 drivers/net/ethernet/renesas/sh_eth.c             | 11 +++--------
 drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c |  5 +----
 drivers/net/ethernet/ti/davinci_mdio.c            |  6 ++----
 drivers/net/phy/mdio-gpio.c                       |  6 +-----
 drivers/net/phy/mdio-mscc-miim.c                  |  6 +-----
 drivers/net/usb/lan78xx.c                         |  7 ++-----
 drivers/of/of_mdio.c                              |  6 ++++++
 12 files changed, 25 insertions(+), 60 deletions(-)

-- 
2.14.1


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

end of thread, other threads:[~2018-05-16 17:06 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-15 21:59 [PATCH net-next 0/2] of: mdio: Fall back to mdiobus_register() with np is NULL Florian Fainelli
2018-05-15 21:59 ` Florian Fainelli
2018-05-15 21:59 ` Florian Fainelli
2018-05-15 21:59 ` [PATCH net-next 1/2] " Florian Fainelli
2018-05-15 21:59   ` [net-next,1/2] " Florian Fainelli
2018-05-15 21:59   ` [PATCH net-next 1/2] " Florian Fainelli
2018-05-15 21:59   ` Florian Fainelli
2018-05-15 21:59 ` [PATCH net-next 2/2] drivers: net: Remove device_node checks with of_mdiobus_register() Florian Fainelli
2018-05-15 21:59   ` [net-next,2/2] " Florian Fainelli
2018-05-15 21:59   ` [PATCH net-next 2/2] " Florian Fainelli
2018-05-15 21:59   ` Florian Fainelli
2018-05-15 22:57   ` Grygorii Strashko
2018-05-15 22:57     ` [net-next,2/2] " Grygorii Strashko
2018-05-15 22:57     ` [PATCH net-next 2/2] " Grygorii Strashko
2018-05-15 22:57     ` Grygorii Strashko
2018-05-15 22:59     ` Florian Fainelli
2018-05-15 22:59       ` [net-next,2/2] " Florian Fainelli
2018-05-15 22:59       ` [PATCH net-next 2/2] " Florian Fainelli
2018-05-15 22:59       ` Florian Fainelli
2018-05-16 16:33   ` kbuild test robot
2018-05-16 16:33     ` [net-next,2/2] " kbuild test robot
2018-05-16 16:33     ` [PATCH net-next 2/2] " kbuild test robot
2018-05-16 16:33     ` kbuild test robot
2018-05-16 17:05   ` kbuild test robot
2018-05-16 17:05     ` [net-next,2/2] " kbuild test robot
2018-05-16 17:05     ` [PATCH net-next 2/2] " kbuild test robot
2018-05-16 17:05     ` kbuild test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.