From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCHv2 11/11] ARM: OMAP4: register DT clocks and remove old data Date: Mon, 24 Jun 2013 00:50:16 -0700 Message-ID: <20130624075015.GR5523@atomide.com> References: <1371647942-4811-1-git-send-email-t-kristo@ti.com> <1371647942-4811-12-git-send-email-t-kristo@ti.com> <20130621072518.GN5523@atomide.com> <51C7F913.7070104@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <51C7F913.7070104@ti.com> Sender: linux-omap-owner@vger.kernel.org To: Tero Kristo Cc: linux-omap@vger.kernel.org, mturquette@linaro.org, paul@pwsan.com, nm@ti.com, rnayak@ti.com, linux-arm-kernel@lists.infradead.org, devicetree-discuss@lists.ozlabs.org List-Id: devicetree@vger.kernel.org * Tero Kristo [130624 00:51]: > On 06/21/2013 10:25 AM, Tony Lindgren wrote: > >* Tero Kristo [130619 06:25]: > >>Now that the OMAP4 PRCM clock data has been converted to device tree > >>representation, it is no longer needed as static clock data. OMAP4 > >>clock init routine is also changed to register DT clocks first. > >> > >>Signed-off-by: Tero Kristo > >>--- > >> arch/arm/mach-omap2/cclock44xx_data.c | 1674 +-------------------------------- > >> 1 file changed, 38 insertions(+), 1636 deletions(-) > > > >This is nice, thanks for working on this. While at it, can > >you also keep your eyes open for the register defines in the > >header files we can also drop? > > > >Some of those headers are quite huge.. and should eventually > >be private to the related drivers if needed at all with DT. > > Yeah, I can take a look at this after this set is done. It seems > like large portion of the headers can be dropped completely once > this exercise is done. OK great, thanks. Tony