Home
last modified time | relevance | path

Searched +full:stm32mp25 +full:- +full:pcie +full:- +full:rc (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/devicetree/bindings/pci/
H A Dst,stm32-pcie-host.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pci/st,stm32-pcie-host.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: STMicroelectronics STM32MP25 PCIe Root Complex
10 - Christian Bruel <christian.bruel@foss.st.com>
13 PCIe root complex controller based on the Synopsys DesignWare PCIe core.
16 - $ref: /schemas/pci/snps,dw-pcie.yaml#
17 - $ref: /schemas/pci/st,stm32-pcie-common.yaml#
21 const: st,stm32mp25-pcie-rc
[all …]
H A Dst,stm32-pcie-common.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pci/st,stm32-pcie-common.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: STM32MP25 PCIe RC/EP controller
10 - Christian Bruel <christian.bruel@foss.st.com>
13 STM32MP25 PCIe RC/EP common properties
18 description: PCIe system clock
23 power-domains:
26 access-controllers:
[all …]
/linux/drivers/pci/controller/dwc/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
3 menu "DesignWare-based PCIe controllers"
10 bool "DesignWare PCIe debugfs entries"
14 Say Y here to enable debugfs entries for the PCIe controller. These
30 bool "Amazon Annapurna Labs PCIe controller"
36 Say Y here to enable support of the Amazon's Annapurna Labs PCIe
37 controller IP on Amazon SoCs. The PCIe controller uses the DesignWare
39 required only for DT-based platforms. ACPI platforms with the
40 Annapurna Labs PCIe controller don't need to enable this.
43 bool "AMD MDB Versal2 PCIe controller"
[all …]
H A Dpcie-stm32.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * STMicroelectronics STM32MP25 PCIe root complex driver.
19 #include "pcie-designware.h"
20 #include "pcie-stm32.h"
35 if (stm32_pcie->perst_gpio) { in stm32_pcie_deassert_perst()
37 gpiod_set_value(stm32_pcie->perst_gpio, 0); in stm32_pcie_deassert_perst()
45 gpiod_set_value(stm32_pcie->perst_gpio, 1); in stm32_pcie_assert_perst()
52 return regmap_update_bits(stm32_pcie->regmap, SYSCFG_PCIECR, in stm32_pcie_start_link()
61 regmap_update_bits(stm32_pcie->regmap, SYSCFG_PCIECR, in stm32_pcie_stop_link()
70 ret = dw_pcie_suspend_noirq(&stm32_pcie->pci); in stm32_pcie_suspend_noirq()
[all …]
/linux/
H A 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 …]