Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/phy/
H A Dqca,ar7100-usb-phy.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/phy/qca,ar7100-usb-phy.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Atheros AR71XX/9XXX USB PHY
10 - Alban Bedel <albeu@free.fr>
15 - const: qca,ar7100-usb-phy
17 reset-names:
21 - const: phy
22 - const: suspend-override
[all …]
/linux/drivers/phy/qualcomm/
H A Dphy-ath79-usb.c1 // SPDX-License-Identifier: GPL-2.0+
3 * Atheros AR71XX/9XXX USB PHY driver
5 * Copyright (C) 2015-2018 Alban Bedel <albeu@free.fr>
11 #include <linux/phy/phy.h>
22 static int ath79_usb_phy_power_on(struct phy *phy) in ath79_usb_phy_power_on() argument
24 struct ath79_usb_phy *priv = phy_get_drvdata(phy); in ath79_usb_phy_power_on()
27 if (priv->no_suspend_override) { in ath79_usb_phy_power_on()
28 err = reset_control_assert(priv->no_suspend_override); in ath79_usb_phy_power_on()
33 err = reset_control_deassert(priv->reset); in ath79_usb_phy_power_on()
34 if (err && priv->no_suspend_override) in ath79_usb_phy_power_on()
[all …]
/linux/Documentation/devicetree/bindings/usb/
H A Dgeneric-ehci.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/usb/generic-ehci.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: USB EHCI Controller
10 - Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13 - $ref: usb-hcd.yaml
14 - if:
19 const: ibm,usb-ehci-440epx
28 - items:
[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 …]