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: Fri, 21 Jun 2013 00:25:19 -0700 Message-ID: <20130621072518.GN5523@atomide.com> References: <1371647942-4811-1-git-send-email-t-kristo@ti.com> <1371647942-4811-12-git-send-email-t-kristo@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1371647942-4811-12-git-send-email-t-kristo@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 [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. Regards, Tony