Searched +full:bcm4908 +full:- +full:misc +full:- +full:pcie +full:- +full:reset (Results 1 – 5 of 5) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/reset/ |
D | brcm,bcm4908-misc-pcie-reset.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 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 controller 9 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 <[email protected]> 17 const: brcm,bcm4908-misc-pcie-reset 22 "#reset-cells": [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/mfd/ |
D | brcm,misc.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/mfd/brcm,misc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Broadcom's MISC block 10 - Rafał Miłecki <[email protected]> 13 Broadcom's MISC is a hardware block used on some SoCs (e.g. bcm63xx and 14 bcm4908). It's used to implement some simple functions like a watchdog, PCIe 15 reset, UniMAC control and more. 20 - const: brcm,misc [all …]
|
/linux-6.14.4/arch/arm64/boot/dts/broadcom/bcmbca/ |
D | bcm4908.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 3 #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 …]
|
/linux-6.14.4/drivers/reset/ |
D | reset-simple.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Simple Reset Controller Driver 7 * Based on Allwinner SoCs Reset Controller driver 11 * Maxime Ripard <maxime.ripard@free-electrons.com> 20 #include <linux/reset-controller.h> 21 #include <linux/reset/reset-simple.h> 40 spin_lock_irqsave(&data->lock, flags); in reset_simple_update() 42 reg = readl(data->membase + (bank * reg_width)); in reset_simple_update() 43 if (assert ^ data->active_low) in reset_simple_update() 47 writel(reg, data->membase + (bank * reg_width)); in reset_simple_update() [all …]
|
/linux-6.14.4/ |
D | MAINTAINERS | 5 --------------------------------------------------- 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-[email protected] 88 F: drivers/scsi/3w-* [all …]
|