mbox series

[net-next,0/2] net: mscc: allow forwarding ioctl operations to attached PHYs

Message ID 20200526150149.456719-1-antoine.tenart@bootlin.com
Headers show
Series net: mscc: allow forwarding ioctl operations to attached PHYs | expand

Message

Antoine Tenart May 26, 2020, 3:01 p.m. UTC
Hello,

These two patches allow forwarding ioctl to the PHY MII implementation,
and support is added for offloading timestamping operations to
compatible attached PHYs.

Thanks,
Antoine

Antoine Tenart (2):
  net: mscc: use the PHY MII ioctl interface when possible
  net: mscc: allow offloading timestamping operations to the PHY

 drivers/net/ethernet/mscc/ocelot.c       | 23 ++++++++++++-----------
 drivers/net/ethernet/mscc/ocelot_board.c |  3 ++-
 2 files changed, 14 insertions(+), 12 deletions(-)

Comments

David Miller May 27, 2020, 9:54 p.m. UTC | #1
From: Antoine Tenart <antoine.tenart@bootlin.com>
Date: Tue, 26 May 2020 17:01:47 +0200

> These two patches allow forwarding ioctl to the PHY MII implementation,
> and support is added for offloading timestamping operations to
> compatible attached PHYs.

Series applied, thanks.