From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sachin Kamat Subject: Re: [PATCH RESEND v2 00/12] clk/exynos convert clock IDs to macros Date: Fri, 14 Feb 2014 16:44:08 +0530 Message-ID: References: <1389106060-20291-1-git-send-email-a.hajda@samsung.com> <1514827.Cd6xxeNpq2@amdc1227> <20140127214944.4167.58042@quantum> <52FD5EDA.60909@samsung.com> <52FD60A8.8070402@samsung.com> <52FDF2C9.6060403@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: In-Reply-To: <52FDF2C9.6060403@samsung.com> Sender: linux-samsung-soc-owner@vger.kernel.org To: Tomasz Figa Cc: Kukjin Kim , Mike Turquette , "moderated list:OPEN FIRMWARE AND..." , Andrzej Hajda , Kyungmin Park , "moderated list:ARM/S5P EXYNOS AR..." , linux-arm-kernel List-Id: devicetree@vger.kernel.org Hi Tomasz, On 14 February 2014 16:11, Tomasz Figa wrote: > Hi Kukjin, > > > On 14.02.2014 01:17, Kukjin Kim wrote: >> >> On 02/14/14 09:10, Kukjin Kim wrote: >>> >>> On 01/28/14 06:49, Mike Turquette wrote: >>>> >>>> Quoting Tomasz Figa (2014-01-07 07:17:22) >>>>> >>>>> Hi Mike, >>>>> >>>>> On Tuesday 07 of January 2014 15:47:28 Andrzej Hajda wrote: >>>>>> >>>>>> Hi, >>>>>> >>>>>> This patch set adds header files with macros defining exynos clocks. >>>>>> Then it converts dts files and drivers to use macros instead >>>>>> of magic numbers or enums to describe clock bindings. >>>>>> >>>>>> The patch set is rebased on the latest samsung-clk/samsung-next >>>>>> branch. >>>>>> >>>>>> The patches are generated by script. >>>>>> Many clocks I have verified by hand. >>>>>> I have also tested it successfully on exynos4 based board. >>>>>> >>>>>> This is the 2nd version of the patchset. >>>>>> Changes: >>>>>> - corrected devicetree mailing list, >>>>>> - added comments to include/dt-bindings/clock/exynos4.h for >>>>>> clocks present only in particular chip, >>>>>> - added tab alignement in headers, >>>>>> - added comment to CLK_NR_CLKS, >>>>>> - added copyright headers, >>>>>> - split long lines in dts, >>>>>> - corrected example in bindings/clock/exynos5250-clock.txt, to point >>>>>> appropriate clocks. >>>>> >>>>> >>>>> I believe this has been already acked before, so could you still take >>>>> it for 3.14? For now I'd merge only the patches adding headers and >>>>> updating clock drivers to avoid merge conflicts and then after >>>>> release of 3.14-rc1 we could early merge dts patches for 3.15. >>>> >>>> >>>> Hi Tomasz, >>>> >>>> Let's go ahead and merge this after 3.14-rc1. I'll take it in when that >>>> drops and the DTS data will go in during the same merge window. >>>> >>> >>> Hi Mike, >>> >>> As I talked to Tomasz, would be better to us if this series could be >>> handled in Samsung tree so I'm going to do it. How do you think? >>> >> Oops, already merged into mainline ;-) >> Sorry, please kindly ignore my previous e-mail. > > > As you probably found out already, we've merged clock-side part of the > series for 3.14 to ease things a bit and let you simply merge the DT-side > for 3.15. > > Also, since there were patches floating on the ML still using clock numbers, > we decided to give them some more time to be applied, then stop accepting > such patches and then finally rerun Andrzej's script on your tree and ask > you to apply resulting conversion patches. > > Since you seem to have already applied most of such floating patches, > Andrzej will send you new series soon. There are still quite a few board support patches of Arndale-octa and 5420 SMDK that need to be applied. I believe Kukjin will apply them over the weekend. -- With warm regards, Sachin From mboxrd@z Thu Jan 1 00:00:00 1970 From: sachin.kamat@linaro.org (Sachin Kamat) Date: Fri, 14 Feb 2014 16:44:08 +0530 Subject: [PATCH RESEND v2 00/12] clk/exynos convert clock IDs to macros In-Reply-To: <52FDF2C9.6060403@samsung.com> References: <1389106060-20291-1-git-send-email-a.hajda@samsung.com> <1514827.Cd6xxeNpq2@amdc1227> <20140127214944.4167.58042@quantum> <52FD5EDA.60909@samsung.com> <52FD60A8.8070402@samsung.com> <52FDF2C9.6060403@samsung.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Tomasz, On 14 February 2014 16:11, Tomasz Figa wrote: > Hi Kukjin, > > > On 14.02.2014 01:17, Kukjin Kim wrote: >> >> On 02/14/14 09:10, Kukjin Kim wrote: >>> >>> On 01/28/14 06:49, Mike Turquette wrote: >>>> >>>> Quoting Tomasz Figa (2014-01-07 07:17:22) >>>>> >>>>> Hi Mike, >>>>> >>>>> On Tuesday 07 of January 2014 15:47:28 Andrzej Hajda wrote: >>>>>> >>>>>> Hi, >>>>>> >>>>>> This patch set adds header files with macros defining exynos clocks. >>>>>> Then it converts dts files and drivers to use macros instead >>>>>> of magic numbers or enums to describe clock bindings. >>>>>> >>>>>> The patch set is rebased on the latest samsung-clk/samsung-next >>>>>> branch. >>>>>> >>>>>> The patches are generated by script. >>>>>> Many clocks I have verified by hand. >>>>>> I have also tested it successfully on exynos4 based board. >>>>>> >>>>>> This is the 2nd version of the patchset. >>>>>> Changes: >>>>>> - corrected devicetree mailing list, >>>>>> - added comments to include/dt-bindings/clock/exynos4.h for >>>>>> clocks present only in particular chip, >>>>>> - added tab alignement in headers, >>>>>> - added comment to CLK_NR_CLKS, >>>>>> - added copyright headers, >>>>>> - split long lines in dts, >>>>>> - corrected example in bindings/clock/exynos5250-clock.txt, to point >>>>>> appropriate clocks. >>>>> >>>>> >>>>> I believe this has been already acked before, so could you still take >>>>> it for 3.14? For now I'd merge only the patches adding headers and >>>>> updating clock drivers to avoid merge conflicts and then after >>>>> release of 3.14-rc1 we could early merge dts patches for 3.15. >>>> >>>> >>>> Hi Tomasz, >>>> >>>> Let's go ahead and merge this after 3.14-rc1. I'll take it in when that >>>> drops and the DTS data will go in during the same merge window. >>>> >>> >>> Hi Mike, >>> >>> As I talked to Tomasz, would be better to us if this series could be >>> handled in Samsung tree so I'm going to do it. How do you think? >>> >> Oops, already merged into mainline ;-) >> Sorry, please kindly ignore my previous e-mail. > > > As you probably found out already, we've merged clock-side part of the > series for 3.14 to ease things a bit and let you simply merge the DT-side > for 3.15. > > Also, since there were patches floating on the ML still using clock numbers, > we decided to give them some more time to be applied, then stop accepting > such patches and then finally rerun Andrzej's script on your tree and ask > you to apply resulting conversion patches. > > Since you seem to have already applied most of such floating patches, > Andrzej will send you new series soon. There are still quite a few board support patches of Arndale-octa and 5420 SMDK that need to be applied. I believe Kukjin will apply them over the weekend. -- With warm regards, Sachin