Searched +full:ep9301 +full:- +full:timer (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/timer/ |
D | cirrus,ep9301-timer.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/timer/cirrus,ep9301-timer.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Cirrus Logic EP93xx timer 10 - Alexander Sverdlin <alexander.sverdlin@gmail.com> 11 - Nikita Shubin <nikita.shubin@maquefel.me> 16 - const: cirrus,ep9301-timer 17 - items: 18 - enum: [all …]
|
/linux-6.12.1/arch/arm/boot/dts/cirrus/ |
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 …]
|
/linux-6.12.1/Documentation/devicetree/bindings/watchdog/ |
D | cirrus,ep9301-wdt.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/watchdog/cirrus,ep9301-wdt.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Cirrus Logic EP93xx Watchdog Timer 10 - Nikita Shubin <nikita.shubin@maquefel.me> 11 - Alexander Sverdlin <alexander.sverdlin@gmail.com> 14 - $ref: watchdog.yaml# 19 - const: cirrus,ep9301-wdt 20 - items: [all …]
|
/linux-6.12.1/drivers/clocksource/ |
D | timer-ep93xx.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Cirrus Logic EP93xx timer driver. 6 * Based on a rewrite of arch/arm/mach-ep93xx/timer.c: 14 #include <linux/io-64-nonatomic-lo-hi.h> 24 * Timer handling for EP93xx 27 * 3 (32 bit) count down at 508 kHz, are self-reloading, and can generate 28 * an interrupt on underflow. Timer 4 (40 bit) counts down at 983.04 kHz, 29 * is free-running, and can't generate interrupts. 31 * The 508 kHz timers are ideal for use for the timer interrupt, as the 33 * timer (timer 3) to get as long sleep intervals as possible when using [all …]
|
/linux-6.12.1/ |
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 …]
|