netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH net-next 0/6] IXP46x PTP Timer clean-up and DT
       [not found] <C1ECCD2D-1961-47C8-BBBB-97152A209A57@hxcore.ol>
@ 2023-01-03 15:30 ` Linus Walleij
  0 siblings, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2023-01-03 15:30 UTC (permalink / raw)
  To: Bryce; +Cc: kuba, davem, kaloz, khalasa, netdev

On Tue, Jan 3, 2023 at 3:53 PM Bryce <oliverwearzprada@gmail.com> wrote:

> git send-email \
>     --in-reply-to=20210802090529.52bdbf4a@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com \
>     --to=kuba@kernel.org \
>     --cc=davem@davemloft.net \
>     --cc=kaloz@openwrt.org \
>     --cc=khalasa@piap.pl \
>     --cc=linus.walleij@linaro.org \
>     --cc=netdev@vger.kernel.org \
>     /path/to/YOUR_REPLY

Yeah that is how I do it too :D

I'm curious to see if you're using PTP with IXP4xx!

Yours,
Linus Walleij

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

* Re: [PATCH net-next 0/6] IXP46x PTP Timer clean-up and DT
  2021-08-01  0:27 Linus Walleij
@ 2021-08-02 16:05 ` Jakub Kicinski
  0 siblings, 0 replies; 3+ messages in thread
From: Jakub Kicinski @ 2021-08-02 16:05 UTC (permalink / raw)
  To: Linus Walleij; +Cc: netdev, David S . Miller, Imre Kaloz, Krzysztof Halasa

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.

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

* [PATCH net-next 0/6] IXP46x PTP Timer clean-up and DT
@ 2021-08-01  0:27 Linus Walleij
  2021-08-02 16:05 ` Jakub Kicinski
  0 siblings, 1 reply; 3+ messages in thread
From: Linus Walleij @ 2021-08-01  0:27 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.

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] 3+ messages in thread

end of thread, other threads:[~2023-01-03 15:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <C1ECCD2D-1961-47C8-BBBB-97152A209A57@hxcore.ol>
2023-01-03 15:30 ` [PATCH net-next 0/6] IXP46x PTP Timer clean-up and DT Linus Walleij
2021-08-01  0:27 Linus Walleij
2021-08-02 16:05 ` Jakub Kicinski

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