netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/6 v2] IXP46x PTP Timer clean-up and DT
@ 2021-08-13 22:00 Linus Walleij
  2021-08-13 22:00 ` [PATCH net-next 1/6 v2] ixp4xx_eth: make ptp support a platform driver Linus Walleij
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Linus Walleij @ 2021-08-13 22:00 UTC (permalink / raw)
  To: netdev, David S . Miller, Jakub Kicinski
  Cc: Imre Kaloz, Krzysztof Halasa, Linus Walleij

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.

ChangeLog v1->v2:

This is now rebased on net-next and the upstream kernel should
contain fixes for the issues found by the build robot.

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


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

end of thread, other threads:[~2021-08-13 22:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-13 22:00 [PATCH net-next 0/6 v2] IXP46x PTP Timer clean-up and DT Linus Walleij
2021-08-13 22:00 ` [PATCH net-next 1/6 v2] ixp4xx_eth: make ptp support a platform driver Linus Walleij
2021-08-13 22:00 ` [PATCH net-next 2/6 v2] ixp4xx_eth: fix compile-testing Linus Walleij
2021-08-13 22:00 ` [PATCH net-next 3/6 v2] ixp4xx_eth: enable compile testing Linus Walleij
2021-08-13 22:55   ` Jakub Kicinski
2021-08-13 22:00 ` [PATCH net-next 4/6 v2] ixp4xx_eth: Stop referring to GPIOs Linus Walleij
2021-08-13 22:00 ` [PATCH net-next 5/6 v2] ixp4xx_eth: Add devicetree bindings Linus Walleij
2021-08-13 22:00 ` [PATCH net-next 6/6 v2] ixp4xx_eth: Probe the PTP module from the device tree Linus Walleij

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