netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] net: phy: add new version of phy_do_ioctl and convert suitable drivers
@ 2020-01-20 21:15 Heiner Kallweit
  2020-01-20 21:16 ` [PATCH net-next 1/3] net: phy: rename phy_do_ioctl to phy_do_ioctl_running Heiner Kallweit
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Heiner Kallweit @ 2020-01-20 21:15 UTC (permalink / raw)
  To: Andrew Lunn, Florian Fainelli, David Miller, Mark Einon,
	Jay Cliburn, Chris Snook
  Cc: netdev@vger.kernel.org

We just added phy_do_ioctl, but it turned out that we need another
version of this function that doesn't check whether net_device is
running. So rename phy_do_ioctl to phy_do_ioctl_running and add a
new version of phy_do_ioctl. Eventually convert suitable drivers
to use phy_do_ioctl.

Heiner Kallweit (3):
  net: phy: rename phy_do_ioctl to phy_do_ioctl_running
  net: phy: add new version of phy_do_ioctl
  net: convert suitable network drivers to use phy_do_ioctl

 drivers/net/ethernet/agere/et131x.c          | 11 +----------
 drivers/net/ethernet/atheros/ag71xx.c        | 10 +---------
 drivers/net/ethernet/faraday/ftgmac100.c     | 11 +----------
 drivers/net/ethernet/freescale/fec_mpc52xx.c | 12 +-----------
 drivers/net/ethernet/rdc/r6040.c             | 10 +---------
 drivers/net/ethernet/realtek/r8169_main.c    |  2 +-
 drivers/net/phy/phy.c                        | 12 +++++++++++-
 include/linux/phy.h                          |  1 +
 8 files changed, 18 insertions(+), 51 deletions(-)

-- 
2.25.0


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

end of thread, other threads:[~2020-01-21  9:51 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-20 21:15 [PATCH net-next 0/3] net: phy: add new version of phy_do_ioctl and convert suitable drivers Heiner Kallweit
2020-01-20 21:16 ` [PATCH net-next 1/3] net: phy: rename phy_do_ioctl to phy_do_ioctl_running Heiner Kallweit
2020-01-20 22:03   ` Florian Fainelli
2020-01-20 22:16   ` Andrew Lunn
2020-01-20 21:17 ` [PATCH net-next 2/3] net: phy: add new version of phy_do_ioctl Heiner Kallweit
2020-01-20 22:04   ` Florian Fainelli
2020-01-20 22:17   ` Andrew Lunn
2020-01-20 21:18 ` [PATCH net-next 3/3] net: convert suitable network drivers to use phy_do_ioctl Heiner Kallweit
2020-01-20 22:04   ` Florian Fainelli
2020-01-20 22:19   ` Andrew Lunn
2020-01-20 22:05 ` [PATCH net-next 0/3] net: phy: add new version of phy_do_ioctl and convert suitable drivers Florian Fainelli
2020-01-21  9:50 ` David Miller

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).