From mboxrd@z Thu Jan 1 00:00:00 1970 From: Afzal Mohammed Subject: Re: [PATCH RFC v3 08/12] ARM: OMAP2+: CM: AM43x clockdomain data Date: Tue, 17 Sep 2013 20:01:09 +0530 Message-ID: <523867AD.9080905@ti.com> References: <5dd3b417a32b7d52c7de1e19e69e6100b1ed991b.1379337301.git.afzal@ti.com> <52372317.3000901@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from comal.ext.ti.com ([198.47.26.152]:43941 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752528Ab3IQObl (ORCPT ); Tue, 17 Sep 2013 10:31:41 -0400 In-Reply-To: <52372317.3000901@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Nishanth Menon Cc: Paul Walmsley , Benoit Cousson , Tony Lindgren , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Ambresh K Hi Nishant, On Monday 16 September 2013 08:56 PM, Nishanth Menon wrote: > On 09/16/2013 08:48 AM, Afzal Mohammed wrote: >> From: Ambresh K >> >> Add the data file to describe clock domains in AM43x SoC. >> OMAP4 clockdomain operations is being reused here. >> >> Signed-off-by: Ambresh K >> Signed-off-by: Afzal Mohammed >> --- >> arch/arm/mach-omap2/clockdomain.h | 2 + >> arch/arm/mach-omap2/clockdomains43xx_data.c | 199 ++++++++++++++++++++++++++++ >> arch/arm/mach-omap2/cminst44xx.c | 9 ++ >> 3 files changed, 210 insertions(+) >> create mode 100644 arch/arm/mach-omap2/clockdomains43xx_data.c > > I suggest we drop this. this can be addressed by Tero's clk series. Probably you misunderstood clock domain data as clock data, as Tero's series does not take care of clock domain data, we would require this. Regards Afzal From mboxrd@z Thu Jan 1 00:00:00 1970 From: afzal@ti.com (Afzal Mohammed) Date: Tue, 17 Sep 2013 20:01:09 +0530 Subject: [PATCH RFC v3 08/12] ARM: OMAP2+: CM: AM43x clockdomain data In-Reply-To: <52372317.3000901@ti.com> References: <5dd3b417a32b7d52c7de1e19e69e6100b1ed991b.1379337301.git.afzal@ti.com> <52372317.3000901@ti.com> Message-ID: <523867AD.9080905@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Nishant, On Monday 16 September 2013 08:56 PM, Nishanth Menon wrote: > On 09/16/2013 08:48 AM, Afzal Mohammed wrote: >> From: Ambresh K >> >> Add the data file to describe clock domains in AM43x SoC. >> OMAP4 clockdomain operations is being reused here. >> >> Signed-off-by: Ambresh K >> Signed-off-by: Afzal Mohammed >> --- >> arch/arm/mach-omap2/clockdomain.h | 2 + >> arch/arm/mach-omap2/clockdomains43xx_data.c | 199 ++++++++++++++++++++++++++++ >> arch/arm/mach-omap2/cminst44xx.c | 9 ++ >> 3 files changed, 210 insertions(+) >> create mode 100644 arch/arm/mach-omap2/clockdomains43xx_data.c > > I suggest we drop this. this can be addressed by Tero's clk series. Probably you misunderstood clock domain data as clock data, as Tero's series does not take care of clock domain data, we would require this. Regards Afzal