Searched +full:ep9301 +full:- +full:rtc (Results 1 – 5 of 5) sorted by relevance
/linux/Documentation/devicetree/bindings/rtc/ |
H A D | cirrus,ep9301-rtc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/rtc/cirrus,ep9301-rtc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Hartley Sweeten <hsweeten@visionengravers.com> 11 - Alexander Sverdlin <alexander.sverdlin@gmail.com> 14 - $ref: rtc.yaml# 19 - const: cirrus,ep9301-rtc 20 - items: 21 - enum: [all …]
|
/linux/arch/arm/boot/dts/cirrus/ |
H A D | ep93xx.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 5 #include <dt-bindings/gpio/gpio.h> 6 #include <dt-bindings/leds/common.h> 7 #include <dt-bindings/input/input.h> 8 #include <dt-bindings/clock/cirrus,ep9301-syscon.h> 11 compatible = "simple-bus"; 13 #address-cells = <1>; 14 #size-cells = <1>; 17 compatible = "cirrus,ep9301-syscon", "syscon"; 20 #clock-cells = <1>; [all …]
|
H A D | ep93xx-ts7250.dts | 1 // SPDX-License-Identifier: GPL-2.0 5 /dts-v1/; 9 compatible = "technologic,ts7250", "cirrus,ep9301"; 10 model = "TS-7250 SBC"; 11 #address-cells = <1>; 12 #size-cells = <1>; 25 compatible = "gpio-leds"; 26 led-0 { 29 linux,default-trigger = "heartbeat"; 33 led-1 { [all …]
|
/linux/drivers/rtc/ |
H A D | rtc-ep93xx.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * A driver for the RTC embedded in the Cirrus Logic EP93XX processors 11 #include <linux/rtc.h> 31 struct rtc_device *rtc; member 40 comp = readl(ep93xx_rtc->mmio_base + EP93XX_RTC_SWCOMP); in ep93xx_rtc_get_swcomp() 58 time = readl(ep93xx_rtc->mmio_base + EP93XX_RTC_DATA); in ep93xx_rtc_read_time() 69 writel(secs + 1, ep93xx_rtc->mmio_base + EP93XX_RTC_LOAD); in ep93xx_rtc_set_time() 96 ep93xx_rtc_get_swcomp(dev->parent, &preload, NULL); in comp_preload_show() 107 ep93xx_rtc_get_swcomp(dev->parent, NULL, &delete); in comp_delete_show() 128 ep93xx_rtc = devm_kzalloc(&pdev->dev, sizeof(*ep93xx_rtc), GFP_KERNEL); in ep93xx_rtc_probe() [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 …]
|