Re: [PATCHv3 0/2] clk: samsung: Add clock controller driver for Exynos4415 SoC

2014-10-31 Thread Sylwester Nawrocki
On 28/10/14 05:09, Kukjin Kim wrote:
> Sylwester Nawrocki wrote:
>>
>> On 27/10/14 02:11, Chanwoo Choi wrote:
>>> Chanwoo Choi (2):
>>>   clk: samsung: exynos4415: Add clocks using common clock framework
>>>   clk: samsung: Document binding for Exynos4415 clock controller
[...]
> 
> Can you please provide a topic branch for clk-exynos4415? Because exynos4415 
> dt
> file needs inclusion of following header files.
> 
> +#include 
> +#include 

Hi Kukjin,

AFAICS there is more clk patches that will be a dependency for the dts
changes, for instance recent exynos7 clock controller driver addition.
Unfortunately the patchset is written so almost every patch touches
header file at include/dt-bindings/clock/.

I'm inclined to send the collected exynos4415 and exynos7 patches to
Mike in a pull request and then he could make a topic branch which could
then be pulled as a dependency for dts.

Alternatively you could use my branch which can be found at:
git://linuxtv.org/snawrocki/samsung.git for-v3.19-exynos-clk

What would be your preference, Mike ?

-- 
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: [PATCHv3 0/2] clk: samsung: Add clock controller driver for Exynos4415 SoC

2014-10-27 Thread Kukjin Kim
Sylwester Nawrocki wrote:
> 
> On 27/10/14 02:11, Chanwoo Choi wrote:
> > Chanwoo Choi (2):
> >   clk: samsung: exynos4415: Add clocks using common clock framework
> >   clk: samsung: Document binding for Exynos4415 clock controller
> 
> Added both to my tree, thanks. In future please put DT binding
> documentation first in the series, before the actual driver patch.
> 
Hi Sylwester,

Can you please provide a topic branch for clk-exynos4415? Because exynos4415 dt
file needs inclusion of following header files.

+#include 
+#include 

Thanks,
Kukjin

--
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: [PATCHv3 0/2] clk: samsung: Add clock controller driver for Exynos4415 SoC

2014-10-27 Thread Chanwoo Choi
On 10/27/2014 07:39 PM, Sylwester Nawrocki wrote:
> On 27/10/14 02:11, Chanwoo Choi wrote:
>> Chanwoo Choi (2):
>>   clk: samsung: exynos4415: Add clocks using common clock framework
>>   clk: samsung: Document binding for Exynos4415 clock controller
> 
> Added both to my tree, thanks. In future please put DT binding
> documentation first in the series, before the actual driver patch.

I'll put the documentation patch first in the patchset. Thanks.

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: [PATCHv3 0/2] clk: samsung: Add clock controller driver for Exynos4415 SoC

2014-10-27 Thread Sylwester Nawrocki
On 27/10/14 02:11, Chanwoo Choi wrote:
> Chanwoo Choi (2):
>   clk: samsung: exynos4415: Add clocks using common clock framework
>   clk: samsung: Document binding for Exynos4415 clock controller

Added both to my tree, thanks. In future please put DT binding
documentation first in the series, before the actual driver patch.

--
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


[PATCHv3 0/2] clk: samsung: Add clock controller driver for Exynos4415 SoC

2014-10-26 Thread Chanwoo Choi
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

--
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