linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V3 0/5] Avoid passing clks through platform data
@ 2012-11-06  4:48 Padmavathi Venna
  2012-11-06  4:48 ` [PATCH V3 1/5] ARM: S3C64XX: Add I2S clkdev support Padmavathi Venna
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Padmavathi Venna @ 2012-11-06  4:48 UTC (permalink / raw)
  To: linux-arm-kernel

Changes since v2: 
	- Rebased on 3.7-rc3

I2S controller has an internal mux for RCLK source clks. The list
of source clk names were passed through platform data in non-dt case.
The variable holding the list of RCLK source clk names is not
required, as the list of clks need to be registered with clkdev
using generic connection id. This is required as part of adding DT
support for I2S controller driver.

In the below series of patches, registered the existed clks with
clkdev using generic connection id and removed the variable which
holds those clk names. This is done for s3c64xx,s5pc100,s5p64x0,
s5pv210 and exynos4 series. But tested the sound card detection
only on smdk6410 board. On remaining all platforms it was just
build tested.

Padmavathi Venna (5):
  ARM: S3C64XX: Add I2S clkdev support
  ARM: S5PC100: Add I2S clkdev support
  ARM: S5P64x0: Add I2S clkdev support
  ARM: S5PV210: Avoid passing the clks through platform data
  ARM: Exynos: Avoid passing the clks through platform data

 arch/arm/mach-exynos/dev-audio.c      |   12 ---
 arch/arm/mach-s3c64xx/clock.c         |  126 ++++++++++++++++++++-------------
 arch/arm/mach-s3c64xx/dev-audio.c     |   11 ---
 arch/arm/mach-s5p64x0/clock-s5p6440.c |   49 +++++++++----
 arch/arm/mach-s5p64x0/clock-s5p6450.c |   61 +++++++++++-----
 arch/arm/mach-s5p64x0/dev-audio.c     |   12 ---
 arch/arm/mach-s5pc100/clock.c         |   48 ++++++++-----
 arch/arm/mach-s5pc100/dev-audio.c     |   16 ----
 arch/arm/mach-s5pv210/dev-audio.c     |   16 ----
 9 files changed, 182 insertions(+), 169 deletions(-)

-- 
1.7.4.4

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

end of thread, other threads:[~2012-11-24  2:10 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-06  4:48 [PATCH V3 0/5] Avoid passing clks through platform data Padmavathi Venna
2012-11-06  4:48 ` [PATCH V3 1/5] ARM: S3C64XX: Add I2S clkdev support Padmavathi Venna
2012-11-23 11:15   ` Padma Venkat
2012-11-06  4:48 ` [PATCH V3 2/5] ARM: S5PC100: " Padmavathi Venna
2012-11-23 11:15   ` Padma Venkat
2012-11-06  4:48 ` [PATCH V3 3/5] ARM: S5P64x0: " Padmavathi Venna
2012-11-23 11:16   ` Padma Venkat
2012-11-06  4:48 ` [PATCH V3 4/5] ARM: S5PV210: Avoid passing the clks through platform data Padmavathi Venna
2012-11-23 11:17   ` Padma Venkat
2012-11-06  4:48 ` [PATCH V3 5/5] ARM: Exynos: " Padmavathi Venna
2012-11-23 11:18   ` Padma Venkat
2012-11-23  9:27 ` [PATCH V3 0/5] Avoid passing " Sangbeom Kim
2012-11-24  2:10   ` Kukjin Kim
2012-11-23 11:10 ` Padma Venkat
2012-11-23 11:51   ` Mark Brown
2012-11-24  2:10     ` Kukjin Kim

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).