netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] PtP driver for s390 clocks
@ 2024-10-15  8:47 Sven Schnelle
  2024-10-15  8:47 ` [PATCH 2/3] ptp: Add clock name to uevent Sven Schnelle
  2024-10-15  8:47 ` [PATCH 3/3] s390/time: Add PtP driver Sven Schnelle
  0 siblings, 2 replies; 7+ messages in thread
From: Sven Schnelle @ 2024-10-15  8:47 UTC (permalink / raw)
  To: Richard Cochran; +Cc: linux-s390, Yangbo Lu, netdev

Hi,

these patches add support for using the s390 physical and TOD clock as ptp
clock. To do so, the first patch adds a clock id to the s390 TOD clock. The
second patch adds sending a udev event when a ptp device is added, so that
userspace is able to generate stable device names for virtual ptp devices.
The last patch adds the PtP driver itself.

Sven Schnelle (3):
  s390/time: Add clocksource id to TOD clock
  ptp: Add clock name to uevent
  s390/time: Add PtP driver

 MAINTAINERS                     |   6 ++
 arch/s390/include/asm/timex.h   |   8 ++
 arch/s390/kernel/time.c         |   8 ++
 drivers/ptp/Kconfig             |  11 +++
 drivers/ptp/Makefile            |   1 +
 drivers/ptp/ptp_clock.c         |  11 ++-
 drivers/ptp/ptp_s390.c          | 127 ++++++++++++++++++++++++++++++++
 include/linux/clocksource_ids.h |   1 +
 8 files changed, 172 insertions(+), 1 deletion(-)
 create mode 100644 drivers/ptp/ptp_s390.c

-- 
2.43.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-10-16  5:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-15  8:47 [PATCH 0/3] PtP driver for s390 clocks Sven Schnelle
2024-10-15  8:47 ` [PATCH 2/3] ptp: Add clock name to uevent Sven Schnelle
2024-10-15 12:43   ` Andrew Lunn
2024-10-16  3:38     ` Richard Cochran
2024-10-16  5:20       ` Sven Schnelle
2024-10-15  8:47 ` [PATCH 3/3] s390/time: Add PtP driver Sven Schnelle
2024-10-15 22:13   ` Jeff Johnson

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).