/openbmc/linux/drivers/phy/cadence/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 # Phy drivers for Cadence PHYs 7 tristate "Cadence Torrent PHY driver" 13 Support for Cadence Torrent PHY. 16 tristate "Cadence D-PHY Support" 21 Choose this option if you have a Cadence D-PHY in your 23 cdns-dphy. 26 tristate "Cadence D-PHY Rx Support" 31 Support for Cadence D-PHY in Rx configuration. 34 tristate "Cadence Sierra PHY Driver" [all …]
|
H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0-only 2 obj-$(CONFIG_PHY_CADENCE_TORRENT) += phy-cadence-torrent.o 3 obj-$(CONFIG_PHY_CADENCE_DPHY) += cdns-dphy.o 4 obj-$(CONFIG_PHY_CADENCE_DPHY_RX) += cdns-dphy-rx.o 5 obj-$(CONFIG_PHY_CADENCE_SIERRA) += phy-cadence-sierra.o 6 obj-$(CONFIG_PHY_CADENCE_SALVO) += phy-cadence-salvo.o
|
/openbmc/linux/Documentation/devicetree/bindings/phy/ |
H A D | phy-cadence-torrent.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/phy/phy-cadence-torrent.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Cadence Torrent SD0801 PHY 10 This binding describes the Cadence SD0801 PHY (also known as Torrent PHY) 11 hardware included with the Cadence MHDP DisplayPort controller. Torrent 12 PHY also supports multilink multiprotocol combinations including protocols 16 - Swapnil Jakhade <sjakhade@cadence.com> 17 - Yuti Amonkar <yamonkar@cadence.com> [all …]
|
H A D | phy-cadence-sierra.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/phy/phy-cadence-sierra.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Cadence Sierra PHY 10 This binding describes the Cadence Sierra PHY. Sierra PHY supports multilink 14 - Swapnil Jakhade <sjakhade@cadence.com> 15 - Yuti Amonkar <yamonkar@cadence.com> 20 - cdns,sierra-phy-t0 21 - ti,sierra-phy-t0 [all …]
|
H A D | cdns,dphy-rx.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/phy/cdns,dphy-rx.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Cadence DPHY Rx 10 - Pratyush Yadav <pratyush@kernel.org> 15 - const: cdns,dphy-rx 20 "#phy-cells": 23 power-domains: 27 - compatible [all …]
|
H A D | cdns,salvo-phy.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/phy/cdns,salvo-phy.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Cadence SALVO PHY 11 - Peter Chen <peter.chen@nxp.com> 16 - nxp,salvo-phy 24 clock-names: 26 - const: salvo_phy_clk 28 power-domains: [all …]
|
H A D | cdns,dphy.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/phy/cdns,dphy.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Cadence DPHY 10 - Pratyush Yadav <pratyush@kernel.org> 15 - cdns,dphy 16 - ti,j721e-dphy 23 - description: PMA state machine clock 24 - description: PLL reference clock [all …]
|
/openbmc/linux/drivers/ufs/host/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0+ 5 # Copyright (C) 2011-2013 Samsung India Software Operations 26 Synopsys Test Chip is a PHY for prototyping purposes. 42 tristate "Cadence UFS Controller platform driver" 45 This selects the Cadence-specific additions to UFSHCD platform driver. 53 Synopsys Test Chip is a PHY for prototyping purposes. 66 accessing the hardware which includes PHY configuration and vendor 81 accessing the hardware which includes PHY configuration and vendor 110 tristate "TI glue layer for Cadence UFS Controller" 113 This selects driver for TI glue layer for Cadence UFS Host [all …]
|
/openbmc/linux/drivers/usb/cdns3/ |
H A D | core.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * Cadence USBSS and USBSSP DRD Header File. 5 * Copyright (C) 2017-2018 NXP 6 * Copyright (C) 2018-2019 Cadence. 9 * Pawel Laszczak <pawell@cadence.com> 20 * struct cdns_role_driver - host/gadget role driver 51 * struct cdns - Representatio [all...] |
H A D | cdns3-plat.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Cadence USBSS DRD Driver. 5 * Copyright (C) 2018-2020 Cadence. 6 * Copyright (C) 2017-2018 NXP 11 * Pawel Laszczak <pawell@cadence.com> 23 #include "gadget-export.h" 30 ret = phy_power_on(cdns->usb2_phy); in set_phy_power_on() 34 ret = phy_power_on(cdns->usb3_phy); in set_phy_power_on() 36 phy_power_off(cdns->usb2_phy); in set_phy_power_on() 43 phy_power_off(cdns->usb3_phy); in set_phy_power_off() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/display/bridge/ |
H A D | cdns,mhdp8546.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Cadence MHDP8546 bridge 10 - Swapnil Jakhade <sjakhade@cadence.com> 11 - Yuti Amonkar <yamonkar@cadence.com> 16 - cdns,mhdp8546 17 - ti,j721e-mhdp8546 22 - description: 23 Register block of mhdptx apb registers up to PHY mapped area (AUX_CONFIG_P). [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/pci/ |
H A D | cdns-pcie.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pci/cdns-pcie.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Cadence PCIe Core 10 - Tom Joseph <tjoseph@cadence.com> 15 One per lane if more than one in the list. If only one PHY listed it must 20 phy-names: 22 - const: pcie-phy
|
H A D | cdns,cdns-pcie-ep.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 4 $id: http://devicetree.org/schemas/pci/cdns,cdns-pcie-ep.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Cadence PCIe EP Controller 10 - Tom Joseph <tjoseph@cadence.com> 13 - $ref: cdns-pcie-ep.yaml# 17 const: cdns,cdns-pcie-ep 22 reg-names: 24 - const: reg [all …]
|
H A D | cdns,cdns-pcie-host.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 4 $id: http://devicetree.org/schemas/pci/cdns,cdns-pcie-host.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Cadence PCIe host controller 10 - Tom Joseph <tjoseph@cadence.com> 13 - $ref: /schemas/pci/pci-bus.yaml# 14 - $ref: cdns-pcie-host.yaml# 18 const: cdns,cdns-pcie-host 23 reg-names: [all …]
|
/openbmc/linux/drivers/pci/controller/cadence/ |
H A D | pcie-cadence-plat.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Cadence PCIe platform driver. 5 * Copyright (c) 2019, Cadence Design Systems 6 * Author: Tom Joseph <tjoseph@cadence.com> 13 #include "pcie-cadence.h" 18 * struct cdns_plat_pcie - private data for this PCIe platform driver 19 * @pcie: Cadence PCIe controller 47 struct device *dev = &pdev->dev; in cdns_plat_pcie_probe() 57 return -EINVAL; in cdns_plat_pcie_probe() 59 is_rc = data->is_rc; in cdns_plat_pcie_probe() [all …]
|
H A D | pcie-cadence.c | 1 // SPDX-License-Identifier: GPL-2.0 2 // Copyright (c) 2017 Cadence 3 // Cadence PCIe controller driver. 4 // Author: Cyrille Pitchen <cyrille.pitchen@free-electrons.com> 9 #include "pcie-cadence.h" 35 u64 sz = 1ULL << fls64(size - 1); in cdns_pcie_set_outbound_region() 76 if (pcie->is_rc) { in cdns_pcie_set_outbound_region() 93 if (pcie->ops->cpu_addr_fixup) in cdns_pcie_set_outbound_region() 94 cpu_addr = pcie->ops->cpu_addr_fixup(pcie, cpu_addr); in cdns_pcie_set_outbound_region() 114 if (pcie->is_rc) { in cdns_pcie_set_outbound_region_for_normal_msg() [all …]
|
H A D | pcie-cadence.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 // Copyright (c) 2017 Cadence 3 // Cadence PCIe controller driver. 4 // Author: Cyrille Pitchen <cyrille.pitchen@free-electrons.com> 11 #include <linux/pci-epf.h> 12 #include <linux/phy/phy.h> 117 (((aperture) - 2) << ((bar) * 8)) 149 (((nbits) - 1) & CDNS_PCIE_AT_OB_REGION_PCI_ADDR0_NBITS_MASK) 189 (((nbits) - 1) & CDNS_PCIE_AT_OB_REGION_CPU_ADDR0_NBITS_MASK) 200 (((nbits) - 1) & CDNS_PCIE_AT_IB_RP_BAR_ADDR0_NBITS_MASK) [all …]
|
/openbmc/u-boot/drivers/net/ |
H A D | Kconfig | 1 source "drivers/net/phy/Kconfig" 11 This is currently implemented in net/eth-uclass.c 27 bool "Enable GbE PHY status parsing and configuration" 43 bool "Altera Triple-Speed Ethernet MAC support" 47 This driver supports the Altera Triple-Speed (TSE) Ethernet MAC. 48 Please find details on the "Triple-Speed Ethernet MegaCore Function 134 U-Boot. 152 in U-Boot to the RAW AF_PACKET API in Linux. This allows real 163 provide the PHY (physical media interface). 172 Altera system manager to correctly interface with the PHY. [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/usb/ |
H A D | cdns,usb3.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Cadence USBSS-DRD controller 10 - Pawel Laszczak <pawell@cadence.com> 18 - description: OTG controller registers 19 - description: XHCI Host controller registers 20 - description: DEVICE controller registers 22 reg-names: 24 - const: otg [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/media/ |
H A D | cdns,csi2tx.txt | 1 Cadence MIPI-CSI2 TX controller 4 The Cadence MIPI-CSI2 TX controller is a CSI-2 bridge supporting up to 8 - compatible: must be set to "cdns,csi2tx" or "cdns,csi2tx-1.3" 9 for version 1.3 of the controller, "cdns,csi2tx-2.1" for v2.1 10 - reg: base address and size of the memory mapped region 11 - clocks: phandles to the clocks driving the controller 12 - clock-names: must contain: 15 * pixel_if[0-3]_clk: pixel stream output clock, one for each stream 19 - phys: phandle to the D-PHY. If it is set, phy-names need to be set 20 - phy-names: must contain "dphy" [all …]
|
H A D | cdns,csi2rx.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Cadence MIPI-CSI2 RX controller 10 - Maxime Ripard <mripard@kernel.org> 13 The Cadence MIPI-CSI2 RX controller is a CSI-2 bridge supporting up to 4 CSI 19 - enum: 20 - starfive,jh7110-csi2rx 21 - const: cdns,csi2rx 28 - description: CSI2Rx system clock [all …]
|
/openbmc/linux/drivers/phy/starfive/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 # Phy drivers for StarFive platforms 9 tristate "StarFive JH7110 D-PHY RX support" 14 Choose this option if you have a StarFive D-PHY in your 16 phy-jh7110-dphy-rx.ko. 19 tristate "Starfive JH7110 PCIE 2.0/USB 3.0 PHY support" 23 Enable this to support the StarFive PCIe 2.0 PHY, 24 or used as USB 3.0 PHY. 26 phy-jh7110-pcie.ko. 29 tristate "Starfive JH7110 USB 2.0 PHY support" [all …]
|
/openbmc/linux/drivers/phy/ |
H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 3 # Makefile for the phy drivers. 6 obj-$(CONFIG_GENERIC_PHY) += phy-core.o 7 obj-$(CONFIG_GENERIC_PHY_MIPI_DPHY) += phy-core-mipi-dphy.o 8 obj-$(CONFIG_PHY_CAN_TRANSCEIVER) += phy-can-transceiver.o 9 obj-$(CONFIG_PHY_LPC18XX_USB_OTG) += phy-lpc18xx-usb-otg.o 10 obj-$(CONFIG_PHY_XGENE) += phy-xgene.o 11 obj-$(CONFIG_PHY_PISTACHIO_USB) += phy-pistachio-usb.o 12 obj-$(CONFIG_USB_LGM_PHY) += phy-lgm-usb.o 13 obj-y += allwinner/ \ [all …]
|
/openbmc/linux/drivers/spi/ |
H A D | spi-cadence-xspi.c | 1 // SPDX-License-Identifier: GPL-2.0+ 2 // Cadence XSPI flash controller driver 3 // Copyright (C) 2020-21 Cadence 18 #include <linux/spi/spi-mem.h> 25 #define CDNS_XSPI_NAME "cadence-xspi" 29 * configure XSPI controller pin-strap settings 32 /* PHY DQ timing register */ 35 /* PHY DQS timing register */ 38 /* PHY gate loopback control register */ 41 /* PHY DLL slave control register */ [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/ufs/ |
H A D | cdns,ufshc.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Cadence Universal Flash Storage (UFS) Controller 10 - Jan Kotas <jank@cadence.com> 12 # Select only our matches, not all jedec,ufs-2.0 18 - cdns,ufshc 19 - cdns,ufshc-m31-16nm 21 - compatible 24 - $ref: ufs-common.yaml [all …]
|