[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241015105414.2825635-1-svens@linux.ibm.com>
Date: Tue, 15 Oct 2024 12:54:11 +0200
From: Sven Schnelle <svens@...ux.ibm.com>
To: Heiko Carstens <hca@...ux.ibm.com>, Vasily Gorbik <gor@...ux.ibm.com>,
Alexander Gordeev <agordeev@...ux.ibm.com>,
Christian Borntraeger <borntraeger@...ux.ibm.com>,
Sven Schnelle <svens@...ux.ibm.com>,
Richard Cochran <richardcochran@...il.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
"Ricardo B. Marliere" <ricardo@...liere.net>
Cc: linux-kernel@...r.kernel.org, linux-s390@...r.kernel.org,
netdev@...r.kernel.org
Subject: [PATCH RESEND 0/3] PtP driver for s390 clocks
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
Powered by blists - more mailing lists