Home
last modified time | relevance | path

Searched +full:msc313e +full:- +full:wdt (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/devicetree/bindings/watchdog/
H A Dmstar,msc313e-wdt.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/watchdog/mstar,msc313e-wdt.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Daniel Palmer <daniel@0x0f.com>
11 - Romain Perier <romain.perier@gmail.com>
14 - $ref: watchdog.yaml#
19 - mstar,msc313e-wdt
28 - compatible
29 - clocks
[all …]
/linux/drivers/watchdog/
H A Dmsc313e_wdt.c1 // SPDX-License-Identifier: GPL-2.0
3 * MStar WDT driver
5 * Copyright (C) 2019 - 2021 Daniel Palmer
41 err = clk_prepare_enable(priv->clk); in msc313e_wdt_start()
45 timeout = wdev->timeout * clk_get_rate(priv->clk); in msc313e_wdt_start()
46 writew(timeout & 0xffff, priv->base + REG_WDT_MAX_PRD_L); in msc313e_wdt_start()
47 writew((timeout >> 16) & 0xffff, priv->base + REG_WDT_MAX_PRD_H); in msc313e_wdt_start()
48 writew(1, priv->base + REG_WDT_CLR); in msc313e_wdt_start()
56 writew(1, priv->base + REG_WDT_CLR); in msc313e_wdt_ping()
64 writew(0, priv->base + REG_WDT_MAX_PRD_L); in msc313e_wdt_stop()
[all …]
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
16 on-line as fast as possible after a lock-up. There's both a watchdog
21 <file:Documentation/watchdog/watchdog-api.rst> in the kernel source.
51 bool "Update boot-enabled watchdog until userspace takes over"
77 bool "Enable watchdog hrtimer-based pretimeouts"
198 tristate "ChromeOS EC-based watchdog"
252 tristate "Watchdog device controlled through GPIO-line"
257 controlled through GPIO-line.
280 will be called lenovo-se10-wdt.
394 module will be called mlx-wdt.
[all …]
/linux/arch/arm/boot/dts/sigmastar/
H A Dmstar-v7.dtsi1 // SPDX-License-Identifier: GPL-2.0-or-later
7 #include <dt-bindings/interrupt-controller/irq.h>
8 #include <dt-bindings/interrupt-controller/arm-gic.h>
9 #include <dt-bindings/clock/mstar-msc313-mpll.h>
12 #address-cells = <1>;
13 #size-cells = <1>;
14 interrupt-parent = <&gic>;
17 #address-cells = <1>;
18 #size-cells = <0>;
22 compatible = "arm,cortex-a7";
[all …]
/linux/
H A DMAINTAINERS5 ---------------------------------------------------
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 …]