public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] ARM: sun8i: Fix A23 and A33 clock gates indices
@ 2015-09-11 13:26 Maxime Ripard
  2015-09-11 13:26 ` [PATCH 1/4] clk: sunxi: Add A33 gates support Maxime Ripard
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Maxime Ripard @ 2015-09-11 13:26 UTC (permalink / raw)
  To: Emilio Lopez, Mike Turquette, Stephen Boyd
  Cc: linux-arm-kernel, linux-kernel, linux-clk, Maxime Ripard

Hi everyone,

Here is a patch set that adds the missing clocks for the message box
in the A33 and A23 SoCs.

In order to support that properly, the addition of a new clock driver
for the A33 has been needed, and we split the gates definition that
was previously shared to each DTSI.

Let me know what you think,
Maxime

Maxime Ripard (4):
  clk: sunxi: Add A33 gates support
  ARM: sun8i: Add the A33 AHB1 gates clock driver
  ARM: sun8i: Move A23 AHB1 gates out of common DTSI
  ARM: sun8i: A23: Add missing msgbox gate

 arch/arm/boot/dts/sun8i-a23-a33.dtsi | 25 -------------------------
 arch/arm/boot/dts/sun8i-a23.dtsi     | 25 +++++++++++++++++++++++++
 arch/arm/boot/dts/sun8i-a33.dtsi     | 27 +++++++++++++++++++++++++++
 drivers/clk/sunxi/clk-simple-gates.c |  2 ++
 4 files changed, 54 insertions(+), 25 deletions(-)

-- 
2.5.1


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

end of thread, other threads:[~2015-09-18 20:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-11 13:26 [PATCH 0/4] ARM: sun8i: Fix A23 and A33 clock gates indices Maxime Ripard
2015-09-11 13:26 ` [PATCH 1/4] clk: sunxi: Add A33 gates support Maxime Ripard
2015-09-11 13:26 ` [PATCH 2/4] ARM: sun8i: Add the A33 AHB1 gates clock driver Maxime Ripard
2015-09-13 15:13   ` Peter Korsgaard
2015-09-13 15:13     ` Peter Korsgaard
2015-09-14 14:40     ` Maxime Ripard
2015-09-11 13:26 ` [PATCH 3/4] ARM: sun8i: Move A23 AHB1 gates out of common DTSI Maxime Ripard
2015-09-11 13:26 ` [PATCH 4/4] ARM: sun8i: A23: Add missing msgbox gate Maxime Ripard
2015-09-16  5:42 ` [PATCH 0/4] ARM: sun8i: Fix A23 and A33 clock gates indices Chen-Yu Tsai
2015-09-18 20:03 ` Maxime Ripard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox