mbox series

[net-next,0/6] IXP46x PTP Timer clean-up and DT

Message ID 20210801002737.3038741-1-linus.walleij@linaro.org
Headers show
Series IXP46x PTP Timer clean-up and DT | expand

Message

Linus Walleij Aug. 1, 2021, 12:27 a.m. UTC
This is a combination of a few cleanups from Arnd and some cleanup
and device tree support work from me, together modernizing the
PTP timer for the IXP46x platforms.

Arnd Bergmann (3):
  ixp4xx_eth: make ptp support a platform driver
  ixp4xx_eth: fix compile-testing
  ixp4xx_eth: enable compile testing

Linus Walleij (3):
  ixp4xx_eth: Stop referring to GPIOs
  ixp4xx_eth: Add devicetree bindings
  ixp4xx_eth: Probe the PTP module from the device tree

 .../bindings/net/intel,ixp46x-ptp-timer.yaml  |  54 ++++++++
 arch/arm/mach-ixp4xx/common.c                 |  14 ++
 drivers/net/ethernet/xscale/Kconfig           |  11 +-
 drivers/net/ethernet/xscale/Makefile          |   6 +-
 drivers/net/ethernet/xscale/ixp46x_ts.h       |  13 +-
 drivers/net/ethernet/xscale/ixp4xx_eth.c      |  35 +++--
 drivers/net/ethernet/xscale/ptp_ixp46x.c      | 122 +++++++++---------
 7 files changed, 175 insertions(+), 80 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/intel,ixp46x-ptp-timer.yaml

-- 
2.31.1

Comments

Jakub Kicinski Aug. 2, 2021, 4:05 p.m. UTC | #1
On Sun,  1 Aug 2021 02:27:31 +0200 Linus Walleij wrote:
> This is a combination of a few cleanups from Arnd and some cleanup

> and device tree support work from me, together modernizing the

> PTP timer for the IXP46x platforms.


This set does not apply to net-next, please respin.