Searched +full:uniphier +full:- +full:wdt (Results 1 – 11 of 11) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/watchdog/socionext,uniphier-wdt.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Socionext UniPhier watchdog timer10 - Keiji Hayashibara <hayashibara.keiji@socionext.com>13 - $ref: "watchdog.yaml#"17 const: socionext,uniphier-wdt20 - compatible25 - |[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Watchdog driver for the UniPhier watchdog timer18 /* WDT timer setting register */23 /* WDT reset selection register */29 /* WDT control register */53 * UniPhier Watchdog operations62 ret = regmap_write_bits(wdev->regmap, WDTCTRL, in uniphier_watchdog_ping()69 ret = regmap_read_poll_timeout(wdev->regmap, WDTCTRL, val, in uniphier_watchdog_ping()129 tmp_timeout = roundup_pow_of_two(w->timeout); in uniphier_watchdog_start()131 return __uniphier_watchdog_start(wdev->regmap, tmp_timeout); in uniphier_watchdog_start()[all …]
1 # SPDX-License-Identifier: GPL-2.0-only16 on-line as fast as possible after a lock-up. There's both a watchdog21 <file:Documentation/watchdog/watchdog-api.rst> in the kernel source.51 bool "Update boot-enabled watchdog until userspace takes over"218 tristate "Watchdog device controlled through GPIO-line"223 controlled through GPIO-line.341 module will be called mlx-wdt.375 More details: ARM DEN0029B - Server Base System Architecture (SBSA)444 The Intel Footbridge chip contains a built-in watchdog circuit. Say Y452 "If in doubt, leave it out" - say N.[all …]
2 * Device Tree Source for UniPhier LD11 SoC7 * SPDX-License-Identifier: (GPL-2.0+ OR MIT)13 compatible = "socionext,uniphier-ld11";14 #address-cells = <2>;15 #size-cells = <2>;16 interrupt-parent = <&gic>;19 #address-cells = <2>;20 #size-cells = <0>;22 cpu-map {35 compatible = "arm,cortex-a53", "arm,armv8";[all …]
2 * Device Tree Source for UniPhier PXs3 SoC7 * SPDX-License-Identifier: (GPL-2.0+ OR MIT)13 compatible = "socionext,uniphier-pxs3";14 #address-cells = <2>;15 #size-cells = <2>;16 interrupt-parent = <&gic>;19 #address-cells = <2>;20 #size-cells = <0>;22 cpu-map {41 compatible = "arm,cortex-a53", "arm,armv8";[all …]
2 * Device Tree Source for UniPhier LD20 SoC4 * Copyright (C) 2015-2016 Socionext Inc.7 * SPDX-License-Identifier: (GPL-2.0+ OR MIT)13 compatible = "socionext,uniphier-ld20";14 #address-cells = <2>;15 #size-cells = <2>;16 interrupt-parent = <&gic>;19 #address-cells = <2>;20 #size-cells = <0>;22 cpu-map {[all …]
1 // SPDX-License-Identifier: GPL-2.0+ OR MIT3 // Device Tree Source for UniPhier LD11 SoC8 #include <dt-bindings/gpio/gpio.h>9 #include <dt-bindings/gpio/uniphier-gpio.h>12 compatible = "socionext,uniphier-ld11";13 #address-cells = <2>;14 #size-cells = <2>;15 interrupt-parent = <&gic>;18 #address-cells = <2>;19 #size-cells = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.0+ OR MIT3 // Device Tree Source for UniPhier PXs3 SoC8 #include <dt-bindings/gpio/gpio.h>9 #include <dt-bindings/gpio/uniphier-gpio.h>10 #include <dt-bindings/thermal/thermal.h>13 compatible = "socionext,uniphier-pxs3";14 #address-cells = <2>;15 #size-cells = <2>;16 interrupt-parent = <&gic>;19 #address-cells = <2>;[all …]
1 // SPDX-License-Identifier: GPL-2.0+ OR MIT3 // Device Tree Source for UniPhier LD20 SoC5 // Copyright (C) 2015-2016 Socionext Inc.8 #include <dt-bindings/gpio/gpio.h>9 #include <dt-bindings/gpio/uniphier-gpio.h>10 #include <dt-bindings/thermal/thermal.h>13 compatible = "socionext,uniphier-ld20";14 #address-cells = <2>;15 #size-cells = <2>;16 interrupt-parent = <&gic>;[all …]
... -boot-2021.07/.readthedocs.yml u-boot-2021.07/Kbuild u-boot-2021.07 ...
9 -------------------------30 ``diff -u`` to make the patch easy to merge. Be prepared to get your40 See Documentation/process/coding-style.rst for guidance here.46 See Documentation/process/submitting-patches.rst for details.57 include a Signed-off-by: line. The current version of this59 Documentation/process/submitting-patches.rst.70 that the bug would present a short-term risk to other users if it76 Documentation/admin-guide/security-bugs.rst for details.81 ---------------------------------------------------97 W: *Web-page* with status/info[all …]