From: Richard Cochran <richardcochran@gmail.com>
To: Vladimir Oltean <olteanv@gmail.com>
Cc: andrew@lunn.ch, f.fainelli@gmail.com, vivien.didelot@gmail.com,
jakub.kicinski@netronome.com, davem@davemloft.net,
netdev@vger.kernel.org
Subject: Re: [PATCH net-next 0/4] PTP driver refactoring for SJA1105 DSA
Date: Sat, 12 Oct 2019 12:14:54 -0700 [thread overview]
Message-ID: <20191012191454.GM3165@localhost> (raw)
In-Reply-To: <20191011231816.7888-1-olteanv@gmail.com>
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@gmail.com>
next prev parent reply other threads:[~2019-10-12 19:14 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-11 23:18 [PATCH net-next 0/4] PTP driver refactoring for SJA1105 DSA Vladimir Oltean
2019-10-11 23:18 ` [PATCH net-next 1/4] net: dsa: sja1105: Get rid of global declaration of struct ptp_clock_info Vladimir Oltean
2019-10-11 23:18 ` [PATCH net-next 2/4] net: dsa: sja1105: Make all public PTP functions take dsa_switch as argument Vladimir Oltean
2019-10-11 23:18 ` [PATCH net-next 3/4] net: dsa: sja1105: Move PTP data to its own private structure Vladimir Oltean
2019-10-11 23:18 ` [PATCH net-next 4/4] net: dsa: sja1105: Change the PTP command access pattern Vladimir Oltean
2019-10-12 19:14 ` Richard Cochran [this message]
2019-10-14 23:45 ` [PATCH net-next 0/4] PTP driver refactoring for SJA1105 DSA David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191012191454.GM3165@localhost \
--to=richardcochran@gmail.com \
--cc=andrew@lunn.ch \
--cc=davem@davemloft.net \
--cc=f.fainelli@gmail.com \
--cc=jakub.kicinski@netronome.com \
--cc=netdev@vger.kernel.org \
--cc=olteanv@gmail.com \
--cc=vivien.didelot@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.