lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 10 Aug 2021 18:44:34 +0300 From: Ivan Mikhaylov <i.mikhaylov@...ro.com> To: Alessandro Zummo <a.zummo@...ertech.it>, Alexandre Belloni <alexandre.belloni@...tlin.com> CC: Ivan Mikhaylov <i.mikhaylov@...ro.com>, <linux-kernel@...r.kernel.org>, <openbmc@...ts.ozlabs.org> Subject: [PATCH 0/2] rtc: pch-rtc: add Intel Series PCH built-in read-only RTC Add RTC driver with dt binding tree document. Also this driver adds one sysfs attribute for host power control which I think is odd for RTC driver. Need I cut it off and use I2C_SLAVE_FORCE? I2C_SLAVE_FORCE is not good way too from my point of view. Is there any better approach? Ivan Mikhaylov (2): rtc: pch-rtc: add RTC driver for Intel Series PCH dt-bindings: rtc: provide RTC PCH device tree binding doc .../bindings/rtc/intel,pch-rtc.yaml | 39 +++++ drivers/rtc/Kconfig | 10 ++ drivers/rtc/Makefile | 1 + drivers/rtc/rtc-pch.c | 148 ++++++++++++++++++ 4 files changed, 198 insertions(+) create mode 100644 Documentation/devicetree/bindings/rtc/intel,pch-rtc.yaml create mode 100644 drivers/rtc/rtc-pch.c -- 2.31.1
Powered by blists - more mailing lists