public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
* [PATCH V4 0/2] ARM: tegra: add clock source of PMC
@ 2013-04-03 11:31 Joseph Lo
  2013-04-03 11:31 ` [PATCH V4 1/2] ARM: dt: " Joseph Lo
  2013-04-03 11:31 ` [PATCH V4 2/2] ARM: tegra: moving the CPU power timer function to PMC driver Joseph Lo
  0 siblings, 2 replies; 4+ messages in thread
From: Joseph Lo @ 2013-04-03 11:31 UTC (permalink / raw)
  To: linux-arm-kernel

This series add DT bindings for the source clocks of PMC. Then
getting the clok from DT and moving related code to PMC driver.

V4:
* re-organize the patch
* add the DT properties for Tegra114
V3:
* add the DT bindings for the clock source of PMC
* getting the clock from DT

Joseph Lo (2):
  ARM: dt: tegra: add clock source of PMC
  ARM: tegra: moving the CPU power timer function to PMC driver

 .../bindings/arm/tegra/nvidia,tegra20-pmc.txt      | 29 ++++++++++++++++-
 arch/arm/boot/dts/tegra114-dalmore.dts             | 13 ++++++++
 arch/arm/boot/dts/tegra114-pluto.dts               | 13 ++++++++
 arch/arm/boot/dts/tegra114.dtsi                    |  2 ++
 arch/arm/boot/dts/tegra20-colibri-512.dtsi         | 13 ++++++++
 arch/arm/boot/dts/tegra20-harmony.dts              | 13 ++++++++
 arch/arm/boot/dts/tegra20-paz00.dts                | 13 ++++++++
 arch/arm/boot/dts/tegra20-seaboard.dts             | 13 ++++++++
 arch/arm/boot/dts/tegra20-tamonten.dtsi            | 13 ++++++++
 arch/arm/boot/dts/tegra20-trimslice.dts            | 13 ++++++++
 arch/arm/boot/dts/tegra20-ventana.dts              | 13 ++++++++
 arch/arm/boot/dts/tegra20-whistler.dts             | 13 ++++++++
 arch/arm/boot/dts/tegra20.dtsi                     |  2 ++
 arch/arm/boot/dts/tegra30-beaver.dts               | 13 ++++++++
 arch/arm/boot/dts/tegra30-cardhu.dtsi              | 13 ++++++++
 arch/arm/boot/dts/tegra30.dtsi                     |  2 ++
 arch/arm/mach-tegra/common.c                       |  2 +-
 arch/arm/mach-tegra/pm.c                           | 37 +---------------------
 arch/arm/mach-tegra/pmc.c                          | 35 ++++++++++++++++++++
 arch/arm/mach-tegra/pmc.h                          |  4 +++
 20 files changed, 231 insertions(+), 38 deletions(-)

-- 
1.8.2

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

end of thread, other threads:[~2013-04-03 21:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-03 11:31 [PATCH V4 0/2] ARM: tegra: add clock source of PMC Joseph Lo
2013-04-03 11:31 ` [PATCH V4 1/2] ARM: dt: " Joseph Lo
2013-04-03 21:09   ` Stephen Warren
2013-04-03 11:31 ` [PATCH V4 2/2] ARM: tegra: moving the CPU power timer function to PMC driver Joseph Lo

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