All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv3 0/2] clk: samsung: Add clock controller driver for Exynos4415 SoC
@ 2014-10-27  1:11 Chanwoo Choi
  2014-10-27  1:11 ` [PATCHv3 1/2] clk: samsung: exynos4415: Add clocks using common clock framework Chanwoo Choi
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Chanwoo Choi @ 2014-10-27  1:11 UTC (permalink / raw)
  To: s.nawrocki, tomasz.figa
  Cc: kgene.kim, sw0312.kim, kyungmin.park, inki.dae, geunsik.lim,
	cw00.choi, linux-samsung-soc, linux-kernel

This patch adds new clock controller device driver for Exynos4415 SoC.

Changes from v2:
- Fix issue by checkpatch.pl
- Add 'exynos4415' prefix to the name of tables/functions/variables

Changes from v1:
- Separate only clock patches from Exynos4415 patchset[1]
 [1] [PATCH 0/5] Support new Exynos4415 SoC based on Cortex-A9 quad cores
  : https://lkml.org/lkml/2014/10/19/253
- Fix string issue on documentation file of Exynos4415 clock controller

Chanwoo Choi (2):
  clk: samsung: exynos4415: Add clocks using common clock framework
  clk: samsung: Document binding for Exynos4415 clock controller

 .../devicetree/bindings/clock/exynos4415-clock.txt |   38 +
 drivers/clk/samsung/Makefile                       |    1 +
 drivers/clk/samsung/clk-exynos4415.c               | 1142 ++++++++++++++++++++
 include/dt-bindings/clock/exynos4415.h             |  360 ++++++
 4 files changed, 1541 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/exynos4415-clock.txt
 create mode 100644 drivers/clk/samsung/clk-exynos4415.c
 create mode 100644 include/dt-bindings/clock/exynos4415.h

-- 
1.8.5.5

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

end of thread, other threads:[~2014-10-31 10:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-27  1:11 [PATCHv3 0/2] clk: samsung: Add clock controller driver for Exynos4415 SoC Chanwoo Choi
2014-10-27  1:11 ` [PATCHv3 1/2] clk: samsung: exynos4415: Add clocks using common clock framework Chanwoo Choi
2014-10-27  1:11 ` [PATCHv3 2/2] clk: samsung: Document binding for Exynos4415 clock controller Chanwoo Choi
2014-10-27 10:39 ` [PATCHv3 0/2] clk: samsung: Add clock controller driver for Exynos4415 SoC Sylwester Nawrocki
2014-10-27 10:49   ` Chanwoo Choi
2014-10-28  4:09   ` Kukjin Kim
2014-10-31 10:03     ` Sylwester Nawrocki

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.