From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Fri, 18 Jan 2013 09:19:13 -0800 Subject: [PATCH 07/10] ARM: OMAP5: clock data: Add OMAP54XX full clock tree and headers In-Reply-To: <1358522856-12180-8-git-send-email-santosh.shilimkar@ti.com> References: <1358522856-12180-1-git-send-email-santosh.shilimkar@ti.com> <1358522856-12180-8-git-send-email-santosh.shilimkar@ti.com> Message-ID: <20130118171912.GD15361@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Santosh Shilimkar [130118 07:30]: > From: Rajendra Nayak > > Add the clock tree related data for OMAP54xx platforms. > > Cc: Paul Walmsley > > Signed-off-by: Rajendra Nayak > Signed-off-by: Benoit Cousson > [santosh.shilimkar at ti.com: Generated es2.0 data] > Signed-off-by: Santosh Shilimkar > --- > As mentioned in the summary, this patch will be updated once the > movement of clock data to drivers/clock is clear. Yes let's first fix up the issues prevent us from moving all the cclock*_data.c files to live under drivers/clock/omap. It seems that fixing this issue boils down to rearranging some clock related headers in arch/arm/mach-omap2, and then populating some of the clock data dynamically. Or am I missing something? Regards, Tony