Searched +full:sun8i +full:- +full:v3s +full:- +full:usb +full:- +full:phy (Results 1 – 7 of 7) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/phy/allwinner,sun8i-v3s-usb-phy.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Allwinner V3s USB PHY Device Tree Bindings10 - Chen-Yu Tsai <wens@csie.org>11 - Maxime Ripard <mripard@kernel.org>14 "#phy-cells":18 const: allwinner,sun8i-v3s-usb-phy22 - description: PHY Control registers[all …]
4 * This file is dual-licensed: you can use it either under the terms43 #include <dt-bindings/interrupt-controller/arm-gic.h>44 #include <dt-bindings/clock/sun8i-v3s-ccu.h>45 #include <dt-bindings/reset/sun8i-v3s-ccu.h>46 #include <dt-bindings/clock/sun8i-de2.h>49 #address-cells = <1>;50 #size-cells = <1>;51 interrupt-parent = <&gic>;54 #address-cells = <1>;55 #size-cells = <1>;[all …]
4 * This file is dual-licensed: you can use it either under the terms43 #include <dt-bindings/clock/sun8i-v3s-ccu.h>44 #include <dt-bindings/reset/sun8i-v3s-ccu.h>45 #include <dt-bindings/interrupt-controller/arm-gic.h>46 #include <dt-bindings/pinctrl/sun4i-a10.h>49 #address-cells = <1>;50 #size-cells = <1>;51 interrupt-parent = <&gic>;54 #address-cells = <1>;55 #size-cells = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * Allwinner sun4i USB phy driver5 * Copyright (C) 2014-2015 Hans de Goede <hdegoede@redhat.com>18 #include <linux/extcon-provider.h>29 #include <linux/phy/phy.h>30 #include <linux/phy/phy-sun4i-usb.h>36 #include <linux/usb/of.h>60 /* sunxi has the phy id/vbus pins not connected, so we use the force bits */72 /* Private Control Bits for Each PHY */131 struct phy *phy; member[all …]
1 // SPDX-License-Identifier: GPL-2.0+18 #include <linux/phy/phy-sun4i-usb.h>22 #include <linux/usb/musb.h>23 #include <linux/usb/of.h>24 #include <linux/usb/usb_phy_generic.h>79 struct phy *phy; member95 if (!test_bit(SUNXI_MUSB_FL_ENABLED, &glue->flags)) in sunxi_musb_work()98 if (test_and_clear_bit(SUNXI_MUSB_FL_HOSTMODE_PEND, &glue->flags)) { in sunxi_musb_work()99 struct musb *musb = glue->musb; in sunxi_musb_work()103 spin_lock_irqsave(&musb->lock, flags); in sunxi_musb_work()[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 …]