Searched +full:sun50i +full:- +full:h6 +full:- +full:usb3 +full:- +full:phy (Results 1 – 6 of 6) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)4 ---5 $id: "http://devicetree.org/schemas/phy/allwinner,sun50i-h6-usb3-phy.yaml#"6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"8 title: Allwinner H6 USB3 PHY11 - Ondrej Jirman <megous@megous.com>16 - allwinner,sun50i-h6-usb3-phy27 "#phy-cells":31 - compatible32 - reg[all …]
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/phy/allwinner,sun50i-h6-usb-phy.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Allwinner H6 USB PHY10 - Chen-Yu Tsai <wens@csie.org>11 - Maxime Ripard <mripard@kernel.org>14 "#phy-cells":18 const: allwinner,sun50i-h6-usb-phy22 - description: PHY Control registers[all …]
1 // SPDX-License-Identifier: GPL-2.0+3 * Allwinner sun50i(H6) USB 3.0 phy driver7 * Based on phy-sun9i-usb.c, which is:9 * Copyright (C) 2014-2015 Chen-Yu Tsai <wens@csie.org>13 * Copyright (c) 2010-2015 Allwinner Technology Co., Ltd.20 #include <linux/phy/phy.h>37 /* PHY External Control Register */42 /* PHY Tune High Register */55 struct phy *phy; member61 static void sun50i_usb3_phy_open(struct sun50i_usb3_phy *phy) in sun50i_usb3_phy_open() argument[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)4 #include <dt-bindings/interrupt-controller/arm-gic.h>5 #include <dt-bindings/clock/sun50i-h6-ccu.h>6 #include <dt-bindings/clock/sun50i-h6-r-ccu.h>7 #include <dt-bindings/clock/sun6i-rtc.h>8 #include <dt-bindings/clock/sun8i-de2.h>9 #include <dt-bindings/clock/sun8i-tcon-top.h>10 #include <dt-bindings/reset/sun50i-h6-ccu.h>11 #include <dt-bindings/reset/sun50i-h6-r-ccu.h>12 #include <dt-bindings/reset/sun8i-de2.h>[all …]
1 // SPDX-License-Identifier: GPL-2.03 * dwc3-of-simple.c - OF glue layer for simple integrations5 * Copyright (c) 2015 Texas Instruments Incorporated - https://www.ti.com9 * This is a combination of the old dwc3-qcom.c by Ivan T. Ivanov10 * <iivanov@mm-sol.com> and the original patch adding support for Xilinx' SoC18 #include <linux/dma-mapping.h>36 struct device *dev = &pdev->dev; in dwc3_of_simple_probe()37 struct device_node *np = dev->of_node; in dwc3_of_simple_probe()43 return -ENOMEM; in dwc3_of_simple_probe()46 simple->dev = dev; in dwc3_of_simple_probe()[all …]
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 …]