2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-18 02:04:05 +08:00
linux-next/drivers/net/ethernet/micrel
Arnd Bergmann a76053707d dev_ioctl: split out ndo_eth_ioctl
Most users of ndo_do_ioctl are ethernet drivers that implement
the MII commands SIOCGMIIPHY/SIOCGMIIREG/SIOCSMIIREG, or hardware
timestamping with SIOCSHWTSTAMP/SIOCGHWTSTAMP.

Separate these from the few drivers that use ndo_do_ioctl to
implement SIOCBOND, SIOCBR and SIOCWANDEV commands.

This is a purely cosmetic change intended to help readers find
their way through the implementation.

Cc: Doug Ledford <dledford@redhat.com>
Cc: Jason Gunthorpe <jgg@ziepe.ca>
Cc: Jay Vosburgh <j.vosburgh@gmail.com>
Cc: Veaceslav Falico <vfalico@gmail.com>
Cc: Andy Gospodarek <andy@greyhouse.net>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Vivien Didelot <vivien.didelot@gmail.com>
Cc: Florian Fainelli <f.fainelli@gmail.com>
Cc: Vladimir Oltean <olteanv@gmail.com>
Cc: Leon Romanovsky <leon@kernel.org>
Cc: linux-rdma@vger.kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Jason Gunthorpe <jgg@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-07-27 20:11:45 +01:00
..
Kconfig net: ks8851: Select PHYLIB and MICREL_PHY in Kconfig 2021-01-12 18:42:36 -08:00
ks8842.c net: micrel: check return value after calling platform_get_resource() 2021-06-07 14:07:22 -07:00
ks8851_common.c dev_ioctl: split out ndo_eth_ioctl 2021-07-27 20:11:45 +01:00
ks8851_par.c net: ks8851: remove definition of DEBUG 2021-01-15 17:53:29 -08:00
ks8851_spi.c net: ks8851: remove definition of DEBUG 2021-01-15 17:53:29 -08:00
ks8851.h net: ks8851: Register MDIO bus and the internal PHY 2021-01-05 17:05:11 -08:00
ksz884x.c dev_ioctl: split out ndo_eth_ioctl 2021-07-27 20:11:45 +01:00
Makefile net: ks8851: Implement Parallel bus operations 2020-05-28 16:30:04 -07:00