Re: [PATCH 0/3] clk: samsung: Use samsung_cmu_register_one() to simplify code

2014-12-23 Thread Sylwester Nawrocki
Hi Chanwoo,

On 23/12/14 08:40, Chanwoo Choi wrote:
 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(-)

Thanks for the cleanup, I've queued that for 3.20. And fixed a minor
checkpatch warning when applying:

ERROR: foo* __init bar should be foo * __init bar
#29: FILE: drivers/clk/samsung/clk.c:377:
+struct samsung_clk_provider* __init samsung_cmu_register_one(

total: 1 errors, 0 warnings, 42 lines checked

0001-clk-samsung-Changes-the-return-value-of-samsung_cmu_.patch has style
problems, please review.

-- 
Thanks,
Sylwester
--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/3] clk: samsung: Use samsung_cmu_register_one() to simplify code

2014-12-23 Thread Chanwoo Choi
Hi Sylwester,

On Tue, Dec 23, 2014 at 10:41 PM, Sylwester Nawrocki
s.nawro...@samsung.com wrote:
 Hi Chanwoo,

 On 23/12/14 08:40, Chanwoo Choi wrote:
 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(-)

 Thanks for the cleanup, I've queued that for 3.20. And fixed a minor
 checkpatch warning when applying:

 ERROR: foo* __init bar should be foo * __init bar
 #29: FILE: drivers/clk/samsung/clk.c:377:
 +struct samsung_clk_provider* __init samsung_cmu_register_one(

 total: 1 errors, 0 warnings, 42 lines checked

 0001-clk-samsung-Changes-the-return-value-of-samsung_cmu_.patch has style
 problems, please review.

I'll fix it and re-send these patch-set.

Best Regards,
Chanwoo Choi
--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/3] clk: samsung: Use samsung_cmu_register_one() to simplify code

2014-12-23 Thread Sylwester Nawrocki
On 23/12/14 15:57, Chanwoo Choi wrote:
 I'll fix it and re-send these patch-set.

There is no need, I already corrected it.
The patches are already queued in this branch:
http://git.linuxtv.org/cgit.cgi/snawrocki/samsung.git/log/?h=for-v3.20/clk/next

--
Regards,
Sylwester
--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/3] clk: samsung: Use samsung_cmu_register_one() to simplify code

2014-12-23 Thread Chanwoo Choi
On Wed, Dec 24, 2014 at 12:05 AM, Sylwester Nawrocki
s.nawro...@samsung.com wrote:
 On 23/12/14 15:57, Chanwoo Choi wrote:
 I'll fix it and re-send these patch-set.

 There is no need, I already corrected it.
 The patches are already queued in this branch:
 http://git.linuxtv.org/cgit.cgi/snawrocki/samsung.git/log/?h=for-v3.20/clk/next

OK, thanks for your fixup.

Best Regards,
Chanwoo Choi
--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html