Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/devicetree/bindings/watchdog/
Dtoshiba,visconti-wdt.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/watchdog/toshiba,visconti-wdt.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Toshiba Visconti SoCs PIUWDT Watchdog timer
11 - Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
14 - $ref: watchdog.yaml#
19 - toshiba,visconti-wdt
28 - compatible
29 - reg
[all …]
/linux-6.12.1/drivers/watchdog/
Dvisconti_wdt.c1 // SPDX-License-Identifier: GPL-2.0
43 u32 timeout = wdev->timeout * VISCONTI_WDT_FREQ; in visconti_wdt_start()
45 writel(priv->div, priv->base + WDT_DIV); in visconti_wdt_start()
46 writel(0, priv->base + WDT_MIN); in visconti_wdt_start()
47 writel(timeout, priv->base + WDT_MAX); in visconti_wdt_start()
48 writel(0, priv->base + WDT_CTL); in visconti_wdt_start()
49 writel(WDT_CMD_START_STOP, priv->base + WDT_CMD); in visconti_wdt_start()
58 writel(1, priv->base + WDT_CTL); in visconti_wdt_stop()
59 writel(WDT_CMD_START_STOP, priv->base + WDT_CMD); in visconti_wdt_stop()
68 writel(WDT_CMD_CLEAR, priv->base + WDT_CMD); in visconti_wdt_ping()
[all …]
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-6.12.1/arch/arm64/boot/dts/toshiba/
Dtmpv7708.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
5 * (C) Copyright 2018 - 2020, Toshiba Corporation.
10 #include <dt-bindings/clock/toshiba,tmpv770x.h>
11 #include <dt-bindings/interrupt-controller/irq.h>
12 #include <dt-bindings/interrupt-controller/arm-gic.h>
14 /memreserve/ 0x81000000 0x00300000; /* cpu-release-addr */
18 #address-cells = <2>;
19 #size-cells = <2>;
22 #address-cells = <1>;
23 #size-cells = <0>;
[all …]
/linux-6.12.1/
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 …]