From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomasz Figa Subject: Re: [PATCH RESEND v2 00/12] clk/exynos convert clock IDs to macros Date: Tue, 07 Jan 2014 16:17:22 +0100 Message-ID: <1514827.Cd6xxeNpq2@amdc1227> References: <1389106060-20291-1-git-send-email-a.hajda@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit Return-path: In-reply-to: <1389106060-20291-1-git-send-email-a.hajda@samsung.com> Sender: linux-samsung-soc-owner@vger.kernel.org To: Mike Turquette Cc: Andrzej Hajda , linux-arm-kernel@lists.infradead.org, Kukjin Kim , Kyungmin Park , "moderated list:OPEN FIRMWARE AND..." , "moderated list:ARM/S5P EXYNOS AR..." List-Id: devicetree@vger.kernel.org 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. What do you think? Best regards, Tomasz From mboxrd@z Thu Jan 1 00:00:00 1970 From: t.figa@samsung.com (Tomasz Figa) Date: Tue, 07 Jan 2014 16:17:22 +0100 Subject: [PATCH RESEND v2 00/12] clk/exynos convert clock IDs to macros In-Reply-To: <1389106060-20291-1-git-send-email-a.hajda@samsung.com> References: <1389106060-20291-1-git-send-email-a.hajda@samsung.com> Message-ID: <1514827.Cd6xxeNpq2@amdc1227> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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. What do you think? Best regards, Tomasz