[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[RFC PATCH v2 0/4] Adding RTC device (work in progress)
From: |
Zhaoming Luo |
Subject: |
[RFC PATCH v2 0/4] Adding RTC device (work in progress) |
Date: |
Fri, 8 Nov 2024 09:08:28 +0800 |
This v2 patch series applys Sergey's and Samuel's suggestions. The
copyright headers have not been added because it is still work in
progress. The rest of the work is mainly about filling codes in
pioctl-ops.c.
Zhaoming Luo (4):
Add rtc server into compilation stage
Add ioctl interface for rtc device
Add rtc interface
Add rtc server
Makefile | 2 ++
hurd/pioctl.defs | 34 +++++++++++++++++++
hurd/rtc.h | 21 ++++++++++++
rtc/Makefile | 19 +++++++++++
rtc/main.c | 88 ++++++++++++++++++++++++++++++++++++++++++++++++
rtc/mig-mutate.h | 4 +++
rtc/pioctl-ops.c | 28 +++++++++++++++
7 files changed, 196 insertions(+)
create mode 100644 hurd/pioctl.defs
create mode 100644 hurd/rtc.h
create mode 100644 rtc/Makefile
create mode 100644 rtc/main.c
create mode 100644 rtc/mig-mutate.h
create mode 100644 rtc/pioctl-ops.c
--
2.47.0