Searched +full:bm1880 +full:- +full:reset (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)4 ---5 $id: "http://devicetree.org/schemas/reset/bitmain,bm1880-reset.yaml#"6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"8 title: Bitmain BM1880 SoC Reset Controller11 - Manivannan Sadhasivam <mani@kernel.org>15 const: bitmain,bm1880-reset20 "#reset-cells":24 - compatible25 - reg[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)7 #include <dt-bindings/clock/bm1880-clock.h>8 #include <dt-bindings/interrupt-controller/arm-gic.h>9 #include <dt-bindings/reset/bitmain,bm1880-reset.h>12 compatible = "bitmain,bm1880";13 interrupt-parent = <&gic>;14 #address-cells = <2>;15 #size-cells = <2>;18 #address-cells = <1>;19 #size-cells = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * Simple Reset Controller Driver7 * Based on Allwinner SoCs Reset Controller driver11 * Maxime Ripard <maxime.ripard@free-electrons.com>21 #include <linux/reset-controller.h>22 #include <linux/reset/reset-simple.h>41 spin_lock_irqsave(&data->lock, flags); in reset_simple_update()43 reg = readl(data->membase + (bank * reg_width)); in reset_simple_update()44 if (assert ^ data->active_low) in reset_simple_update()48 writel(reg, data->membase + (bank * reg_width)); in reset_simple_update()[all …]
1 # SPDX-License-Identifier: GPL-2.0-only6 bool "Reset Controller Support"9 Generic Reset Controller support.11 This framework is designed to abstract reset handling of devices12 via GPIOs or SoC-internal reset controller modules.19 tristate "Altera Arria10 System Resource Reset"22 This option enables support for the external reset functions for26 bool "AR71xx Reset Driver" if COMPILE_TEST29 This enables the ATH79 reset controller driver that supports the30 AR71xx SoC reset controller.[all …]
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 …]