From mboxrd@z Thu Jan 1 00:00:00 1970 From: Santosh Shilimkar Subject: RE: [PATCH 00/11] OMAP: PRCM/powerdomain/clockdomain patches for 2.6.38,part two Date: Wed, 15 Dec 2010 09:45:06 +0530 Message-ID: References: <20101208061657.30541.79824.stgit@twilight.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from na3sys009aog109.obsmtp.com ([74.125.149.201]:51017 "EHLO na3sys009aog109.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756078Ab0LOEPJ convert rfc822-to-8bit (ORCPT ); Tue, 14 Dec 2010 23:15:09 -0500 Received: by pvg6 with SMTP id 6so268702pvg.23 for ; Tue, 14 Dec 2010 20:15:09 -0800 (PST) In-Reply-To: <20101208061657.30541.79824.stgit@twilight.localdomain> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Paul Walmsley , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: Mark Brown , Benoit Cousson , Kevin Hilman , Rajendra Nayak , Peter Ujfalusi , Jarkko Nikula , Liam Girdwood Paul, > -----Original Message----- > From: Paul Walmsley [mailto:paul@pwsan.com] > Sent: Wednesday, December 08, 2010 11:48 AM > To: linux-omap@vger.kernel.org; linux-arm-kernel@lists.infradead.org > Cc: Mark Brown; Beno=EEt Cousson; Kevin Hilman; Rajendra Nayak; Peter > Ujfalusi; Santosh Shilimkar; Jarkko Nikula; Liam Girdwood > Subject: [PATCH 00/11] OMAP: PRCM/powerdomain/clockdomain patches for > 2.6.38,part two > > This patch series, intended for 2.6.38: > > - adds OMAP4-specific PRM and CM instance functions, which are capabl= e > of writing to PRM/CM instances, no matter what PRCM partition they > appear in; > > - renames the old OMAP2/3 PRM and CM functions to prefix them with > 'omap2_'; > > - adds OMAP4 clockdomain offset addressing to the OMAP4 clockdomain > definitions; > > - removes the (now unused) OMAP clockdomain .clkstctrl_reg field; > > - moves plat-omap/include/plat/{clock,power}domain.h to mach-omap2/, since > these are OMAP2-specific; > > - moves the OMAP3 SCM padconf save code from pm34xx.c into the SCM common > code. > > This series is available via git from git://git.pwsan.com/linux-2.6 i= n > the branch 'pwrdm_prcm_b_2.6.38'. It applies on top of the "OMAP: > PRCM/powerdomain/clockdomain patches for 2.6.38, part one" series, > sent earlier. > > Kevin and OMAP ASoC-hackers, I'd appreciate review and acks, if > appropriate, on the patches that touch code that you maintain. TI > OMAP4 PM people, I would appreciate any testing assistance that you > may be able to provide. Beno=EEt, I've tried to keep the kernel data > files and the output of the scripts relatively similar, but we might > need to do some tweaking of the scripts or data files to align them > in the way that makes the most sense. > > Boot-tested on N800, OMAP35xx Beagle, and OMAP4430ES2 Panda. > > Have tested both part1 and part2 of your series on OMAP4 and OMAP3 SDPs= =2E OFF mode works on OMAP3 SPD with this series. Was planning to do some more testing with some porting of OMAP4 PM but it's taking bit more time. Regards, Santosh -- To unsubscribe from this list: send the line "unsubscribe linux-omap" i= n the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: santosh.shilimkar@ti.com (Santosh Shilimkar) Date: Wed, 15 Dec 2010 09:45:06 +0530 Subject: [PATCH 00/11] OMAP: PRCM/powerdomain/clockdomain patches for 2.6.38,part two In-Reply-To: <20101208061657.30541.79824.stgit@twilight.localdomain> References: <20101208061657.30541.79824.stgit@twilight.localdomain> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Paul, > -----Original Message----- > From: Paul Walmsley [mailto:paul at pwsan.com] > Sent: Wednesday, December 08, 2010 11:48 AM > To: linux-omap at vger.kernel.org; linux-arm-kernel at lists.infradead.org > Cc: Mark Brown; Beno?t Cousson; Kevin Hilman; Rajendra Nayak; Peter > Ujfalusi; Santosh Shilimkar; Jarkko Nikula; Liam Girdwood > Subject: [PATCH 00/11] OMAP: PRCM/powerdomain/clockdomain patches for > 2.6.38,part two > > This patch series, intended for 2.6.38: > > - adds OMAP4-specific PRM and CM instance functions, which are capable > of writing to PRM/CM instances, no matter what PRCM partition they > appear in; > > - renames the old OMAP2/3 PRM and CM functions to prefix them with > 'omap2_'; > > - adds OMAP4 clockdomain offset addressing to the OMAP4 clockdomain > definitions; > > - removes the (now unused) OMAP clockdomain .clkstctrl_reg field; > > - moves plat-omap/include/plat/{clock,power}domain.h to mach-omap2/, since > these are OMAP2-specific; > > - moves the OMAP3 SCM padconf save code from pm34xx.c into the SCM common > code. > > This series is available via git from git://git.pwsan.com/linux-2.6 in > the branch 'pwrdm_prcm_b_2.6.38'. It applies on top of the "OMAP: > PRCM/powerdomain/clockdomain patches for 2.6.38, part one" series, > sent earlier. > > Kevin and OMAP ASoC-hackers, I'd appreciate review and acks, if > appropriate, on the patches that touch code that you maintain. TI > OMAP4 PM people, I would appreciate any testing assistance that you > may be able to provide. Beno?t, I've tried to keep the kernel data > files and the output of the scripts relatively similar, but we might > need to do some tweaking of the scripts or data files to align them > in the way that makes the most sense. > > Boot-tested on N800, OMAP35xx Beagle, and OMAP4430ES2 Panda. > > Have tested both part1 and part2 of your series on OMAP4 and OMAP3 SDPs. OFF mode works on OMAP3 SPD with this series. Was planning to do some more testing with some porting of OMAP4 PM but it's taking bit more time. Regards, Santosh