Message ID | 20240807144349.297342-1-francesco@dolcini.it (mailing list archive) |
---|---|
Headers | show |
Series | net: fec: add PPS channel configuration | expand |
Hello net people, On Wed, Aug 07, 2024 at 04:43:45PM +0200, Francesco Dolcini wrote: > From: Francesco Dolcini <francesco.dolcini@toradex.com> > > Make the FEC Ethernet PPS channel configurable from device tree. I realized that I forgot the `net-next` subject patch prefix on this series, let me know if I should re-send it with it added, thanks. Francesco
On Thu, 8 Aug 2024 23:57:23 +0200 Francesco Dolcini wrote: > On Wed, Aug 07, 2024 at 04:43:45PM +0200, Francesco Dolcini wrote: > > From: Francesco Dolcini <francesco.dolcini@toradex.com> > > > > Make the FEC Ethernet PPS channel configurable from device tree. > > I realized that I forgot the `net-next` subject patch prefix on this series, > let me know if I should re-send it with it added, thanks. Hm, normally I'd say no, but we also didn't get patch 4 CCed to us. We use patchwork for a lot of things (including CI ingest) and if we don't get all the patches patchwork considers the series incomplete. Could you either repost and CC netdev@ on all 4 or repost just the 3 patches meant for netdev as a standalone series?
From: Francesco Dolcini <francesco.dolcini@toradex.com> Make the FEC Ethernet PPS channel configurable from device tree. The current code hard-code the PPS channel to be 0, however on i.MX8 the channel is 1. Francesco Dolcini (4): dt-bindings: net: fec: add pps channel property net: fec: refactor PPS channel configuration net: fec: make PPS channel configurable arm64: dts: imx8-ss-conn: add PPS channel to the FEC nodes Documentation/devicetree/bindings/net/fsl,fec.yaml | 7 +++++++ arch/arm64/boot/dts/freescale/imx8-ss-conn.dtsi | 2 ++ drivers/net/ethernet/freescale/fec_ptp.c | 11 ++++++----- 3 files changed, 15 insertions(+), 5 deletions(-)