Searched +full:sun4i +full:- +full:a10 +full:- +full:i2s (Results 1 – 13 of 13) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0+ OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/sound/allwinner,sun4i-a10-i2s.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Allwinner A10 I2S Controller Device Tree Bindings10 - Chen-Yu Tsai <wens@csie.org>11 - Maxime Ripard <mripard@kernel.org>14 "#sound-dai-cells":19 - const: allwinner,sun4i-a10-i2s20 - const: allwinner,sun6i-a31-i2s[all …]
4 * Maxime Ripard <maxime.ripard@free-electrons.com>6 * This file is dual-licensed: you can use it either under the terms47 #include <dt-bindings/interrupt-controller/arm-gic.h>48 #include <dt-bindings/thermal/thermal.h>50 #include <dt-bindings/clock/sun4i-a10-pll2.h>51 #include <dt-bindings/dma/sun4i-a10.h>52 #include <dt-bindings/pinctrl/sun4i-a10.h>55 interrupt-parent = <&gic>;62 #address-cells = <1>;63 #size-cells = <1>;[all …]
4 * Mylène Josserand <mylene.josserand@free-electrons.com>6 * This file is dual-licensed: you can use it either under the terms45 #include <dt-bindings/clock/sun4i-a10-pll2.h>46 #include <dt-bindings/dma/sun4i-a10.h>47 #include <dt-bindings/pinctrl/sun4i-a10.h>50 interrupt-parent = <&intc>;51 #address-cells = <1>;52 #size-cells = <1>;55 #address-cells = <1>;56 #size-cells = <0>;[all …]
4 * Maxime Ripard <maxime.ripard@free-electrons.com>6 * This file is dual-licensed: you can use it either under the terms45 #include <dt-bindings/interrupt-controller/arm-gic.h>46 #include <dt-bindings/thermal/thermal.h>47 #include <dt-bindings/dma/sun4i-a10.h>48 #include <dt-bindings/clock/sun7i-a20-ccu.h>49 #include <dt-bindings/reset/sun4i-a10-ccu.h>50 #include <dt-bindings/pinctrl/sun4i-a10.h>53 interrupt-parent = <&gic>;54 #address-cells = <1>;[all …]
4 * Mylène Josserand <mylene.josserand@free-electrons.com>6 * This file is dual-licensed: you can use it either under the terms47 #include <dt-bindings/clock/sun5i-ccu.h>48 #include <dt-bindings/dma/sun4i-a10.h>49 #include <dt-bindings/reset/sun5i-ccu.h>52 display-engine {53 compatible = "allwinner,sun5i-a13-display-engine";59 compatible = "allwinner,sun5i-a10s-pwm";62 #pwm-cells = <3>;67 #sound-dai-cells = <0>;[all …]
5 * This file is dual-licensed: you can use it either under the terms44 #include <dt-bindings/thermal/thermal.h>45 #include <dt-bindings/dma/sun4i-a10.h>46 #include <dt-bindings/clock/sun4i-a10-ccu.h>47 #include <dt-bindings/reset/sun4i-a10-ccu.h>50 #address-cells = <1>;51 #size-cells = <1>;52 interrupt-parent = <&intc>;59 #address-cells = <1>;60 #size-cells = <1>;[all …]
4 * Maxime Ripard <maxime.ripard@free-electrons.com>6 * This file is dual-licensed: you can use it either under the terms45 #include <dt-bindings/interrupt-controller/arm-gic.h>46 #include <dt-bindings/thermal/thermal.h>48 #include <dt-bindings/clock/sun6i-a31-ccu.h>49 #include <dt-bindings/reset/sun6i-a31-ccu.h>52 interrupt-parent = <&gic>;53 #address-cells = <1>;54 #size-cells = <1>;61 #address-cells = <1>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later7 * Maxime Ripard <maxime.ripard@free-electrons.com>22 #include <sound/soc-dai.h>82 #define SUN4I_I2S_CHAN_SEL(num_chan) (((num_chan) - 1) << 0)90 /* Defines required for sun8i-h3 support */103 #define SUN8I_I2S_FMT0_LRCK_PERIOD(period) ((period - 1) << 8)113 #define SUN8I_I2S_CHAN_CFG_RX_SLOT_NUM(chan) ((chan - 1) << 4)115 #define SUN8I_I2S_CHAN_CFG_TX_SLOT_NUM(chan) (chan - 1)122 #define SUN8I_I2S_TX_CHAN_EN(num_chan) (((1 << num_chan) - 1) << 4)130 * struct sun4i_i2s_quirks - Differences between SoC variants.[all …]
2 * Allwinner A10 SoCs pinctrl driver.6 * Maxime Ripard <maxime.ripard@free-electrons.com>19 #include "pinctrl-sunxi.h"219 * The SPDIF block is not referenced at all in the A10 user233 * On A10 there's only one I2S controller and the pin group234 * is simply named "i2s". On A20 there's two and thus it's238 SUNXI_FUNCTION_VARIANT(0x2, "i2s", /* MCLK */247 SUNXI_FUNCTION_VARIANT(0x2, "i2s", /* BCLK */256 SUNXI_FUNCTION_VARIANT(0x2, "i2s", /* LRCK */265 SUNXI_FUNCTION_VARIANT(0x2, "i2s", /* DO0 */[all …]
1 // SPDX-License-Identifier: GPL-2.0-only8 #include <linux/clk-provider.h>26 #include "ccu-sun4i-a10.h"36 .hw.init = CLK_HW_INIT("pll-core",48 * With sigma-delta modulation for fractional-N on the audio PLL,71 .hw.init = CLK_HW_INIT("pll-audio-base",89 .hw.init = CLK_HW_INIT("pll-video0",104 .hw.init = CLK_HW_INIT("pll-ve",117 .hw.init = CLK_HW_INIT("pll-ve",130 .hw.init = CLK_HW_INIT("pll-ddr-base",[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)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>16 interrupt-parent = <&gic>;[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 …]