linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/9] Add clk_prepare/clk_unprepare
@ 2012-06-05  4:29 Prashant Gaikwad
  2012-06-05  4:29 ` [PATCH v3 1/9] ARM: tegra: add clk_prepare/clk_unprepare Prashant Gaikwad
                   ` (9 more replies)
  0 siblings, 10 replies; 17+ messages in thread
From: Prashant Gaikwad @ 2012-06-05  4:29 UTC (permalink / raw)
  To: linux-arm-kernel

This patch set adds use of clk_prepare/clk_unprepare as
required by generic clock framework.

Tested on Ventana and Cardhu.

Please ignore previous versions. Updated commit message and
maintainers properly in this version. No other change.

Prashant Gaikwad (9):
  ARM: tegra: add clk_prepare/clk_unprepare
  i2c: tegra: Add clk_prepare/clk_unprepare
  mmc: tegra: add clk_prepare/clk_unprepare
  USB: ehci-tegra: add clk_prepare/clk_unprepare
  Input: tegra-kbc - add clk_prepare/clk_unprepare
  spi/tegra: add clk_prepare/clk_unprepare
  staging: nvec: add clk_prepare/clk_unprepare
  ASoC: tegra: add clk_prepare/clk_unprepare
  crypto: add clk_prepare/clk_unprepare

 arch/arm/mach-tegra/cpu-tegra.c    |    6 +++---
 arch/arm/mach-tegra/dma.c          |    2 +-
 arch/arm/mach-tegra/pcie.c         |    6 +++---
 arch/arm/mach-tegra/powergate.c    |    4 ++--
 arch/arm/mach-tegra/timer.c        |    4 ++--
 arch/arm/mach-tegra/usb_phy.c      |   16 ++++++++--------
 drivers/crypto/tegra-aes.c         |   12 ++++++------
 drivers/i2c/busses/i2c-tegra.c     |   10 +++++-----
 drivers/input/keyboard/tegra-kbc.c |    4 ++--
 drivers/mmc/host/sdhci-tegra.c     |    6 +++---
 drivers/spi/spi-tegra.c            |    4 ++--
 drivers/staging/nvec/nvec.c        |    8 ++++----
 drivers/usb/host/ehci-tegra.c      |   20 ++++++++++----------
 sound/soc/tegra/tegra20_i2s.c      |    4 ++--
 sound/soc/tegra/tegra20_spdif.c    |    4 ++--
 sound/soc/tegra/tegra30_ahub.c     |    8 ++++----
 sound/soc/tegra/tegra30_i2s.c      |    4 ++--
 sound/soc/tegra/tegra_asoc_utils.c |   12 ++++++------
 18 files changed, 67 insertions(+), 67 deletions(-)

-- 
1.7.4.1

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

end of thread, other threads:[~2012-06-12  8:10 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-05  4:29 [PATCH v3 0/9] Add clk_prepare/clk_unprepare Prashant Gaikwad
2012-06-05  4:29 ` [PATCH v3 1/9] ARM: tegra: add clk_prepare/clk_unprepare Prashant Gaikwad
2012-06-05  4:29 ` [PATCH v3 2/9] i2c: tegra: Add clk_prepare/clk_unprepare Prashant Gaikwad
2012-06-05  4:29 ` [PATCH v3 3/9] mmc: tegra: add clk_prepare/clk_unprepare Prashant Gaikwad
2012-06-05  4:29 ` [PATCH v3 4/9] USB: ehci-tegra: " Prashant Gaikwad
2012-06-05  4:29 ` [PATCH v3 5/9] Input: tegra-kbc - " Prashant Gaikwad
2012-06-12  7:30   ` Dmitry Torokhov
2012-06-05  4:29 ` [PATCH v3 6/9] spi/tegra: " Prashant Gaikwad
2012-06-05  4:29 ` [PATCH v3 7/9] staging: nvec: " Prashant Gaikwad
2012-06-08 19:48   ` Marc Dietrich
2012-06-05  4:29 ` [PATCH v3 8/9] ASoC: tegra: " Prashant Gaikwad
2012-06-08  1:02   ` Mark Brown
2012-06-08  4:43   ` Pankaj Jangra
2012-06-08  4:54     ` Prashant Gaikwad
2012-06-05  4:29 ` [PATCH v3 9/9] crypto: " Prashant Gaikwad
2012-06-12  8:10   ` Herbert Xu
2012-06-11 18:04 ` [PATCH v3 0/9] Add clk_prepare/clk_unprepare Stephen Warren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).