From: Vladimir Oltean <olteanv@gmail.com>
To: davem@davemloft.net, richardcochran@gmail.com
Cc: f.fainelli@gmail.com, vivien.didelot@gmail.com, andrew@lunn.ch,
christian.herber@nxp.com, yangbo.lu@nxp.com,
netdev@vger.kernel.org
Subject: [PATCH net-next 0/4] PTP_CLK pin configuration for SJA1105 DSA driver
Date: Tue, 24 Mar 2020 00:59:20 +0200 [thread overview]
Message-ID: <20200323225924.14347-1-olteanv@gmail.com> (raw)
From: Vladimir Oltean <vladimir.oltean@nxp.com>
This series adds support for the PTP_CLK pin on SJA1105 to be configured
via the PTP subsystem, in the "periodic output" and "external timestamp
input" modes.
Vladimir Oltean (4):
net: dsa: sja1105: unconditionally set DESTMETA and SRCMETA in AVB
table
net: dsa: sja1105: make future_base_time a common helper
net: dsa: sja1105: make the AVB table dynamically reconfigurable
net: dsa: sja1105: configure the PTP_CLK pin as EXT_TS or PER_OUT
drivers/net/dsa/sja1105/sja1105.h | 5 +
.../net/dsa/sja1105/sja1105_dynamic_config.c | 24 +-
drivers/net/dsa/sja1105/sja1105_main.c | 40 +++
drivers/net/dsa/sja1105/sja1105_ptp.c | 285 +++++++++++++++---
drivers/net/dsa/sja1105/sja1105_ptp.h | 31 ++
drivers/net/dsa/sja1105/sja1105_spi.c | 5 +
.../net/dsa/sja1105/sja1105_static_config.c | 5 +-
.../net/dsa/sja1105/sja1105_static_config.h | 1 +
drivers/net/dsa/sja1105/sja1105_tas.c | 27 --
9 files changed, 355 insertions(+), 68 deletions(-)
--
2.17.1
next reply other threads:[~2020-03-23 22:59 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-23 22:59 Vladimir Oltean [this message]
2020-03-23 22:59 ` [PATCH net-next 1/4] net: dsa: sja1105: unconditionally set DESTMETA and SRCMETA in AVB table Vladimir Oltean
2020-03-23 22:59 ` [PATCH net-next 2/4] net: dsa: sja1105: make future_base_time a common helper Vladimir Oltean
2020-03-23 22:59 ` [PATCH net-next 3/4] net: dsa: sja1105: make the AVB table dynamically reconfigurable Vladimir Oltean
2020-03-23 22:59 ` [PATCH net-next 4/4] net: dsa: sja1105: configure the PTP_CLK pin as EXT_TS or PER_OUT Vladimir Oltean
2020-03-23 23:26 ` Richard Cochran
2020-03-24 5:15 ` [PATCH net-next 0/4] PTP_CLK pin configuration for SJA1105 DSA driver 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=20200323225924.14347-1-olteanv@gmail.com \
--to=olteanv@gmail.com \
--cc=andrew@lunn.ch \
--cc=christian.herber@nxp.com \
--cc=davem@davemloft.net \
--cc=f.fainelli@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=richardcochran@gmail.com \
--cc=vivien.didelot@gmail.com \
--cc=yangbo.lu@nxp.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).