Home
last modified time | relevance | path

Searched +full:r9a09g047 +full:- +full:usb3 +full:- +full:phy (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/devicetree/bindings/phy/
H A Drenesas,rzg3e-usb3-phy.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/phy/renesas,rzg3e-usb3-phy.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Renesas RZ/G3E USB 3.0 PHY
10 - Biju Das <biju.das.jz@bp.renesas.com>
14 const: renesas,r9a09g047-usb3-phy
21 - description: APB bus clock
22 - description: USB 2.0 PHY reference clock
23 - description: USB 3.0 PHY reference clock
[all …]
/linux/Documentation/devicetree/bindings/usb/
H A Drenesas,rzg3e-xhci.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/usb/renesas,rzg3e-xhci.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Biju Das <biju.das.jz@bp.renesas.com>
15 - items:
16 - enum:
17 - renesas,r9a09g056-xhci # RZ/V2N
18 - renesas,r9a09g057-xhci # RZ/V2H(P)
19 - const: renesas,r9a09g047-xhci
[all …]
/linux/drivers/phy/renesas/
H A Dphy-rzg3e-usb3.c1 // SPDX-License-Identifier: GPL-2.0
3 * Renesas RZ/G3E USB3.0 PHY driver
14 #include <linux/phy/phy.h>
140 static int rzg3e_phy_usb3_init(struct phy *p) in rzg3e_phy_usb3_init()
145 if (!r->skip_reinit) in rzg3e_phy_usb3_init()
146 ret = rzg3e_phy_usb3_init_helper(r->base); in rzg3e_phy_usb3_init()
158 struct device *dev = &pdev->dev; in rzg3e_phy_usb3_probe()
161 struct phy *phy; in rzg3e_phy_usb3_probe() local
166 return -ENOMEM; in rzg3e_phy_usb3_probe()
168 r->base = devm_platform_ioremap_resource(pdev, 0); in rzg3e_phy_usb3_probe()
[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 …]