linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH resend 0/6] ARM: sunxi: Add support for A10/A20 Video Engine clocks
@ 2015-12-05 13:16 Chen-Yu Tsai
  2015-12-05 13:16 ` [PATCH resend 1/6] clk: sunxi: Add DRAM gates support for sun4i-a10 Chen-Yu Tsai
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Chen-Yu Tsai @ 2015-12-05 13:16 UTC (permalink / raw)
  To: linux-arm-kernel

Hi everyone,

(Series resent with linux-arm-kernel list added.)

This series adds support for the clocks used by the Video Engine (VPU /
video codec hardware) on the Allwinner A10/A20. The series purposely
excludes sun5i (A10s/A13/R8) to avoid any conflicts with Maxime's KMS
driver series, but adding it should be easy. VE clocks for the newer
generation of SoCs are the same, except the reset control is moved to
the common bus reset controls. These can be supported later on.

The series is meant to get platform stuff out of the way so people who
want to work on a proper driver for the VPU can do so.

The patches are pretty self-explanatory.

Regards
ChenYu

Chen-Yu Tsai (6):
  clk: sunxi: Add DRAM gates support for sun4i-a10
  clk: sunxi: Add VE (Video Engine) module clock driver for sun[457]i
  ARM: dts: sun4i: Add DRAM gates
  ARM: dts: sun4i: Add VE (Video Engine) module clock node
  ARM: dts: sun7i: Add DRAM gates
  ARM: dts: sun7i: Add VE (Video Engine) module clock node

 Documentation/devicetree/bindings/clock/sunxi.txt |   5 +
 arch/arm/boot/dts/sun4i-a10.dtsi                  |  45 +++++-
 arch/arm/boot/dts/sun7i-a20.dtsi                  |  41 +++++-
 drivers/clk/sunxi/Makefile                        |   1 +
 drivers/clk/sunxi/clk-a10-ve.c                    | 171 ++++++++++++++++++++++
 drivers/clk/sunxi/clk-simple-gates.c              |  12 ++
 6 files changed, 268 insertions(+), 7 deletions(-)
 create mode 100644 drivers/clk/sunxi/clk-a10-ve.c

-- 
2.6.2

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

end of thread, other threads:[~2015-12-11  4:09 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-05 13:16 [PATCH resend 0/6] ARM: sunxi: Add support for A10/A20 Video Engine clocks Chen-Yu Tsai
2015-12-05 13:16 ` [PATCH resend 1/6] clk: sunxi: Add DRAM gates support for sun4i-a10 Chen-Yu Tsai
2015-12-07  8:58   ` Maxime Ripard
2015-12-05 13:16 ` [PATCH resend 2/6] clk: sunxi: Add VE (Video Engine) module clock driver for sun[457]i Chen-Yu Tsai
2015-12-07 19:23   ` [linux-sunxi] " Jens Kuske
2015-12-08 10:02   ` Maxime Ripard
2015-12-11  4:09     ` Chen-Yu Tsai
2015-12-05 13:16 ` [PATCH resend 3/6] ARM: dts: sun4i: Add DRAM gates Chen-Yu Tsai
2015-12-07  8:59   ` Maxime Ripard
2015-12-05 13:16 ` [PATCH resend 4/6] ARM: dts: sun4i: Add VE (Video Engine) module clock node Chen-Yu Tsai
2015-12-08 10:06   ` Maxime Ripard
2015-12-05 13:16 ` [PATCH resend 5/6] ARM: dts: sun7i: Add DRAM gates Chen-Yu Tsai
2015-12-07  9:21   ` Maxime Ripard
2015-12-05 13:16 ` [PATCH resend 6/6] ARM: dts: sun7i: Add VE (Video Engine) module clock node Chen-Yu Tsai
2015-12-08 10:06   ` 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).