From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Subject: Re: [PATCH 0/7 v2] OMAP: McSPI: Hwmod adaptation + runtime conversion Date: Wed, 29 Dec 2010 00:32:05 -0700 Message-ID: <20101229073205.GG8172@angua.secretlab.ca> References: <33183.10.24.255.18.1291212072.squirrel@dbdmail.itg.ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from mail-pv0-f174.google.com ([74.125.83.174]:34354 "EHLO mail-pv0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750920Ab0L2HcI (ORCPT ); Wed, 29 Dec 2010 02:32:08 -0500 Received: by pva4 with SMTP id 4so1843610pva.19 for ; Tue, 28 Dec 2010 23:32:08 -0800 (PST) Content-Disposition: inline In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Govindraj Cc: Tony Lindgren , linux-omap@vger.kernel.org, spi-devel-general , linux-arm-kernel@lists.infradead.org, Charulatha V , Cousson@dbdmail.itg.ti.com, Benoit , "Govindraj.R" On Wed, Dec 29, 2010 at 12:57:35PM +0530, Govindraj wrote: > Hi Grant, >=20 >=20 > On Wed, Dec 1, 2010 at 7:31 PM, Govindraj.R w= rote: > > Changes invloves: > > ---------------- > > 1) Addition of hwmod data for omap2/3/4. > > 1) McSPI driver hwmod adaptation with cleanup of base address > > =A0 macros and using omap-device API's. > > 2) Runtime Conversion of McSPI driver >=20 >=20 > Any comments on this patch series? > I need your review comments or ack on > patch 6/6 and patch 7/7. >=20 > I hope this patch series can be merged with LO > tree with your ack. I the process of going through my backlog at the moment. I should be able to get to it tomorrow. g. >=20 > -- > Thanks > Govindraj.R >=20 >=20 > > > > Changes from v1: > > --------------- > > 1) Fixing patch 5/5 comments for hwmod+runtime > > =A0 Split the patch 5/5 to hwmod adaptation > > =A0 and then runtime conversion > > =A0 http://www.mail-archive.com/linux-omap@vger.kernel.org/msg33387= =2Ehtml > > > > Testing Updates: > > ---------------- > > Was tested using data transfer test module available at: > > http://dev.omapzoom.org/?p=3Dricho/device_driver_test.git;a=3Dblob;= f=3Dmcspi/test_code/ > > utils/mcspi_modules/omap_mcspi_datatest.c; > > h=3De42ec10c5c844abdde6a7175a268b379fbbdb655; > > hb=3D5d9a755d50e58de861c5e8991f2f607bc49b5dc3 > > > > System wide suspend and ret/off counts observation, > > ensured that no behavioral difference with and without > > this patch series. > > > > Benoit Cousson (1): > > =A0OMAP4: hwmod data: Add McSPI > > > > Charulatha V (5): > > =A0OMAP2420: hwmod data: Add McSPI > > =A0OMAP2430: hwmod data: Add McSPI > > =A0OMAP3: hwmod data: Add McSPI > > =A0OMAP3: clocks: Update clock domain name for mcspi fck > > =A0OMAP: devices: Modify McSPI device to adapt to hwmod framework > > > > Govindraj.R (1): > > =A0OMAP: runtime: McSPI driver runtime conversion > > > > =A0arch/arm/mach-omap2/clock3xxx_data.c =A0 =A0 =A0 | =A0 =A04 + > > =A0arch/arm/mach-omap2/devices.c =A0 =A0 =A0 =A0 =A0 =A0 =A0| =A018= 9 ++++--------------- > > =A0arch/arm/mach-omap2/omap_hwmod_2420_data.c | =A0156 ++++++++++++= ++++ > > =A0arch/arm/mach-omap2/omap_hwmod_2430_data.c | =A0219 ++++++++++++= ++++++++++ > > =A0arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | =A0280 ++++++++++++= ++++++++++++++++ > > =A0arch/arm/mach-omap2/omap_hwmod_44xx_data.c | =A0267 ++++++++++++= ++++++++++++++ > > =A0arch/arm/plat-omap/include/plat/mcspi.h =A0 =A0| =A0 11 + > > =A0drivers/spi/omap2_mcspi.c =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0| =A0= 225 +++++++--------------- > > =A08 files changed, 1051 insertions(+), 300 deletions(-) > > > > > > -- > > To unsubscribe from this list: send the line "unsubscribe linux-oma= p" in > > the body of a message to majordomo@vger.kernel.org > > More majordomo info at =A0http://vger.kernel.org/majordomo-info.htm= l > > >=20 >=20 >=20 > --=20 > --- > Regards, > Govindraj.R -- 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: grant.likely@secretlab.ca (Grant Likely) Date: Wed, 29 Dec 2010 00:32:05 -0700 Subject: [PATCH 0/7 v2] OMAP: McSPI: Hwmod adaptation + runtime conversion In-Reply-To: References: <33183.10.24.255.18.1291212072.squirrel@dbdmail.itg.ti.com> Message-ID: <20101229073205.GG8172@angua.secretlab.ca> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Dec 29, 2010 at 12:57:35PM +0530, Govindraj wrote: > Hi Grant, > > > On Wed, Dec 1, 2010 at 7:31 PM, Govindraj.R wrote: > > Changes invloves: > > ---------------- > > 1) Addition of hwmod data for omap2/3/4. > > 1) McSPI driver hwmod adaptation with cleanup of base address > > ? macros and using omap-device API's. > > 2) Runtime Conversion of McSPI driver > > > Any comments on this patch series? > I need your review comments or ack on > patch 6/6 and patch 7/7. > > I hope this patch series can be merged with LO > tree with your ack. I the process of going through my backlog at the moment. I should be able to get to it tomorrow. g. > > -- > Thanks > Govindraj.R > > > > > > Changes from v1: > > --------------- > > 1) Fixing patch 5/5 comments for hwmod+runtime > > ? Split the patch 5/5 to hwmod adaptation > > ? and then runtime conversion > > ? http://www.mail-archive.com/linux-omap at vger.kernel.org/msg33387.html > > > > Testing Updates: > > ---------------- > > Was tested using data transfer test module available at: > > http://dev.omapzoom.org/?p=richo/device_driver_test.git;a=blob;f=mcspi/test_code/ > > utils/mcspi_modules/omap_mcspi_datatest.c; > > h=e42ec10c5c844abdde6a7175a268b379fbbdb655; > > hb=5d9a755d50e58de861c5e8991f2f607bc49b5dc3 > > > > System wide suspend and ret/off counts observation, > > ensured that no behavioral difference with and without > > this patch series. > > > > Benoit Cousson (1): > > ?OMAP4: hwmod data: Add McSPI > > > > Charulatha V (5): > > ?OMAP2420: hwmod data: Add McSPI > > ?OMAP2430: hwmod data: Add McSPI > > ?OMAP3: hwmod data: Add McSPI > > ?OMAP3: clocks: Update clock domain name for mcspi fck > > ?OMAP: devices: Modify McSPI device to adapt to hwmod framework > > > > Govindraj.R (1): > > ?OMAP: runtime: McSPI driver runtime conversion > > > > ?arch/arm/mach-omap2/clock3xxx_data.c ? ? ? | ? ?4 + > > ?arch/arm/mach-omap2/devices.c ? ? ? ? ? ? ?| ?189 ++++--------------- > > ?arch/arm/mach-omap2/omap_hwmod_2420_data.c | ?156 ++++++++++++++++ > > ?arch/arm/mach-omap2/omap_hwmod_2430_data.c | ?219 ++++++++++++++++++++++ > > ?arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | ?280 ++++++++++++++++++++++++++++ > > ?arch/arm/mach-omap2/omap_hwmod_44xx_data.c | ?267 ++++++++++++++++++++++++++ > > ?arch/arm/plat-omap/include/plat/mcspi.h ? ?| ? 11 + > > ?drivers/spi/omap2_mcspi.c ? ? ? ? ? ? ? ? ?| ?225 +++++++--------------- > > ?8 files changed, 1051 insertions(+), 300 deletions(-) > > > > > > -- > > To unsubscribe from this list: send the line "unsubscribe linux-omap" in > > the body of a message to majordomo at vger.kernel.org > > More majordomo info at ?http://vger.kernel.org/majordomo-info.html > > > > > > -- > --- > Regards, > Govindraj.R