public inbox for linux-tegra@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] Port Tegra to generic clk framework
@ 2012-07-03 11:09 Prashant Gaikwad
  2012-07-03 11:09 ` [PATCH v2 2/6] ARM: tegra20: Separate out clk ops and clk data Prashant Gaikwad
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Prashant Gaikwad @ 2012-07-03 11:09 UTC (permalink / raw)
  To: swarren-3lzwWm7+Weoh9ZMKESR00Q, mturquette-l0cyMroinI0
  Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA, linux-lFZ/pmaqli7XmaaqVzeoHQ,
	ccross-z5hGa2qSFaRBDgjK7y7TUQ, olof-nZhT3qVonbNeoWH0uzbU5w,
	pdeschrijver-DDmLM1+adcrQT0dZR+AlfA, Prashant Gaikwad

This patch set ports Tegra clock code to generic clock framework.

Depends on
[PATCH v3 0/9] Add clk_prepare/clk_unprepare series
[PATCH] ARM: tegra: Remove second instance of uart clk
[PATCH] dma: tegra: add clk_prepare/clk_unprepare
[PATCH] ARM: tegra: dma: rename driver name for clock to "tegra-apbdma"

Tested on Ventana and Cardhu

v2:
 - Rebased on Tegra's for-3.6/common-clk

Prashant Gaikwad (6):
  ARM: tegra30: Separate out clk ops and clk data
  ARM: tegra20: Separate out clk ops and clk data
  ARM: tegra: Rename tegra20 clock file
  ARM: tegra: Add clk_tegra structure and helper functions
  ARM: tegra: Port tegra to generic clock framework
  ARM: tegra: Remove duplicate code

 arch/arm/Kconfig                          |    1 +
 arch/arm/mach-tegra/Makefile              |    4 +-
 arch/arm/mach-tegra/clock.c               |  570 +-------
 arch/arm/mach-tegra/clock.h               |   40 +-
 arch/arm/mach-tegra/common.c              |    1 -
 arch/arm/mach-tegra/include/mach/clk.h    |    3 +
 arch/arm/mach-tegra/tegra20_clocks.c      | 1519 ++++++++++++++++++
 arch/arm/mach-tegra/tegra20_clocks.h      |   41 +
 arch/arm/mach-tegra/tegra20_clocks_data.c | 1123 +++++++++++++
 arch/arm/mach-tegra/tegra2_clocks.c       | 2484 -----------------------------
 arch/arm/mach-tegra/tegra30_clocks.c      | 2470 +++++++++-------------------
 arch/arm/mach-tegra/tegra30_clocks.h      |   53 +
 arch/arm/mach-tegra/tegra30_clocks_data.c | 1370 ++++++++++++++++
 13 files changed, 4948 insertions(+), 4731 deletions(-)
 create mode 100644 arch/arm/mach-tegra/tegra20_clocks.c
 create mode 100644 arch/arm/mach-tegra/tegra20_clocks.h
 create mode 100644 arch/arm/mach-tegra/tegra20_clocks_data.c
 delete mode 100644 arch/arm/mach-tegra/tegra2_clocks.c
 create mode 100644 arch/arm/mach-tegra/tegra30_clocks.h
 create mode 100644 arch/arm/mach-tegra/tegra30_clocks_data.c

-- 
1.7.4.1

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

end of thread, other threads:[~2012-07-05 16:02 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-03 11:09 [PATCH v2 0/6] Port Tegra to generic clk framework Prashant Gaikwad
2012-07-03 11:09 ` [PATCH v2 2/6] ARM: tegra20: Separate out clk ops and clk data Prashant Gaikwad
2012-07-03 11:09 ` [PATCH v2 3/6] ARM: tegra: Rename tegra20 clock file Prashant Gaikwad
2012-07-03 11:09 ` [PATCH v2 4/6] ARM: tegra: Add clk_tegra structure and helper functions Prashant Gaikwad
2012-07-03 11:09 ` [PATCH v2 6/6] ARM: tegra: Remove duplicate code Prashant Gaikwad
     [not found] ` <1341313761-22118-1-git-send-email-pgaikwad-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2012-07-03 11:09   ` [PATCH v2 1/6] ARM: tegra30: Separate out clk ops and clk data Prashant Gaikwad
2012-07-03 11:09   ` [PATCH v2 5/6] ARM: tegra: Port tegra to generic clock framework Prashant Gaikwad
2012-07-03 16:29   ` [PATCH v2 0/6] Port Tegra to generic clk framework Stephen Warren
     [not found]     ` <4FF31DFC.8030708-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-07-04  5:38       ` Prashant Gaikwad
     [not found]         ` <4FF3D6BD.1000509-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2012-07-05 15:32           ` Stephen Warren
     [not found]             ` <4FF5B378.6030305-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-07-05 16:02               ` Prashant Gaikwad

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