From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sricharan R Subject: Re: [PATCH 14/14] ARM: OMAP4: hwmod data: Clean up the data file Date: Fri, 7 Jun 2013 11:25:48 +0530 Message-ID: <51B175E4.1060909@ti.com> References: <1369845494-30231-1-git-send-email-santosh.shilimkar@ti.com> <1369845494-30231-15-git-send-email-santosh.shilimkar@ti.com> <51B0D54A.1090107@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]:58197 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750971Ab3FGF4W (ORCPT ); Fri, 7 Jun 2013 01:56:22 -0400 In-Reply-To: <51B0D54A.1090107@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Santosh Shilimkar Cc: Paul Walmsley , tony@atomide.com, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org On Friday 07 June 2013 12:00 AM, Santosh Shilimkar wrote: > On Thursday 06 June 2013 01:57 PM, Paul Walmsley wrote: >> On Wed, 29 May 2013, Santosh Shilimkar wrote: >> >>> From: Sricharan R >>> >>> - The IO resource information like dma request lines, irq number and >>> ocp address space can be populated via dt blob. So such data is stripped >>> from OMAP4 SOC hwmod data file. >>> >>> - The devices which are still missing the device tree bindings, >>> address space entries are not removed yet. When such devices add >>> the dt bindings, respective address space data can be deleted. >>> >>> - Also other unnessecary hwmods like firewalls are removed as a part of this. >>> >>> The above update, results in reduction of about ~1650 lines of code. >>> >>> Signed-off-by: Santosh Shilimkar >>> Signed-off-by: Sricharan R >> I assume that you're not autogenerating this data any more, based on >> your change list above. If that's correct, please also remove >> the paragraph at the top of the file: >> > The data is auto-generated. I let Sricharan comment if it is otherwise > in the final version of the patch. > > Sricharan ? I used autogen to remove the data, but some of the data were not in sync with the mainline .(like abe, dss, aess, context register offsets etc..). So i have to sync them manually. Regards, Sricharan From mboxrd@z Thu Jan 1 00:00:00 1970 From: r.sricharan@ti.com (Sricharan R) Date: Fri, 7 Jun 2013 11:25:48 +0530 Subject: [PATCH 14/14] ARM: OMAP4: hwmod data: Clean up the data file In-Reply-To: <51B0D54A.1090107@ti.com> References: <1369845494-30231-1-git-send-email-santosh.shilimkar@ti.com> <1369845494-30231-15-git-send-email-santosh.shilimkar@ti.com> <51B0D54A.1090107@ti.com> Message-ID: <51B175E4.1060909@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Friday 07 June 2013 12:00 AM, Santosh Shilimkar wrote: > On Thursday 06 June 2013 01:57 PM, Paul Walmsley wrote: >> On Wed, 29 May 2013, Santosh Shilimkar wrote: >> >>> From: Sricharan R >>> >>> - The IO resource information like dma request lines, irq number and >>> ocp address space can be populated via dt blob. So such data is stripped >>> from OMAP4 SOC hwmod data file. >>> >>> - The devices which are still missing the device tree bindings, >>> address space entries are not removed yet. When such devices add >>> the dt bindings, respective address space data can be deleted. >>> >>> - Also other unnessecary hwmods like firewalls are removed as a part of this. >>> >>> The above update, results in reduction of about ~1650 lines of code. >>> >>> Signed-off-by: Santosh Shilimkar >>> Signed-off-by: Sricharan R >> I assume that you're not autogenerating this data any more, based on >> your change list above. If that's correct, please also remove >> the paragraph at the top of the file: >> > The data is auto-generated. I let Sricharan comment if it is otherwise > in the final version of the patch. > > Sricharan ? I used autogen to remove the data, but some of the data were not in sync with the mainline .(like abe, dss, aess, context register offsets etc..). So i have to sync them manually. Regards, Sricharan