All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Add support for clocks in S5M8767
@ 2013-10-31  6:48 ` Tushar Behera
  0 siblings, 0 replies; 63+ messages in thread
From: Tushar Behera @ 2013-10-31  6:48 UTC (permalink / raw)
  To: linux-kernel, linux-arm-kernel, linux-samsung-soc
  Cc: mturquette, lee.jones, kgene.kim, patches

S5M8767 chip has 3 crystal oscillators which are operated in the same
as the crystal oscillators in S2MPS11. Extend s2mps11-clk driver to
support clocks in S5M8767.

The patches are based on next-20131030.

Tushar Behera (4):
  clk: clk-s2mps11: Refactor for including support for other MFD clocks
  clk: clk-s2mps11: Add support for clocks in S5M8767 MFD
  mfd: sec-core: Add cells for S5M8767-clocks
  ARM: dts: Add S5M8767 clock nodes on Arndale board

 arch/arm/boot/dts/exynos5250-arndale.dts |    7 +++++++
 drivers/clk/Kconfig                      |    6 ++++--
 drivers/clk/clk-s2mps11.c                |   25 +++++++++++++++++++++----
 drivers/mfd/sec-core.c                   |    4 +++-
 4 files changed, 35 insertions(+), 7 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2014-01-06 11:22 UTC | newest]

Thread overview: 63+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-31  6:48 [PATCH 0/4] Add support for clocks in S5M8767 Tushar Behera
2013-10-31  6:48 ` Tushar Behera
2013-10-31  6:48 ` [PATCH 1/4] clk: clk-s2mps11: Refactor for including support for other MFD clocks Tushar Behera
2013-10-31  6:48   ` Tushar Behera
2013-11-11 14:17   ` Yadwinder Singh Brar
2013-11-11 14:17     ` Yadwinder Singh Brar
2013-11-11 14:17     ` Yadwinder Singh Brar
2013-10-31  6:48 ` [PATCH 2/4] clk: clk-s2mps11: Add support for clocks in S5M8767 MFD Tushar Behera
2013-10-31  6:48   ` Tushar Behera
2013-11-11 14:18   ` Yadwinder Singh Brar
2013-11-11 14:18     ` Yadwinder Singh Brar
2013-11-11 14:18     ` Yadwinder Singh Brar
2013-10-31  6:48 ` [PATCH 3/4] mfd: sec-core: Add cells for S5M8767-clocks Tushar Behera
2013-10-31  6:48   ` Tushar Behera
2013-10-31 16:16   ` Lee Jones
2013-10-31 16:16     ` Lee Jones
2013-11-05  6:29     ` Tushar Behera
2013-11-05  6:29       ` Tushar Behera
2013-11-05  6:29       ` Tushar Behera
2013-11-05  7:57       ` Kyungmin Park
2013-11-05  7:57         ` Kyungmin Park
2013-11-05  7:57         ` Kyungmin Park
2013-11-05  8:04         ` Tushar Behera
2013-11-05  8:04           ` Tushar Behera
2013-11-05  8:04           ` Tushar Behera
2013-11-05  8:58           ` Kyungmin Park
2013-11-05  8:58             ` Kyungmin Park
2013-11-05  8:58             ` Kyungmin Park
2013-10-31  6:48 ` [PATCH 4/4] ARM: dts: Add S5M8767 clock nodes on Arndale board Tushar Behera
2013-10-31  6:48   ` Tushar Behera
2013-11-10 12:34 ` [PATCH 0/4] Add support for clocks in S5M8767 Tomasz Figa
2013-11-10 12:34   ` Tomasz Figa
2013-11-11  2:58   ` Tushar Behera
2013-11-11  2:58     ` Tushar Behera
2013-11-11  2:58     ` Tushar Behera
2013-12-24  8:57     ` Tushar Behera
2013-12-24  8:57       ` Tushar Behera
2013-12-24  8:57       ` Tushar Behera
2013-12-26 10:18 ` [PATCH RESEND " Tushar Behera
2013-12-26 10:18   ` Tushar Behera
2013-12-26 10:18   ` [PATCH RESEND 1/4] clk: clk-s2mps11: Refactor for including support for other MFD clocks Tushar Behera
2013-12-26 10:18     ` Tushar Behera
2013-12-26 10:18     ` Tushar Behera
2013-12-29 22:17     ` Mike Turquette
2013-12-29 22:17       ` Mike Turquette
2013-12-29 22:17       ` Mike Turquette
2013-12-30  4:03       ` Tushar Behera
2013-12-30  4:03         ` Tushar Behera
2013-12-30  4:03         ` Tushar Behera
2013-12-31 16:09         ` Mark Brown
2013-12-31 16:09           ` Mark Brown
2013-12-31 16:09           ` Mark Brown
2013-12-31 19:13           ` Mike Turquette
2013-12-31 19:13             ` Mike Turquette
2013-12-31 19:13             ` Mike Turquette
2013-12-26 10:18   ` [PATCH RESEND 2/4] clk: clk-s2mps11: Add support for clocks in S5M8767 MFD Tushar Behera
2013-12-26 10:18     ` Tushar Behera
2013-12-26 10:19   ` [PATCH RESEND 3/4] mfd: sec-core: Add cells for S5M8767-clocks Tushar Behera
2013-12-26 10:19     ` Tushar Behera
2014-01-06 11:22     ` Lee Jones
2014-01-06 11:22       ` Lee Jones
2013-12-26 10:19   ` [PATCH RESEND 4/4] ARM: dts: Add S5M8767 clock nodes on Arndale board Tushar Behera
2013-12-26 10:19     ` Tushar Behera

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.