Searched +full:meson +full:- +full:gxbb +full:- +full:usb2 +full:- +full:phy (Results 1 – 12 of 12) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: "http://devicetree.org/schemas/phy/amlogic,meson8b-usb2-phy.yaml#"5 $schema: "http://devicetree.org/meta-schemas/core.yaml#"7 title: Amlogic Meson8, Meson8b, Meson8m2 and GXBB USB2 PHY10 - Martin Blumenstingl <martin.blumenstingl@googlemail.com>15 - items:16 - enum:17 - amlogic,meson8-usb2-phy18 - amlogic,meson8b-usb2-phy[all …]
1 # SPDX-License-Identifier: GPL-2.0-only3 # Phy drivers for Amlogic platforms6 tristate "Meson8, Meson8b, Meson8m2 and GXBB USB2 PHY driver"14 Enable this to support the Meson USB2 PHYs found in Meson8,15 Meson8b and GXBB SoCs.19 tristate "Meson GXL and GXM USB2 PHY drivers"26 Enable this to support the Meson USB2 PHYs found in Meson31 tristate "Meson G12A USB2 PHY driver"37 Enable this to support the Meson USB2 PHYs found in Meson42 tristate "Meson G12A USB3+PCIE Combo PHY driver"[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Meson8, Meson8b and GXBB USB2 PHY driver16 #include <linux/phy/phy.h>50 /* bits [31:26], [24:21] and [15:3] seem to be read-only */140 static int phy_meson8b_usb2_power_on(struct phy *phy) in phy_meson8b_usb2_power_on() argument142 struct phy_meson8b_usb2_priv *priv = phy_get_drvdata(phy); in phy_meson8b_usb2_power_on()146 if (!IS_ERR_OR_NULL(priv->reset)) { in phy_meson8b_usb2_power_on()147 ret = reset_control_reset(priv->reset); in phy_meson8b_usb2_power_on()149 dev_err(&phy->dev, "Failed to trigger USB reset\n"); in phy_meson8b_usb2_power_on()154 ret = clk_prepare_enable(priv->clk_usb_general); in phy_meson8b_usb2_power_on()[all …]
4 * This file is dual-licensed: you can use it either under the terms43 #include "meson-gx.dtsi"44 #include <dt-bindings/gpio/meson-gxbb-gpio.h>45 #include <dt-bindings/reset/amlogic,meson-gxbb-reset.h>46 #include <dt-bindings/clock/gxbb-clkc.h>47 #include <dt-bindings/clock/gxbb-aoclkc.h>48 #include <dt-bindings/reset/gxbb-aoclkc.h>51 compatible = "amlogic,meson-gxbb";54 usb0_phy: phy@c0000000 {55 compatible = "amlogic,meson-gxbb-usb2-phy";[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include "meson-gx.dtsi"7 #include "meson-gx-mali450.dtsi"8 #include <dt-bindings/gpio/meson-gxbb-gpio.h>9 #include <dt-bindings/reset/amlogic,meson-gxbb-reset.h>10 #include <dt-bindings/clock/gxbb-clkc.h>11 #include <dt-bindings/clock/gxbb-aoclkc.h>12 #include <dt-bindings/reset/gxbb-aoclkc.h>15 compatible = "amlogic,meson-gxbb";18 usb0_phy: phy@c0000000 {[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)7 #include "meson-gx.dtsi"8 #include <dt-bindings/clock/gxbb-clkc.h>9 #include <dt-bindings/clock/gxbb-aoclkc.h>10 #include <dt-bindings/gpio/meson-gxl-gpio.h>11 #include <dt-bindings/reset/amlogic,meson-gxbb-reset.h>14 compatible = "amlogic,meson-gxl";18 compatible = "amlogic,meson-gxl-usb-ctrl";21 #address-cells = <2>;22 #size-cells = <2>;[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include <dt-bindings/phy/phy.h>7 #include <dt-bindings/gpio/gpio.h>8 #include <dt-bindings/clock/g12a-clkc.h>9 #include <dt-bindings/clock/g12a-aoclkc.h>10 #include <dt-bindings/interrupt-controller/irq.h>11 #include <dt-bindings/interrupt-controller/arm-gic.h>12 #include <dt-bindings/reset/amlogic,meson-g12a-reset.h>13 #include <dt-bindings/thermal/thermal.h>16 interrupt-parent = <&gic>;[all …]
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 …]
1 # SPDX-License-Identifier: GPL-2.03 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Rob Herring <robh@kernel.org>15 - const: brcm,bcm2835-usb16 - const: hisilicon,hi6220-usb17 - items:18 - const: rockchip,rk3066-usb19 - const: snps,dwc220 - items:[all …]
2 -----------------------------------------------------5 - compatible : One of:6 - brcm,bcm2835-usb: The DWC2 USB controller instance in the BCM2835 SoC.7 - hisilicon,hi6220-usb: The DWC2 USB controller instance in the hi6220 SoC.8 - rockchip,rk3066-usb: The DWC2 USB controller instance in the rk3066 Soc;9 - "rockchip,px30-usb", "rockchip,rk3066-usb", "snps,dwc2": for px30 Soc;10 - "rockchip,rk3188-usb", "rockchip,rk3066-usb", "snps,dwc2": for rk3188 Soc;11 - "rockchip,rk3288-usb", "rockchip,rk3066-usb", "snps,dwc2": for rk3288 Soc;12 - "lantiq,arx100-usb": The DWC2 USB controller instance in Lantiq ARX SoCs;13 - "lantiq,xrx200-usb": The DWC2 USB controller instance in Lantiq XRX SoCs;[all …]
... -boot-2021.07/.readthedocs.yml u-boot-2021.07/Kbuild u-boot-2021.07 ...
9 -------------------------30 ``diff -u`` to make the patch easy to merge. Be prepared to get your40 See Documentation/process/coding-style.rst for guidance here.46 See Documentation/process/submitting-patches.rst for details.57 include a Signed-off-by: line. The current version of this59 Documentation/process/submitting-patches.rst.70 that the bug would present a short-term risk to other users if it76 Documentation/admin-guide/security-bugs.rst for details.81 ---------------------------------------------------97 W: *Web-page* with status/info[all …]