public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3]  clk: samsung: Use samsung_cmu_register_one() to simplify code
@ 2014-12-23  7:40 Chanwoo Choi
  2014-12-23  7:40 ` [PATCH 1/3] clk: samsung: Changes the return value of samsung_cmu_register_one() Chanwoo Choi
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Chanwoo Choi @ 2014-12-23  7:40 UTC (permalink / raw)
  To: s.nawrocki, tomasz.figa
  Cc: kgene.kim, kyungmin.park, inki.dae, cw00.choi, linux-samsung-soc,
	linux-kernel

This patch-set uses the samsung_cmu_register_one() function to simplify the
clock driver for Exynos3250/Exynos4415 SoC and change return value of
samsung_cmu_register_one() because some clock driver may need the instance
of samsung_clk_provider structure.

Chanwoo Choi (3):
  clk: samsung: Changes the return value of samsung_cmu_register_one()
  clk: samsung: exynos3250: Use samsung_cmu_register_one() to simplify code
  clk: samsung: exynos4415: Use samsung_cmu_register_one() to simplify code

 drivers/clk/samsung/clk-exynos3250.c | 217 ++++++++---------------------------
 drivers/clk/samsung/clk-exynos4415.c | 216 ++++++++--------------------------
 drivers/clk/samsung/clk.c            |  13 ++-
 drivers/clk/samsung/clk.h            |   3 +-
 4 files changed, 107 insertions(+), 342 deletions(-)

-- 
1.8.5.5


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

end of thread, other threads:[~2014-12-23 15:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-23  7:40 [PATCH 0/3] clk: samsung: Use samsung_cmu_register_one() to simplify code Chanwoo Choi
2014-12-23  7:40 ` [PATCH 1/3] clk: samsung: Changes the return value of samsung_cmu_register_one() Chanwoo Choi
2014-12-23  7:40 ` [PATCH 2/3] clk: samsung: exynos3250: Use samsung_cmu_register_one() to simplify code Chanwoo Choi
2014-12-23  7:40 ` [PATCH 3/3] clk: samsung: exynos4415: " Chanwoo Choi
2014-12-23 13:41 ` [PATCH 0/3] clk: samsung: " Sylwester Nawrocki
2014-12-23 14:57   ` Chanwoo Choi
2014-12-23 15:05     ` Sylwester Nawrocki
2014-12-23 15:09       ` Chanwoo Choi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox