Searched +full:kona +full:- +full:usb2 +full:- +full:phy (Results 1 – 7 of 7) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.0-only3 * phy-bcm-kona-usb2.c - Broadcom Kona USB2 Phy Driver15 #include <linux/phy/phy.h>34 static void bcm_kona_usb_phy_power(struct bcm_kona_usb *phy, int on) in bcm_kona_usb_phy_power() argument38 val = readl(phy->regs + OTGCTL); in bcm_kona_usb_phy_power()40 /* Configure and power PHY */ in bcm_kona_usb_phy_power()47 writel(val, phy->regs + OTGCTL); in bcm_kona_usb_phy_power()50 static int bcm_kona_usb_phy_init(struct phy *gphy) in bcm_kona_usb_phy_init()52 struct bcm_kona_usb *phy = phy_get_drvdata(gphy); in bcm_kona_usb_phy_init() local55 /* Soft reset PHY */ in bcm_kona_usb_phy_init()[all …]
1 # SPDX-License-Identifier: GPL-2.02 obj-$(CONFIG_PHY_BCM63XX_USBH) += phy-bcm63xx-usbh.o3 obj-$(CONFIG_PHY_CYGNUS_PCIE) += phy-bcm-cygnus-pcie.o4 obj-$(CONFIG_BCM_KONA_USB2_PHY) += phy-bcm-kona-usb2.o5 obj-$(CONFIG_PHY_BCM_NS_USB2) += phy-bcm-ns-usb2.o6 obj-$(CONFIG_PHY_BCM_NS_USB3) += phy-bcm-ns-usb3.o7 obj-$(CONFIG_PHY_NS2_PCIE) += phy-bcm-ns2-pcie.o8 obj-$(CONFIG_PHY_NS2_USB_DRD) += phy-bcm-ns2-usbdrd.o9 obj-$(CONFIG_PHY_BRCM_SATA) += phy-brcm-sata.o10 obj-$(CONFIG_PHY_BRCM_USB) += phy-brcm-usb-dvr.o[all …]
1 # SPDX-License-Identifier: GPL-2.0-only3 # Phy drivers for Broadcom platforms5 menu "PHY drivers for Broadcom platforms"8 tristate "BCM63xx USBH PHY driver"12 Enable this to support the BCM63xx USBH PHY driver.16 tristate "Broadcom Cygnus PCIe PHY driver"21 Enable this to support the Broadcom Cygnus PCIe PHY.25 tristate "Broadcom Stingray USB PHY driver"30 Enable this to support the Broadcom Stingray USB PHY36 tristate "Broadcom Kona USB2 PHY Driver"[all …]
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/phy/brcm,kona-usb2-phy.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Broadcom Kona family USB 2.0 PHY10 - Florian Fainelli <f.fainelli@gmail.com>14 const: brcm,kona-usb2-phy19 '#phy-cells':23 - compatible24 - reg[all …]
1 // SPDX-License-Identifier: GPL-2.0-only2 // Copyright (C) 2012-2013 Broadcom Corporation4 #include <dt-bindings/clock/bcm281xx.h>5 #include <dt-bindings/interrupt-controller/arm-gic.h>6 #include <dt-bindings/interrupt-controller/irq.h>9 #address-cells = <1>;10 #size-cells = <1>;13 interrupt-parent = <&gic>;20 #address-cells = <1>;21 #size-cells = <0>;[all …]
1 // SPDX-License-Identifier: BSD-3-Clause9 /dts-v1/;11 #include <dt-bindings/clock/bcm21664.h>12 #include <dt-bindings/interrupt-controller/arm-gic.h>13 #include <dt-bindings/interrupt-controller/irq.h>16 #address-cells = <1>;17 #size-cells = <1>;20 hub: hub-bus@34000000 {21 compatible = "simple-bus";23 #address-cells = <1>;[all …]
5 ---------------------------------------------------21 W: *Web-page* with status/info23 B: URI for where to file *bugs*. A web-page with detailed bug28 patches to the given subsystem. This is either an in-tree file,29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst46 N: [^a-z]tegra all files whose path contains tegra64 ----------------83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)85 L: linux-scsi@vger.kernel.org88 F: drivers/scsi/3w-*[all …]