From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Fri, 7 Jun 2013 09:29:27 -0700 Subject: [PATCH V2 14/14] ARM: OMAP4: hwmod data: Clean up the data file In-Reply-To: References: <1370606175-22599-1-git-send-email-r.sricharan@ti.com> Message-ID: <20130607162927.GA3331@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Paul Walmsley [130607 05:38]: > On Fri, 7 Jun 2013, Sricharan R wrote: > > > - 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 unnecessary hwmods like firewalls are removed as a part of this. > > Since emif was getting registered only because of this firewalls links, > > the mpu->emif direct link is added now. > > > > The above update, results in reduction of about ~1650 lines of code. > > > > Signed-off-by: Santosh Shilimkar > > Signed-off-by: Sricharan R > > Acked-by: Paul Walmsley > > Can't test this one since I don't have an OMAP4 DT config set up in the testbed > yet. Maybe will add that to the testbed after the v3.10 release. OK thanks, applying into omap-for-v3.11/cleanup. Regards, Tony