Re: [PATCH v1 3/8] net: dsa: hellcreek: Add PTP clock support

2020-07-12 Thread Kurt Kanzenbach
On Sat Jul 11 2020, Florian Fainelli wrote: > On 7/10/2020 4:36 AM, Kurt Kanzenbach wrote: >> From: Kamil Alkhouri >> >> The switch has internal PTP hardware clocks. Add support for it. There are >> three >> clocks: >> >> * Synchronized >> * Syntonized >> * Free running >> >> Currently the

Re: [PATCH v1 3/8] net: dsa: hellcreek: Add PTP clock support

2020-07-11 Thread Florian Fainelli
On 7/10/2020 4:36 AM, Kurt Kanzenbach wrote: > From: Kamil Alkhouri > > The switch has internal PTP hardware clocks. Add support for it. There are > three > clocks: > > * Synchronized > * Syntonized > * Free running > > Currently the synchronized clock is exported to user space which is

Re: [PATCH v1 3/8] net: dsa: hellcreek: Add PTP clock support

2020-07-11 Thread Richard Cochran
On Fri, Jul 10, 2020 at 01:36:06PM +0200, Kurt Kanzenbach wrote: > From: Kamil Alkhouri > > The switch has internal PTP hardware clocks. Add support for it. There are > three > clocks: > > * Synchronized > * Syntonized > * Free running > > Currently the synchronized clock is exported to use

[PATCH v1 3/8] net: dsa: hellcreek: Add PTP clock support

2020-07-10 Thread Kurt Kanzenbach
From: Kamil Alkhouri The switch has internal PTP hardware clocks. Add support for it. There are three clocks: * Synchronized * Syntonized * Free running Currently the synchronized clock is exported to user space which is a good default for the beginning. The free running clock might be expor