Searched +full:sun8i +full:- +full:h3 +full:- +full:usb +full:- +full:clk (Results 1 – 18 of 18) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/clock/allwinner,sun4i-a10-usb-clk.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Allwinner A10 USB Clock Device Tree Bindings10 - Chen-Yu Tsai <wens@csie.org>11 - Maxime Ripard <mripard@kernel.org>16 "#clock-cells":22 "#reset-cells":27 - allwinner,sun4i-a10-usb-clk[all …]
4 * This file is dual-licensed: you can use it either under the terms45 #include <dt-bindings/clock/sun8i-h3-ccu.h>46 #include <dt-bindings/interrupt-controller/arm-gic.h>47 #include <dt-bindings/pinctrl/sun4i-a10.h>48 #include <dt-bindings/reset/sun8i-h3-ccu.h>51 interrupt-parent = <&gic>;58 #address-cells = <1>;59 #size-cells = <0>;62 compatible = "arm,cortex-a7";68 compatible = "arm,cortex-a7";[all …]
3 * based on the Allwinner H3 dtsi:6 * This file is dual-licensed: you can use it either under the terms45 #include <dt-bindings/clock/sun50i-a64-ccu.h>46 #include <dt-bindings/interrupt-controller/arm-gic.h>47 #include <dt-bindings/reset/sun50i-a64-ccu.h>50 interrupt-parent = <&gic>;51 #address-cells = <1>;52 #size-cells = <1>;55 #address-cells = <1>;56 #size-cells = <0>;[all …]
2 * Copyright 2017 Chen-Yu Tsai <wens@csie.org>5 * This file is dual-licensed: you can use it either under the terms44 #include <dt-bindings/interrupt-controller/arm-gic.h>45 #include <dt-bindings/clock/sun8i-de2.h>46 #include <dt-bindings/clock/sun8i-r40-ccu.h>47 #include <dt-bindings/clock/sun8i-tcon-top.h>48 #include <dt-bindings/reset/sun8i-r40-ccu.h>49 #include <dt-bindings/reset/sun8i-de2.h>50 #include <dt-bindings/thermal/thermal.h>53 #address-cells = <1>;[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 …]
6 * This file is dual-licensed: you can use it either under the terms45 #include <dt-bindings/interrupt-controller/arm-gic.h>47 #include <dt-bindings/clock/sun8i-a83t-ccu.h>48 #include <dt-bindings/clock/sun8i-de2.h>49 #include <dt-bindings/clock/sun8i-r-ccu.h>50 #include <dt-bindings/reset/sun8i-a83t-ccu.h>51 #include <dt-bindings/reset/sun8i-de2.h>52 #include <dt-bindings/reset/sun8i-r-ccu.h>53 #include <dt-bindings/thermal/thermal.h>56 interrupt-parent = <&gic>;[all …]
1 // SPDX-License-Identifier: GPL-2.0+11 #include <linux/clk.h>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>77 struct clk *clk; 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()[all …]
9 * SPDX-License-Identifier: GPL-2.0+17 #include <usb.h>31 int ahb_gate_mask; /* Mask of ahb_gate0 clk gate bits for this hcd */32 int usb_gate_mask; /* Mask of usb_clk_cfg clk gate bits for this hcd */33 int phy_index; /* Index of the usb-phy attached to this hcd */43 priv->ccm = (struct sunxi_ccm_reg *)SUNXI_CCM_BASE; in ohci_usb_probe()44 if (IS_ERR(priv->ccm)) in ohci_usb_probe()45 return PTR_ERR(priv->ccm); in ohci_usb_probe()47 bus_priv->companion = true; in ohci_usb_probe()53 priv->ahb_gate_mask = 1 << AHB_GATE_OFFSET_USB_OHCI0; in ohci_usb_probe()[all …]
10 * SPDX-License-Identifier: GPL-2.0+31 int ahb_gate_mask; /* Mask of ahb_gate0 clk gate bits for this hcd */32 int phy_index; /* Index of the usb-phy attached to this hcd */43 priv->ccm = (struct sunxi_ccm_reg *)SUNXI_CCM_BASE; in ehci_usb_probe()44 if (IS_ERR(priv->ccm)) in ehci_usb_probe()45 return PTR_ERR(priv->ccm); in ehci_usb_probe()51 priv->ahb_gate_mask = 1 << AHB_GATE_OFFSET_USB_EHCI0; in ehci_usb_probe()55 priv->phy_index = ((uintptr_t)hccr - SUNXI_USB1_BASE) / BASE_DIST; in ehci_usb_probe()56 priv->ahb_gate_mask <<= priv->phy_index * AHB_CLK_DIST; in ehci_usb_probe()57 extra_ahb_gate_mask <<= priv->phy_index * AHB_CLK_DIST; in ehci_usb_probe()[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * Copyright 2013-2015 Emilio López8 #include <linux/clk.h>9 #include <linux/clk-provider.h>13 #include <linux/reset-controller.h>19 * sunxi_usb_reset... - reset bits in usb clk registers handling25 struct clk *clk; member38 clk_prepare_enable(data->clk); in sunxi_usb_reset_assert()39 spin_lock_irqsave(data->lock, flags); in sunxi_usb_reset_assert()41 reg = readl(data->reg); in sunxi_usb_reset_assert()[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)3 // based on the Allwinner H3 dtsi:6 #include <dt-bindings/clock/sun50i-a64-ccu.h>7 #include <dt-bindings/clock/sun8i-de2.h>8 #include <dt-bindings/clock/sun8i-r-ccu.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/reset/sun50i-a64-ccu.h>11 #include <dt-bindings/reset/sun8i-de2.h>12 #include <dt-bindings/reset/sun8i-r-ccu.h>13 #include <dt-bindings/thermal/thermal.h>[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/sun8i-de2.h>8 #include <dt-bindings/clock/sun8i-tcon-top.h>9 #include <dt-bindings/reset/sun50i-h6-ccu.h>10 #include <dt-bindings/reset/sun50i-h6-r-ccu.h>11 #include <dt-bindings/reset/sun8i-de2.h>12 #include <dt-bindings/thermal/thermal.h>[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>15 #include <linux/clk.h>18 #include <linux/extcon-provider.h>30 #include <linux/phy/phy-sun4i-usb.h>36 #include <linux/usb/of.h>135 struct clk *clk; member136 struct clk *clk2;157 container_of((phy), struct sun4i_usb_phy_data, phys[(phy)->index])[all …]
... -boot-2021.07/.readthedocs.yml u-boot-2021.07/Kbuild u-boot-2021.07 ...
1 // SPDX-License-Identifier: GPL-2.0-only5 * Based on ccu-sun8i-h3.c, which is:9 #include <linux/clk-provider.h>26 #include "ccu-sun8i-v3s.h"28 static SUNXI_CCU_NKMP_WITH_GATE_LOCK(pll_cpu_clk, "pll-cpu",48 static SUNXI_CCU_NM_WITH_GATE_LOCK(pll_audio_base_clk, "pll-audio-base",56 static SUNXI_CCU_NM_WITH_FRAC_GATE_LOCK(pll_video_clk, "pll-video",68 static SUNXI_CCU_NM_WITH_FRAC_GATE_LOCK(pll_ve_clk, "pll-ve",80 static SUNXI_CCU_NKM_WITH_GATE_LOCK(pll_ddr0_clk, "pll-ddr0",89 static SUNXI_CCU_NK_WITH_GATE_LOCK_POSTDIV(pll_periph0_clk, "pll-periph0",[all …]
1 // SPDX-License-Identifier: GPL-2.0-only6 #include <linux/clk-provider.h>24 #include "ccu-sun8i-h3.h"26 static SUNXI_CCU_NKMP_WITH_GATE_LOCK(pll_cpux_clk, "pll-cpux",41 * With sigma-delta modulation for fractional-N on the audio PLL,55 static SUNXI_CCU_NM_WITH_SDM_GATE_LOCK(pll_audio_base_clk, "pll-audio-base",65 static SUNXI_CCU_NM_WITH_FRAC_GATE_LOCK_MIN_MAX(pll_video_clk, "pll-video",79 static SUNXI_CCU_NM_WITH_FRAC_GATE_LOCK(pll_ve_clk, "pll-ve",91 static SUNXI_CCU_NKM_WITH_GATE_LOCK(pll_ddr_clk, "pll-ddr",100 static SUNXI_CCU_NK_WITH_GATE_LOCK_POSTDIV(pll_periph0_clk, "pll-periph0",[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Copyright (c) 2016 Chen-Yu Tsai5 * Chen-Yu Tsai <wens@csie.org>7 * Based on ccu-sun8i-h3.c by Maxime Ripard.10 #include <linux/clk-provider.h>29 #include "ccu-sun6i-a31.h"31 static SUNXI_CCU_NKM_WITH_GATE_LOCK(pll_cpu_clk, "pll-cpu",45 * With sigma-delta modulation for fractional-N on the audio PLL,59 static SUNXI_CCU_NM_WITH_SDM_GATE_LOCK(pll_audio_base_clk, "pll-audio-base",69 static SUNXI_CCU_NM_WITH_FRAC_GATE_LOCK(pll_video0_clk, "pll-video0",[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 …]