[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20191014.164553.1587745125486142398.davem@davemloft.net>
Date: Mon, 14 Oct 2019 16:45:53 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: richardcochran@...il.com
Cc: olteanv@...il.com, andrew@...n.ch, f.fainelli@...il.com,
vivien.didelot@...il.com, jakub.kicinski@...ronome.com,
netdev@...r.kernel.org
Subject: Re: [PATCH net-next 0/4] PTP driver refactoring for SJA1105 DSA
From: Richard Cochran <richardcochran@...il.com>
Date: Sat, 12 Oct 2019 12:14:54 -0700
> On Sat, Oct 12, 2019 at 02:18:12AM +0300, Vladimir Oltean wrote:
>> This series creates a better separation between the driver core and the
>> PTP portion. Therefore, users who are not interested in PTP can get a
>> simpler and smaller driver by compiling it out.
>>
>> This is in preparation for further patches: SPI transfer timestamping,
>> synchronizing the hardware clock (as opposed to keeping it
>> free-running), PPS input/output, etc.
>>
>> Vladimir Oltean (4):
>> net: dsa: sja1105: Get rid of global declaration of struct
>> ptp_clock_info
>> net: dsa: sja1105: Make all public PTP functions take dsa_switch as
>> argument
>> net: dsa: sja1105: Move PTP data to its own private structure
>> net: dsa: sja1105: Change the PTP command access pattern
>>
>> drivers/net/dsa/sja1105/sja1105.h | 16 +-
>> drivers/net/dsa/sja1105/sja1105_main.c | 234 +--------------
>> drivers/net/dsa/sja1105/sja1105_ptp.c | 391 ++++++++++++++++++++-----
>> drivers/net/dsa/sja1105/sja1105_ptp.h | 84 ++++--
>> drivers/net/dsa/sja1105/sja1105_spi.c | 2 +-
>> 5 files changed, 386 insertions(+), 341 deletions(-)
>
> Acked-by: Richard Cochran <richardcochran@...il.com>
Series applied, thanks everyone.
Powered by blists - more mailing lists