Searched +full:xhci +full:- +full:r8a7795 (Results 1 – 8 of 8) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/usb/renesas,usb-xhci.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Renesas USB xHCI controllers10 - Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>11 - Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>14 - $ref: "usb-hcd.yaml"19 - items:20 - enum:[all …]
1 // SPDX-License-Identifier: GPL-2.03 * xHCI host controller driver for R-Car SoCs16 #include "xhci.h"17 #include "xhci-plat.h"18 #include "xhci-rcar.h"21 * - The V3 firmware is for almost all R-Car Gen3 (except r8a7795 ES1.x)22 * - The V2 firmware is for r8a7795 ES1.x.23 * - The V2 firmware is possible to use on R-Car Gen2. However, the V2 causes24 * performance degradation. So, this driver continues to use the V1 if R-Car26 * - The V1 firmware is impossible to use on R-Car Gen3.[all …]
1 // SPDX-License-Identifier: GPL-2.03 * xhci-plat.c - xHCI host controller driver platform Bus Glue.5 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com8 * A lot of code borrowed from the Linux xHCI driver.12 #include <linux/dma-mapping.h>23 #include "xhci.h"24 #include "xhci-plat.h"25 #include "xhci-mvebu.h"26 #include "xhci-rcar.h"43 if (priv->plat_start) in xhci_priv_plat_start()[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the R-Car H3 (R8A77950) SoC53 gpio-ranges = <&pfc 0 32 28>;57 renesas,ipmmu-main = <&ipmmu_mm 11>;61 renesas,ipmmu-main = <&ipmmu_mm 12>;65 renesas,ipmmu-main = <&ipmmu_mm 9>;69 renesas,ipmmu-main = <&ipmmu_mm 10>;73 renesas,ipmmu-main = <&ipmmu_mm 7>;77 /delete-node/ dma-controller@e6460000;78 /delete-node/ dma-controller@e6470000;[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>15 compatible = "renesas,r8a7795";16 #address-cells = <2>;17 #size-cells = <2>;36 compatible = "fixed-clock";37 #clock-cells = <0>;[all …]
2 * Device Tree Source for the r8a7795 SoC11 #include <dt-bindings/clock/r8a7795-cpg-mssr.h>12 #include <dt-bindings/interrupt-controller/arm-gic.h>13 #include <dt-bindings/power/r8a7795-sysc.h>16 compatible = "renesas,r8a7795";17 #address-cells = <2>;18 #size-cells = <2>;32 compatible = "arm,psci-1.0", "arm,psci-0.2";37 #address-cells = <1>;38 #size-cells = <0>;[all …]
4 * Renesas RCar USB HOST xHCI Controller6 * SPDX-License-Identifier: GPL-2.0+16 #include <usb/xhci.h>17 #include "xhci-rcar-r8a779x_usb3_v3.h"47 void __iomem *regs = (void __iomem *)ctx->hcd; in xhci_rcar_download_fw()50 /* Download R-Car USB3.0 firmware */ in xhci_rcar_download_fw()63 ret = wait_for_bit("xhci-rcar", regs + RCAR_USB3_DL_CTRL, in xhci_rcar_download_fw()66 >>>>>>> e1cc60c... usb: xhci: Add Renesas R-Car xHCI driver in xhci_rcar_download_fw()78 ret = wait_for_bit("xhci-rcar", regs + RCAR_USB3_DL_CTRL, in xhci_rcar_download_fw()81 >>>>>>> e1cc60c... usb: xhci: Add Renesas R-Car xHCI driver in xhci_rcar_download_fw()[all …]
... -boot-2021.07/.readthedocs.yml u-boot-2021.07/Kbuild u-boot-2021.07 ...