mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [RESEND PATCH v2 0/3] Tegra30 clockframework
@ 2012-01-09 15:35 Peter De Schrijver
  2012-01-09 15:35 ` [RESEND PATCH v2 1/3] ARM: tegra: add support for new clock framework features Peter De Schrijver
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Peter De Schrijver @ 2012-01-09 15:35 UTC (permalink / raw)
  To: Peter De Schrijver
  Cc: Colin Cross, Olof Johansson, Stephen Warren, Russell King,
	linux-tegra, linux-arm-kernel, linux-kernel

This patchset introduces the tegra30 clockframework. Clocks which require
voltage scaling are not included in this version. The implementation doesn't
use the generic clock code yet. It's the intention to move to it, once the
semantics are fully clarified.

---

Changes in v2:
 * Fix parent clocks for TWD. This makes the SMP configuration booting again.

Peter De Schrijver (3):
  ARM: tegra: add support for new clock framework features
  ARM: tegra: implement basic tegra30 clock framework
  ARM: tegra: enable tegra30 clock framework

 arch/arm/mach-tegra/Makefile           |    1 +
 arch/arm/mach-tegra/clock.c            |   22 +
 arch/arm/mach-tegra/clock.h            |   15 +
 arch/arm/mach-tegra/common.c           |    1 +
 arch/arm/mach-tegra/include/mach/clk.h |   10 +
 arch/arm/mach-tegra/tegra30_clocks.c   | 3099 ++++++++++++++++++++++++++++++++
 6 files changed, 3148 insertions(+), 0 deletions(-)
 create mode 100644 arch/arm/mach-tegra/tegra30_clocks.c

-- 
1.7.7.rc0.72.g4b5ea.dirty


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

end of thread, other threads:[~2012-01-19  4:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-09 15:35 [RESEND PATCH v2 0/3] Tegra30 clockframework Peter De Schrijver
2012-01-09 15:35 ` [RESEND PATCH v2 1/3] ARM: tegra: add support for new clock framework features Peter De Schrijver
2012-01-09 15:35 ` [RESEND PATCH v2 2/3] ARM: tegra: implement basic tegra30 clock framework Peter De Schrijver
2012-01-09 15:35 ` [RESEND PATCH v2 3/3] ARM: tegra: enable " Peter De Schrijver
2012-01-09 21:30 ` [RESEND PATCH v2 0/3] Tegra30 clockframework Stephen Warren
2012-01-10 16:22   ` [PATCH] ARM: tegra: initialize basic system clocks Peter De Schrijver
2012-01-10 17:23     ` Stephen Warren
2012-01-19  4:18       ` Olof Johansson
2012-01-10 16:39   ` [RESEND PATCH v2 0/3] Tegra30 clockframework Peter De Schrijver

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

Powered by JetHome