Home
last modified time | relevance | path

Searched +full:sp7021 +full:- +full:usb2 +full:- +full:phy (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/devicetree/bindings/phy/
H A Dsunplus,sp7021-usb2-phy.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/phy/sunplus,sp7021-usb2-phy.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Sunplus SP7021 USB 2.0 PHY Controller
11 - Vincent Shih <vincent.sunplus@gmail.com>
15 const: sunplus,sp7021-usb2-phy
19 - description: UPHY register region
20 - description: MOON4 register region
22 reg-names:
[all …]
/linux/drivers/phy/sunplus/
H A Dphy-sunplus-usb2.c1 // SPDX-License-Identifier: GPL-2.0
4 * Sunplus SP7021 USB 2.0 phy driver
8 * Note 1 : non-posted write command for the registers accesses of
9 * Sunplus SP7021.
18 #include <linux/nvmem-consumer.h>
20 #include <linux/phy/phy.h>
86 cell = nvmem_cell_get(usbphy->dev, disc_name); in update_disc_vol()
88 if (PTR_ERR(cell) == -EPROBE_DEFER) in update_disc_vol()
89 return -EPROBE_DEFER; in update_disc_vol()
98 set = (set >> usbphy->disc_vol_addr_off) & J_DISC; in update_disc_vol()
[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 …]