From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rajendra Nayak Subject: Re: [RFC 0/4] Cleanup PRM and CM regbit headers Date: Thu, 4 Jul 2013 17:44:59 +0530 Message-ID: <51D56743.9080800@ti.com> References: <1372076143-12955-1-git-send-email-rnayak@ti.com> <20130625071428.GC5523@atomide.com> <51C95839.6050307@ti.com> <20130704115819.GJ5523@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from devils.ext.ti.com ([198.47.26.153]:38832 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755312Ab3GDMP2 (ORCPT ); Thu, 4 Jul 2013 08:15:28 -0400 In-Reply-To: <20130704115819.GJ5523@atomide.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Tony Lindgren Cc: paul@pwsan.com, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "benoit.cousson@gmail.com" On Thursday 04 July 2013 05:28 PM, Tony Lindgren wrote: > * Rajendra Nayak [130625 01:49]: >> On Tuesday 25 June 2013 12:44 PM, Tony Lindgren wrote: >>>> Rajendra Nayak (4): >>>>> ARM: OMAP2: PRM/CM: Cleanup unused header contents >>>>> ARM: OMAP3: PRM/CM: Cleanup unused header contents >>>>> ARM: OMAP4: PRM/CM: Cleanup unused header contents >>>>> ARM: OMAP5: PRM/CM: Cleanup unused header contents >>>>> >>>>> arch/arm/mach-omap2/cm-regbits-24xx.h | 317 ---- >>>>> arch/arm/mach-omap2/cm-regbits-33xx.h | 758 --------- >>>>> arch/arm/mach-omap2/cm-regbits-34xx.h | 631 -------- >>>>> arch/arm/mach-omap2/cm-regbits-44xx.h | 1557 ------------------- >>>>> arch/arm/mach-omap2/cm-regbits-54xx.h | 1632 ------------------- >>>>> arch/arm/mach-omap2/prm-regbits-24xx.h | 246 --- >>>>> arch/arm/mach-omap2/prm-regbits-33xx.h | 305 ---- >>>>> arch/arm/mach-omap2/prm-regbits-34xx.h | 480 ------ >>>>> arch/arm/mach-omap2/prm-regbits-44xx.h | 2225 -------------------------- >>>>> arch/arm/mach-omap2/prm-regbits-54xx.h | 2677 -------------------------------- >>>>> 10 files changed, 10828 deletions(-) >>> If things build and work after applying this, I suggest we send them >>> as a clean-up branch right after -rc1. >> >> They build fine, and I boot tested on the omap4/5 boards that I have too. >> (I had the out of tree clock data pulled in for omap5 before I did this >> cleanup). >> >>> >>> It seems that build testing and then randconfig testing >>> should be enough for these if they are unused and only >>> removal. >> >> Right, I'll do more testing and even though they should just boot >> fine on the omap2/3 boards too since all thats removed is anyway >> unused, I will still do more sanity test before posting them on -rc1. > > Looks like we have all the pending stuff merged already, this would > probably be a good time to post a pull request for these. Ok, will do, thanks. Paul/Benoit, Should I also drop these lines from the file headers since they are no longer same as the outputs from autogen files? * This file is automatically generated from the OMAP hardware databases. * We respectfully ask that any modifications to this file be coordinated * with the public linux-omap@vger.kernel.org mailing list and the * authors above to ensure that the autogeneration scripts are kept * up-to-date with the file contents. regards, Rajendra > > Tony > From mboxrd@z Thu Jan 1 00:00:00 1970 From: rnayak@ti.com (Rajendra Nayak) Date: Thu, 4 Jul 2013 17:44:59 +0530 Subject: [RFC 0/4] Cleanup PRM and CM regbit headers In-Reply-To: <20130704115819.GJ5523@atomide.com> References: <1372076143-12955-1-git-send-email-rnayak@ti.com> <20130625071428.GC5523@atomide.com> <51C95839.6050307@ti.com> <20130704115819.GJ5523@atomide.com> Message-ID: <51D56743.9080800@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thursday 04 July 2013 05:28 PM, Tony Lindgren wrote: > * Rajendra Nayak [130625 01:49]: >> On Tuesday 25 June 2013 12:44 PM, Tony Lindgren wrote: >>>> Rajendra Nayak (4): >>>>> ARM: OMAP2: PRM/CM: Cleanup unused header contents >>>>> ARM: OMAP3: PRM/CM: Cleanup unused header contents >>>>> ARM: OMAP4: PRM/CM: Cleanup unused header contents >>>>> ARM: OMAP5: PRM/CM: Cleanup unused header contents >>>>> >>>>> arch/arm/mach-omap2/cm-regbits-24xx.h | 317 ---- >>>>> arch/arm/mach-omap2/cm-regbits-33xx.h | 758 --------- >>>>> arch/arm/mach-omap2/cm-regbits-34xx.h | 631 -------- >>>>> arch/arm/mach-omap2/cm-regbits-44xx.h | 1557 ------------------- >>>>> arch/arm/mach-omap2/cm-regbits-54xx.h | 1632 ------------------- >>>>> arch/arm/mach-omap2/prm-regbits-24xx.h | 246 --- >>>>> arch/arm/mach-omap2/prm-regbits-33xx.h | 305 ---- >>>>> arch/arm/mach-omap2/prm-regbits-34xx.h | 480 ------ >>>>> arch/arm/mach-omap2/prm-regbits-44xx.h | 2225 -------------------------- >>>>> arch/arm/mach-omap2/prm-regbits-54xx.h | 2677 -------------------------------- >>>>> 10 files changed, 10828 deletions(-) >>> If things build and work after applying this, I suggest we send them >>> as a clean-up branch right after -rc1. >> >> They build fine, and I boot tested on the omap4/5 boards that I have too. >> (I had the out of tree clock data pulled in for omap5 before I did this >> cleanup). >> >>> >>> It seems that build testing and then randconfig testing >>> should be enough for these if they are unused and only >>> removal. >> >> Right, I'll do more testing and even though they should just boot >> fine on the omap2/3 boards too since all thats removed is anyway >> unused, I will still do more sanity test before posting them on -rc1. > > Looks like we have all the pending stuff merged already, this would > probably be a good time to post a pull request for these. Ok, will do, thanks. Paul/Benoit, Should I also drop these lines from the file headers since they are no longer same as the outputs from autogen files? * This file is automatically generated from the OMAP hardware databases. * We respectfully ask that any modifications to this file be coordinated * with the public linux-omap at vger.kernel.org mailing list and the * authors above to ensure that the autogeneration scripts are kept * up-to-date with the file contents. regards, Rajendra > > Tony >