From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 07/10] ARM: OMAP5: clock data: Add OMAP54XX full clock tree and headers Date: Mon, 21 Jan 2013 10:08:20 -0800 Message-ID: <20130121180820.GB22517@atomide.com> References: <1358522856-12180-1-git-send-email-santosh.shilimkar@ti.com> <1358522856-12180-8-git-send-email-santosh.shilimkar@ti.com> <20130118171912.GD15361@atomide.com> <50FCF8D7.1010609@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-04-ewr.mailhop.org ([204.13.248.74]:10643 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751635Ab3AUSIY (ORCPT ); Mon, 21 Jan 2013 13:08:24 -0500 Content-Disposition: inline In-Reply-To: <50FCF8D7.1010609@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Santosh Shilimkar Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, mturquette@linaro.org, rnayak@ti.com, b-cousson@ti.com, Paul Walmsley * Santosh Shilimkar [130121 00:16]: > On Friday 18 January 2013 10:49 PM, Tony Lindgren wrote: > >* 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@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? > > > Am not sure of all the dependencies. Since clock data is using the low > level prm/cm APIs, all those needs to be exported some how to move > the data. Paul can comment better on it. It seems that we should be able to export some omap specific functions from drivers/clk/omap for that. Regards, Tony From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Mon, 21 Jan 2013 10:08:20 -0800 Subject: [PATCH 07/10] ARM: OMAP5: clock data: Add OMAP54XX full clock tree and headers In-Reply-To: <50FCF8D7.1010609@ti.com> References: <1358522856-12180-1-git-send-email-santosh.shilimkar@ti.com> <1358522856-12180-8-git-send-email-santosh.shilimkar@ti.com> <20130118171912.GD15361@atomide.com> <50FCF8D7.1010609@ti.com> Message-ID: <20130121180820.GB22517@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Santosh Shilimkar [130121 00:16]: > On Friday 18 January 2013 10:49 PM, Tony Lindgren wrote: > >* 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? > > > Am not sure of all the dependencies. Since clock data is using the low > level prm/cm APIs, all those needs to be exported some how to move > the data. Paul can comment better on it. It seems that we should be able to export some omap specific functions from drivers/clk/omap for that. Regards, Tony