Searched +full:g12a +full:- +full:mipi +full:- +full:dphy +full:- +full:analog (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/phy/amlogic/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 41 tristate "Meson G12A MIPI Analog DPHY driver" 48 Enable this to support the Meson MIPI Analog DPHY found in Meson G12A 53 tristate "Meson G12A USB2 PHY driver" 60 G12A SoCs. 64 tristate "Meson G12A USB3+PCIE Combo PHY driver" 71 in Meson G12A SoCs. 81 Enable this to support the Meson MIPI + PCIE PHY found 86 tristate "Meson AXG MIPI + PCIE analog PHY driver" 93 Enable this to support the Meson MIPI + PCIE analog PHY [all …]
|
H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0-only 2 obj-$(CONFIG_PHY_MESON8_HDMI_TX) += phy-meson8-hdmi-tx.o 3 obj-$(CONFIG_PHY_MESON8B_USB2) += phy-meson8b-usb2.o 4 obj-$(CONFIG_PHY_MESON_GXL_USB2) += phy-meson-gxl-usb2.o 5 obj-$(CONFIG_PHY_MESON_G12A_USB2) += phy-meson-g12a-usb2.o 6 obj-$(CONFIG_PHY_MESON_G12A_USB3_PCIE) += phy-meson-g12a-usb3-pcie.o 7 obj-$(CONFIG_PHY_MESON_G12A_MIPI_DPHY_ANALOG) += phy-meson-g12a-mipi-dphy-analog.o 8 obj-$(CONFIG_PHY_MESON_AXG_PCIE) += phy-meson-axg-pcie.o 9 obj-$(CONFIG_PHY_MESON_AXG_MIPI_PCIE_ANALOG) += phy-meson-axg-mipi-pcie-analog.o 10 obj-$(CONFIG_PHY_MESON_AXG_MIPI_DPHY) += phy-meson-axg-mipi-dphy.o
|
H A D | phy-meson-g12a-mipi-dphy-analog.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Meson G12A MIPI DSI Analog PHY 18 #include <dt-bindings/phy/phy.h> 51 ret = phy_mipi_dphy_config_validate(&opts->mipi_dphy); in phy_g12a_mipi_dphy_analog_configure() 55 memcpy(&priv->config, opts, sizeof(priv->config)); in phy_g12a_mipi_dphy_analog_configure() 65 regmap_write(priv->regmap, HHI_MIPI_CNTL0, in phy_g12a_mipi_dphy_analog_power_on() 69 regmap_write(priv->regmap, HHI_MIPI_CNTL1, in phy_g12a_mipi_dphy_analog_power_on() 73 regmap_write(priv->regmap, HHI_MIPI_CNTL2, in phy_g12a_mipi_dphy_analog_power_on() 78 switch (priv->config.lanes) { in phy_g12a_mipi_dphy_analog_power_on() 95 regmap_update_bits(priv->regmap, HHI_MIPI_CNTL2, in phy_g12a_mipi_dphy_analog_power_on() [all …]
|
/linux/Documentation/devicetree/bindings/phy/ |
H A D | amlogic,g12a-mipi-dphy-analog.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/phy/amlogic,g12a-mipi-dphy-analog.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Amlogic G12A MIPI analog PHY 10 - Neil Armstrong <narmstrong@baylibre.com> 14 const: amlogic,g12a-mipi-dphy-analog 16 "#phy-cells": 20 - compatible 21 - "#phy-cells"
|
/linux/Documentation/devicetree/bindings/soc/amlogic/ |
H A D | amlogic,meson-gx-hhi-sysctrl.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/soc/amlogic/amlogic,meson-gx-hhi-sysctrl.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Neil Armstrong <neil.armstrong@linaro.org> 15 - enum: 16 - amlogic,meson-gx-hhi-sysctrl 17 - amlogic,meson-gx-ao-sysctrl 18 - amlogic,meson-axg-hhi-sysctrl 19 - amlogic,meson-axg-ao-sysctrl [all …]
|
/linux/arch/arm64/boot/dts/amlogic/ |
H A D | meson-axg.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 #include <dt-bindings/clock/axg-aoclkc.h> 7 #include <dt-bindings/clock/axg-audio-clkc.h> 8 #include <dt-bindings/clock/axg-clkc.h> 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/gpio/meson-axg-gpio.h> 11 #include <dt-bindings/interrupt-controller/irq.h> 12 #include <dt-bindings/interrupt-controller/arm-gic.h> 13 #include <dt-bindings/reset/amlogic,meson-axg-audio-arb.h> 14 #include <dt-bindings/reset/amlogic,meson-axg-reset.h> [all …]
|
/linux/ |
H A D | MAINTAINERS | 5 --------------------------------------------------- 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 …]
|