Searched +full:rcar +full:- +full:gen3 +full:- +full:pcie +full:- +full:ep (Results 1 – 9 of 9) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2 # Copyright (C) 2020 Renesas Electronics Europe GmbH - https://www.renesas.com/eu/en/4 ---5 $id: http://devicetree.org/schemas/pci/rcar-pci-ep.yaml#6 $schema: http://devicetree.org/meta-schemas/core.yaml#8 title: Renesas R-Car PCIe Endpoint11 - Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>12 - Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>17 - enum:18 - renesas,r8a774a1-pcie-ep # RZ/G2M[all …]
1 # SPDX-License-Identifier: GPL-2.02 obj-$(CONFIG_PCIE_CADENCE) += cadence/3 obj-$(CONFIG_PCI_FTPCI100) += pci-ftpci100.o4 obj-$(CONFIG_PCI_IXP4XX) += pci-ixp4xx.o5 obj-$(CONFIG_PCI_HYPERV) += pci-hyperv.o6 obj-$(CONFIG_PCI_HYPERV_INTERFACE) += pci-hyperv-intf.o7 obj-$(CONFIG_PCI_MVEBU) += pci-mvebu.o8 obj-$(CONFIG_PCI_AARDVARK) += pci-aardvark.o9 obj-$(CONFIG_PCI_TEGRA) += pci-tegra.o10 obj-$(CONFIG_PCI_RCAR_GEN2) += pci-rcar-gen2.o[all …]
1 // SPDX-License-Identifier: GPL-2.03 * PCIe endpoint driver for Renesas R-Car SoCs6 * Author: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>16 #include <linux/pci-epc.h>20 #include "pcie-rcar.h"24 /* Structure representing the PCIe interface */26 struct rcar_pcie pcie; member36 static void rcar_pcie_ep_hw_init(struct rcar_pcie *pcie) in rcar_pcie_ep_hw_init() argument40 rcar_pci_write_reg(pcie, 0, PCIETCTLR); in rcar_pcie_ep_hw_init()43 rcar_pci_write_reg(pcie, 0, PCIEMSR); in rcar_pcie_ep_hw_init()[all …]
1 // SPDX-License-Identifier: GPL-2.08 #include <dt-bindings/interrupt-controller/irq.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/clock/r8a774b1-cpg-mssr.h>11 #include <dt-bindings/power/r8a774b1-sysc.h>17 #address-cells = <2>;18 #size-cells = <2>;26 compatible = "fixed-clock";27 #clock-cells = <0>;28 clock-frequency = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.08 #include <dt-bindings/interrupt-controller/irq.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/clock/r8a774a1-cpg-mssr.h>11 #include <dt-bindings/power/r8a774a1-sysc.h>17 #address-cells = <2>;18 #size-cells = <2>;37 compatible = "fixed-clock";38 #clock-cells = <0>;39 clock-frequency = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.08 #include <dt-bindings/interrupt-controller/irq.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/clock/r8a774e1-cpg-mssr.h>11 #include <dt-bindings/power/r8a774e1-sysc.h>17 #address-cells = <2>;18 #size-cells = <2>;26 compatible = "fixed-clock";27 #clock-cells = <0>;28 clock-frequency = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the R-Car H3 (R8A77951) SoC8 #include <dt-bindings/clock/r8a7795-cpg-mssr.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/power/r8a7795-sysc.h>21 #address-cells = <2>;22 #size-cells = <2>;41 compatible = "fixed-clock";42 #clock-cells = <0>;43 clock-frequency = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Copyright (C) 2018-2019 Renesas Electronics Corp.8 #include <dt-bindings/clock/r8a774c0-cpg-mssr.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/power/r8a774c0-sysc.h>14 #address-cells = <2>;15 #size-cells = <2>;23 compatible = "fixed-clock";24 #clock-cells = <0>;25 clock-frequency = <0>;[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 …]