Searched +full:ma35d1 +full:- +full:rtc (Results 1 – 5 of 5) sorted by relevance
/linux/Documentation/devicetree/bindings/rtc/ |
H A D | nuvoton,ma35d1-rtc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/rtc/nuvoton,ma35d1-rtc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Nuvoton MA35D1 Real Time Clock 10 - Min-Jen Chen <mjchen@nuvoton.com> 13 - $ref: rtc.yaml# 18 - nuvoton,ma35d1-rtc 30 - compatible 31 - reg [all …]
|
/linux/drivers/rtc/ |
H A D | rtc-ma35d1.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * RTC driver for Nuvoton MA35D1 16 #include <linux/rtc.h> 18 /* MA35D1 RTC Control Registers */ 62 return __raw_readl(p->rtc_reg + offset); in rtc_reg_read() 67 __raw_writel(value, p->rtc_reg + offset); in rtc_reg_write() 72 struct ma35_rtc *rtc = (struct ma35_rtc *)data; in ma35d1_rtc_interrupt() local 75 rtc_irq = rtc_reg_read(rtc, MA35_REG_RTC_INTSTS); in ma35d1_rtc_interrupt() 78 rtc_reg_write(rtc, MA35_REG_RTC_INTSTS, RTC_INTSTS_ALMIF); in ma35d1_rtc_interrupt() 82 rtc_update_irq(rtc->rtcdev, 1, events); in ma35d1_rtc_interrupt() [all …]
|
H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 3 # Makefile for RTC class/drivers. 6 ccflags-$(CONFIG_RTC_DEBUG) := -DDEBUG 8 obj-$(CONFIG_RTC_LIB) += lib.o 9 obj-$(CONFIG_RTC_CLASS) += rtc-core.o 10 obj-$(CONFIG_RTC_MC146818_LIB) += rtc-mc146818-lib.o 11 rtc-core-y := class.o interface.o 13 rtc-core-$(CONFIG_RTC_NVMEM) += nvmem.o 14 rtc-core-$(CONFIG_RTC_INTF_DEV) += dev.o 15 rtc-core-$(CONFIG_RTC_INTF_PROC) += proc.o [all …]
|
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 # RTC class/drivers configuration 19 Generic RTC class support. If you say yes here, you will 26 bool "Set system time from RTC on startup and resume" 30 the value read from a specified RTC device. This is useful to avoid 34 string "RTC used to set the system time" 38 The RTC device that will be used to (re)initialize the system 44 This clock should be battery-backed, so that it reads the correct 45 time when the system boots from a power-off state. Otherwise, your 50 sleep states. Do not specify an RTC here unless it stays powered [all …]
|
/linux/ |
H A D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org 88 F: drivers/scsi/3w-* [all …]
|