Searched +full:bcm4908 +full:- +full:misc +full:- +full:pcie +full:- +full:reset (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/reset/brcm,bcm4908-misc-pcie-reset.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Broadcom MISC block PCIe reset controller9 description: This document describes reset controller handling PCIe PERST#10 signals. On BCM4908 it's a part of the MISC block.13 - Rafał Miłecki <rafal@milecki.pl>17 const: brcm,bcm4908-misc-pcie-reset22 "#reset-cells":[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT3 #include <dt-bindings/interrupt-controller/irq.h>4 #include <dt-bindings/interrupt-controller/arm-gic.h>5 #include <dt-bindings/phy/phy.h>6 #include <dt-bindings/soc/bcm-pmb.h>8 /dts-v1/;11 interrupt-parent = <&gic>;13 #address-cells = <2>;14 #size-cells = <2>;21 stdout-path = "serial0:115200n8";[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 …]
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 …]