devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] ARM: sun8i: a83t: Enable SPDIF output support
@ 2017-05-22  6:25 Chen-Yu Tsai
       [not found] ` <20170522062552.19026-1-wens-jdAy2FN1RRM@public.gmane.org>
  0 siblings, 1 reply; 19+ messages in thread
From: Chen-Yu Tsai @ 2017-05-22  6:25 UTC (permalink / raw)
  To: Linus Walleij, Maxime Ripard
  Cc: Chen-Yu Tsai, devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-gpio-u79uwXL29TY76Z2rM5mHXA,
	linux-sunxi-/JYPxA39Uh5TLH3MbocFFw

Hi everyone,

This series, apart from some minor fixes, adds SPDIF output support
with existing drivers.

The SPDIF transmitter block is the same as the one found on the H3.
There is no receiver support. The A83T pinctrl and DMA engine drivers
are already in the kernel.

Patches 1 & 2 fix some overlooked errors in the A83T's new clk driver.

Patch 3 fixes the name for the SPDIF pin function. We want to use
well known standard names. (In addition, I found some of our drivers
are using "s_twi" instead of "s_i2c". I will send fixes later.)

Patch 4 adds a device node for the DMA controller.

Patch 5 adds a device node and pinmux node for the SPDIF transmitter.

Patch 6 enables SPDIF output on the Cubietruck Plus.

Regards
ChenYu

Chen-Yu Tsai (6):
  clk: sunxi-ng: a83t: Fix PLL lock status register offset
  clk: sunxi-ng: a83t: Fix audio PLL divider offset
  pinctrl: sunxi: Fix SPDIF function name for A83T
  ARM: sun8i: a83t: Add device node for DMA controller
  ARM: sun8i: a83t: Add device node for SPDIF transmitter
  ARM: sun8i: a83t: cubietruck-plus: Enable SPDIF output

 arch/arm/boot/dts/sun8i-a83t-cubietruck-plus.dts | 22 +++++++++++++++++
 arch/arm/boot/dts/sun8i-a83t.dtsi                | 30 ++++++++++++++++++++++++
 drivers/clk/sunxi-ng/ccu-sun8i-a83t.c            |  4 ++--
 drivers/pinctrl/sunxi/pinctrl-sun8i-a83t.c       |  2 +-
 4 files changed, 55 insertions(+), 3 deletions(-)

-- 
2.11.0

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2017-05-23  9:32 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-22  6:25 [PATCH 0/6] ARM: sun8i: a83t: Enable SPDIF output support Chen-Yu Tsai
     [not found] ` <20170522062552.19026-1-wens-jdAy2FN1RRM@public.gmane.org>
2017-05-22  6:25   ` [PATCH 1/6] clk: sunxi-ng: a83t: Fix PLL lock status register offset Chen-Yu Tsai
     [not found]     ` <20170522062552.19026-2-wens-jdAy2FN1RRM@public.gmane.org>
2017-05-22  7:21       ` Maxime Ripard
2017-05-22  6:25   ` [PATCH 2/6] clk: sunxi-ng: a83t: Fix audio PLL divider offset Chen-Yu Tsai
     [not found]     ` <20170522062552.19026-3-wens-jdAy2FN1RRM@public.gmane.org>
2017-05-22  7:20       ` Maxime Ripard
     [not found]         ` <20170522072047.bffdbwkz2nqvhums-ZC1Zs529Oq4@public.gmane.org>
2017-05-22  7:35           ` Chen-Yu Tsai
     [not found]             ` <CAGb2v65SUR2NvGOFFgzUpDh_9Dm6SAhzwC31KBOqFZubOhkK9w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-05-22  7:45               ` Maxime Ripard
2017-05-22  6:25   ` [PATCH 3/6] pinctrl: sunxi: Fix SPDIF function name for A83T Chen-Yu Tsai
     [not found]     ` <20170522062552.19026-4-wens-jdAy2FN1RRM@public.gmane.org>
2017-05-22  7:21       ` Maxime Ripard
2017-05-23  9:32       ` Linus Walleij
2017-05-22  6:25   ` [PATCH 4/6] ARM: sun8i: a83t: Add device node for DMA controller Chen-Yu Tsai
2017-05-22  7:18     ` [linux-sunxi] " Code Kipper
     [not found]       ` <CAEKpxB=daPuD0YNToTiEzcD0VAUjVen0nTDY0BhkLfQzcLFoTw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-05-22  7:20         ` Chen-Yu Tsai
2017-05-22  7:24       ` [linux-sunxi] " Maxime Ripard
     [not found]     ` <20170522062552.19026-5-wens-jdAy2FN1RRM@public.gmane.org>
2017-05-22  7:23       ` Maxime Ripard
2017-05-22  6:25   ` [PATCH 5/6] ARM: sun8i: a83t: Add device node for SPDIF transmitter Chen-Yu Tsai
     [not found]     ` <20170522062552.19026-6-wens-jdAy2FN1RRM@public.gmane.org>
2017-05-22  7:24       ` Maxime Ripard
2017-05-22  6:25   ` [PATCH 6/6] ARM: sun8i: a83t: cubietruck-plus: Enable SPDIF output Chen-Yu Tsai
     [not found]     ` <20170522062552.19026-7-wens-jdAy2FN1RRM@public.gmane.org>
2017-05-22  7:25       ` Maxime Ripard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).