[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191120082318.3909-1-yangbo.lu@nxp.com>
Date: Wed, 20 Nov 2019 16:23:13 +0800
From: Yangbo Lu <yangbo.lu@....com>
To: netdev@...r.kernel.org,
Alexandre Belloni <alexandre.belloni@...tlin.com>,
Microchip Linux Driver Support <UNGLinuxDriver@...rochip.com>,
"David S . Miller" <davem@...emloft.net>,
Vladimir Oltean <vladimir.oltean@....com>,
Claudiu Manoil <claudiu.manoil@....com>,
Vivien Didelot <vivien.didelot@...il.com>,
Florian Fainelli <f.fainelli@...il.com>,
Richard Cochran <richardcochran@...il.com>
Cc: Yangbo Lu <yangbo.lu@....com>
Subject: [PATCH 0/5] Support PTP clock and hardware timestamping for DSA Felix driver
This patch-set is to support PTP clock and hardware timestamping
for DSA Felix driver. Some functions in ocelot.c/ocelot_board.c
driver were reworked/exported, so that DSA Felix driver was able
to reuse them as much as possible.
On TX path, timestamping works on packet which requires timestamp.
The injection header will be configured accordingly, and skb clone
requires timestamp will be added into a list. The TX timestamp
is final handled in threaded interrupt handler when PTP timestamp
FIFO is ready.
On RX path, timestamping is always working. The RX timestamp could
be got from extraction header.
Yangbo Lu (5):
net: mscc: ocelot: export ocelot_hwstamp_get/set functions
net: mscc: ocelot: convert to use ocelot_get_txtstamp()
net: mscc: ocelot: convert to use ocelot_port_add_txtstamp_skb()
net: dsa: ocelot: define PTP registers for felix_vsc9959
net: dsa: ocelot: add hardware timestamping support for Felix
drivers/net/dsa/ocelot/felix.c | 89 ++++++++++++++++++++++++
drivers/net/dsa/ocelot/felix_vsc9959.c | 16 +++++
drivers/net/ethernet/mscc/ocelot.c | 113 +++++++++++++++++++++++++------
drivers/net/ethernet/mscc/ocelot.h | 6 --
drivers/net/ethernet/mscc/ocelot_board.c | 53 +--------------
include/soc/mscc/ocelot.h | 13 +++-
net/dsa/tag_ocelot.c | 14 +++-
7 files changed, 222 insertions(+), 82 deletions(-)
--
2.7.4
Powered by blists - more mailing lists