* [PATCH net-next v3 0/3] net: fec: add PPS channel configuration
@ 2024-08-09 9:48 Francesco Dolcini
2024-09-03 14:10 ` Csókás Bence
0 siblings, 1 reply; 5+ messages in thread
From: Francesco Dolcini @ 2024-08-09 9:48 UTC (permalink / raw)
To: Wei Fang, Shenwei Wang, Clark Wang, David S. Miller, Eric Dumazet,
Jakub Kicinski, Paolo Abeni, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
Fabio Estevam, Richard Cochran, Linux Team
Cc: Francesco Dolcini, imx, netdev, devicetree, linux-kernel,
linux-arm-kernel
From: Francesco Dolcini <francesco.dolcini@toradex.com>
Make the FEC Ethernet PPS channel configurable from device tree.
v3 to just add the missing "net-next" subject prefix, sorry about the spam, it
seems like friday morning plus the mid of august heat wave is badly affecting
myself ...
v2: https://lore.kernel.org/all/20240809091844.387824-1-francesco@dolcini.it/
v1: https://lore.kernel.org/all/20240807144349.297342-1-francesco@dolcini.it/
Francesco Dolcini (3):
dt-bindings: net: fec: add pps channel property
net: fec: refactor PPS channel configuration
net: fec: make PPS channel configurable
Documentation/devicetree/bindings/net/fsl,fec.yaml | 7 +++++++
drivers/net/ethernet/freescale/fec_ptp.c | 11 ++++++-----
2 files changed, 13 insertions(+), 5 deletions(-)
--
2.39.2
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH net-next v3 0/3] net: fec: add PPS channel configuration
2024-08-09 9:48 [PATCH net-next v3 0/3] net: fec: add PPS channel configuration Francesco Dolcini
@ 2024-09-03 14:10 ` Csókás Bence
2024-09-03 16:07 ` Francesco Dolcini
0 siblings, 1 reply; 5+ messages in thread
From: Csókás Bence @ 2024-09-03 14:10 UTC (permalink / raw)
To: Francesco Dolcini, Wei Fang, Shenwei Wang, Clark Wang,
David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
Rob Herring, Krzysztof Kozlowski, Conor Dooley, Shawn Guo,
Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
Richard Cochran, Linux Team
Cc: Francesco Dolcini, imx, netdev, devicetree, linux-kernel,
linux-arm-kernel
Hi!
I already proposed this 2 years ago. I was just about to resubmit it and
found this series.
Link:
https://lore.kernel.org/netdev/20220803112449.37309-1-csokas.bence@prolan.hu/
What's the status of this? Also, please Cc: me in further
conversations/revisions as well.
Reviewed-by: "Csókás, Bence" <csokas.bence@prolan.hu>
Thanks,
Bence
On 8/9/24 11:48, Francesco Dolcini wrote:
> From: Francesco Dolcini <francesco.dolcini@toradex.com>
>
> Make the FEC Ethernet PPS channel configurable from device tree.
>
> v3 to just add the missing "net-next" subject prefix, sorry about the spam, it
> seems like friday morning plus the mid of august heat wave is badly affecting
> myself ...
>
> v2: https://lore.kernel.org/all/20240809091844.387824-1-francesco@dolcini.it/
> v1: https://lore.kernel.org/all/20240807144349.297342-1-francesco@dolcini.it/
>
> Francesco Dolcini (3):
> dt-bindings: net: fec: add pps channel property
> net: fec: refactor PPS channel configuration
> net: fec: make PPS channel configurable
>
> Documentation/devicetree/bindings/net/fsl,fec.yaml | 7 +++++++
> drivers/net/ethernet/freescale/fec_ptp.c | 11 ++++++-----
> 2 files changed, 13 insertions(+), 5 deletions(-)
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH net-next v3 0/3] net: fec: add PPS channel configuration
2024-09-03 14:10 ` Csókás Bence
@ 2024-09-03 16:07 ` Francesco Dolcini
2024-09-03 16:57 ` Marc Kleine-Budde
0 siblings, 1 reply; 5+ messages in thread
From: Francesco Dolcini @ 2024-09-03 16:07 UTC (permalink / raw)
To: Csókás Bence
Cc: Francesco Dolcini, Wei Fang, Shenwei Wang, Clark Wang,
David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
Rob Herring, Krzysztof Kozlowski, Conor Dooley, Shawn Guo,
Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
Richard Cochran, Linux Team, Francesco Dolcini, imx, netdev,
devicetree, linux-kernel, linux-arm-kernel
Hello,
On Tue, Sep 03, 2024 at 04:10:28PM +0200, Csókás Bence wrote:
> What's the status of this? Also, please Cc: me in further
> conversations/revisions as well.
I am going to send a v4 in the next few days to address the comments
on the dt-bindings change and apart of that I hope is good to go.
Francesco
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH net-next v3 0/3] net: fec: add PPS channel configuration
2024-09-03 16:07 ` Francesco Dolcini
@ 2024-09-03 16:57 ` Marc Kleine-Budde
2024-09-04 9:47 ` Csókás Bence
0 siblings, 1 reply; 5+ messages in thread
From: Marc Kleine-Budde @ 2024-09-03 16:57 UTC (permalink / raw)
To: Francesco Dolcini
Cc: Csókás Bence, imx, Eric Dumazet, Fabio Estevam,
Rob Herring, Shenwei Wang, Clark Wang, Linux Team, Jakub Kicinski,
Paolo Abeni, Sascha Hauer, devicetree, Conor Dooley,
Richard Cochran, Wei Fang, Francesco Dolcini, linux-arm-kernel,
netdev, linux-kernel, Pengutronix Kernel Team,
Krzysztof Kozlowski, Shawn Guo, David S. Miller
[-- Attachment #1: Type: text/plain, Size: 843 bytes --]
On 03.09.2024 18:07:00, Francesco Dolcini wrote:
> On Tue, Sep 03, 2024 at 04:10:28PM +0200, Csókás Bence wrote:
> > What's the status of this? Also, please Cc: me in further
> > conversations/revisions as well.
>
> I am going to send a v4 in the next few days to address the comments
> on the dt-bindings change and apart of that I hope is good to go.
Have you read Richard's feedback on this?
| https://lore.kernel.org/all/YvLJJkV2GRJWl7tA@hoboy.vegasvil.org
There seems to be a standard interface for what you're trying to do,
right?
regards,
Marc
--
Pengutronix e.K. | Marc Kleine-Budde |
Embedded Linux | https://www.pengutronix.de |
Vertretung Nürnberg | Phone: +49-5121-206917-129 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-9 |
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH net-next v3 0/3] net: fec: add PPS channel configuration
2024-09-03 16:57 ` Marc Kleine-Budde
@ 2024-09-04 9:47 ` Csókás Bence
0 siblings, 0 replies; 5+ messages in thread
From: Csókás Bence @ 2024-09-04 9:47 UTC (permalink / raw)
To: Marc Kleine-Budde, Francesco Dolcini
Cc: imx, Eric Dumazet, Fabio Estevam, Rob Herring, Shenwei Wang,
Clark Wang, Linux Team, Jakub Kicinski, Paolo Abeni, Sascha Hauer,
devicetree, Conor Dooley, Richard Cochran, Wei Fang,
Francesco Dolcini, linux-arm-kernel, netdev, linux-kernel,
Pengutronix Kernel Team, Krzysztof Kozlowski, Shawn Guo,
David S. Miller
Hi!
On 9/3/24 18:57, Marc Kleine-Budde wrote:
> On 03.09.2024 18:07:00, Francesco Dolcini wrote:
>> On Tue, Sep 03, 2024 at 04:10:28PM +0200, Csókás Bence wrote:
>>> What's the status of this? Also, please Cc: me in further
>>> conversations/revisions as well.
>>
>> I am going to send a v4 in the next few days to address the comments
>> on the dt-bindings change and apart of that I hope is good to go.
>
> Have you read Richard's feedback on this?
>
> | https://lore.kernel.org/all/YvLJJkV2GRJWl7tA@hoboy.vegasvil.org
>
> There seems to be a standard interface for what you're trying to do,
> right?
Yes, he was opposing the sysfs knobs I added, which is not in this patch
series. Back then, I got moved to another project so I didn't have the
time to address it. But once this series is merged, we can work on
run-time output switching using the API.
> regards,
> Marc
Bence
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-09-04 10:18 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-09 9:48 [PATCH net-next v3 0/3] net: fec: add PPS channel configuration Francesco Dolcini
2024-09-03 14:10 ` Csókás Bence
2024-09-03 16:07 ` Francesco Dolcini
2024-09-03 16:57 ` Marc Kleine-Budde
2024-09-04 9:47 ` Csókás Bence
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox