All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/4] clk: Samsung: audss: Add support for Exynos5420
@ 2013-08-16  7:49 ` Padmavathi Venna
  0 siblings, 0 replies; 18+ messages in thread
From: Padmavathi Venna @ 2013-08-16  7:49 UTC (permalink / raw)
  To: linux-samsung-soc, linux-arm-kernel, devicetree, padma.v,
	padma.kvr
  Cc: broonie, kgene.kim, abrestic, mturquette

This patch set adds support for audio subsystem clks on Exynos5420. Exynos5420
audio subsystem has a gate bit for ADMA controller and the some of the parent
clks for mout_i2s and sclk_pcm are different from Exynos5250. So this patch
adds provision for supporting both the platforms by determining the parent clk
names based on compatible string.

Changes since V1:
	- parent clocks are determined by using the compatible string and not
	  passed via device tree as done in V1 because the probing order of
	  the clock providers can't be guaranteed.

Andrew Bresticker (3):
  clk: exynos-audss: add support for Exynos 5420
  clk: exynos-audss: set correct parent clocks
  ARM: dts: exynos5420: add audio clock controller

Padmavathi Venna (1):
  ARM: dts: Correct the /include entry on exynos5420 dtsi file

 .../devicetree/bindings/clock/clk-exynos-audss.txt |    7 +++++--
 arch/arm/boot/dts/exynos5420.dtsi                  |   11 ++++++++++-
 drivers/clk/samsung/clk-exynos-audss.c             |   20 +++++++++++++++++++-
 include/dt-bindings/clk/exynos-audss-clk.h         |    3 ++-
 4 files changed, 36 insertions(+), 5 deletions(-)

-- 
1.7.4.4

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

end of thread, other threads:[~2013-08-28  1:02 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-16  7:49 [PATCH V2 0/4] clk: Samsung: audss: Add support for Exynos5420 Padmavathi Venna
2013-08-16  7:49 ` Padmavathi Venna
2013-08-16  7:49 ` [PATCH V1 1/4] clk: exynos-audss: add support for Exynos 5420 Padmavathi Venna
2013-08-16  7:49   ` Padmavathi Venna
2013-08-16  7:49 ` [PATCH V2 2/4] clk: exynos-audss: set correct parent clocks Padmavathi Venna
2013-08-16  7:49   ` Padmavathi Venna
2013-08-28  0:43   ` Mike Turquette
2013-08-28  0:43     ` Mike Turquette
2013-08-28  1:02     ` Tomasz Figa
2013-08-28  1:02       ` Tomasz Figa
2013-08-16  7:49 ` [PATCH V2 3/4] ARM: dts: Correct the /include entry on exynos5420 dtsi file Padmavathi Venna
2013-08-16  7:49   ` Padmavathi Venna
2013-08-16  7:49 ` [PATCH V2 4/4] ARM: dts: exynos5420: add audio clock controller Padmavathi Venna
2013-08-16  7:49   ` Padmavathi Venna
2013-08-19  8:48 ` [PATCH V2 0/4] clk: Samsung: audss: Add support for Exynos5420 Padma Venkat
2013-08-19  8:48   ` Padma Venkat
2013-08-27  6:18   ` Padma Venkat
2013-08-27  6:18     ` Padma Venkat

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.