All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH] Alternative clk gate ctrl for Kirkwood variants
@ 2013-05-07 15:52 ` Valentin Longchamp
  0 siblings, 0 replies; 22+ messages in thread
From: Valentin Longchamp @ 2013-05-07 15:52 UTC (permalink / raw)
  To: linux-arm-kernel

This series introduces a clk gate ctrl for the kirkwood variants embedded in the
Prestera SoCs.

This would allow to get rid of the workaround for the km_kirkwood board support
file that was added previously because of the lack of DT clk gate support.

Valentin Longchamp (3):
  clk: mvebu: add gate ctrl for Prestera kirkwood variants
  ARM: kirkwood: look for alternative gate ctrl of node
  ARM: kirkwood: remove clock gating disabling for km_kirkwood

 .../devicetree/bindings/clock/mvebu-gated-clock.txt   | 17 +++++++++++++++++
 arch/arm/boot/dts/kirkwood-98dx4122.dtsi              |  7 +++++++
 arch/arm/mach-kirkwood/board-dt.c                     |  4 ++++
 arch/arm/mach-kirkwood/board-km_kirkwood.c            | 15 ---------------
 drivers/clk/mvebu/clk-gating-ctrl.c                   | 19 +++++++++++++++++++
 5 files changed, 47 insertions(+), 15 deletions(-)

-- 
1.8.0.1

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

end of thread, other threads:[~2013-05-08 13:25 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-07 15:52 [RFC PATCH] Alternative clk gate ctrl for Kirkwood variants Valentin Longchamp
2013-05-07 15:52 ` Valentin Longchamp
2013-05-07 15:52 ` [PATCH 1/3] clk: mvebu: add gate ctrl for Prestera kirkwood variants Valentin Longchamp
2013-05-07 15:52   ` Valentin Longchamp
2013-05-07 16:11   ` Gregory CLEMENT
2013-05-07 16:11     ` Gregory CLEMENT
2013-05-07 16:32     ` Andrew Lunn
2013-05-07 16:32       ` Andrew Lunn
2013-05-07 16:36     ` Sebastian Hesselbarth
2013-05-07 16:36       ` Sebastian Hesselbarth
2013-05-08  7:04       ` Valentin Longchamp
2013-05-08  7:04         ` Valentin Longchamp
2013-05-08  7:21         ` Sebastian Hesselbarth
2013-05-08  7:21           ` Sebastian Hesselbarth
2013-05-08 13:25           ` Jason Cooper
2013-05-08 13:25             ` Jason Cooper
2013-05-07 15:52 ` [PATCH 2/3] ARM: kirkwood: look for alternative gate ctrl of node Valentin Longchamp
2013-05-07 15:52   ` Valentin Longchamp
2013-05-07 15:52 ` [PATCH 3/3] ARM: kirkwood: remove clock gating disabling for km_kirkwood Valentin Longchamp
2013-05-07 15:52   ` Valentin Longchamp
2013-05-07 16:05   ` Jason Cooper
2013-05-07 16:05     ` Jason Cooper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.