From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Premi, Sanjeev" Subject: RE: [PATCH 05/15] OMAP: GPIO: Make gpio_context part of gpio_bank structure Date: Thu, 26 May 2011 15:28:45 +0530 Message-ID: References: <1306247094-25372-1-git-send-email-tarun.kanti@ti.com> <1306247094-25372-6-git-send-email-tarun.kanti@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT Return-path: Received: from devils.ext.ti.com ([198.47.26.153]:55404 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754293Ab1EZJ6w convert rfc822-to-8bit (ORCPT ); Thu, 26 May 2011 05:58:52 -0400 In-Reply-To: <1306247094-25372-6-git-send-email-tarun.kanti@ti.com> Content-Language: en-US Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: "DebBarma, Tarun Kanti" , "linux-omap@vger.kernel.org" Cc: "Hilman, Kevin" , "Shilimkar, Santosh" , "tony@atomide.com" , "linux-arm-kernel@lists.infradead.org" , "Varadarajan, Charulatha" > -----Original Message----- > From: linux-omap-owner@vger.kernel.org > [mailto:linux-omap-owner@vger.kernel.org] On Behalf Of > DebBarma, Tarun Kanti > Sent: Tuesday, May 24, 2011 7:55 PM > To: linux-omap@vger.kernel.org > Cc: Hilman, Kevin; Shilimkar, Santosh; tony@atomide.com; > linux-arm-kernel@lists.infradead.org; Varadarajan, Charulatha > Subject: [PATCH 05/15] OMAP: GPIO: Make gpio_context part of > gpio_bank structure > > From: Charulatha V > > gpio_context array, which is used to save gpio bank's context, > is used only for OMAP3 architecture. > > Move gpio_context as part of gpio_bank structure so that > it can be specific to each gpio bank and can be used for > any OMAP architecture > > TODO: extend the gpio save/restore context function for OMAP4 > architecture. This is done in one of the next patches in this > series [sp] Should this TODO be part of commit? BTW, this is the last patch in the series. ~sanjeev From mboxrd@z Thu Jan 1 00:00:00 1970 From: premi@ti.com (Premi, Sanjeev) Date: Thu, 26 May 2011 15:28:45 +0530 Subject: [PATCH 05/15] OMAP: GPIO: Make gpio_context part of gpio_bank structure In-Reply-To: <1306247094-25372-6-git-send-email-tarun.kanti@ti.com> References: <1306247094-25372-1-git-send-email-tarun.kanti@ti.com> <1306247094-25372-6-git-send-email-tarun.kanti@ti.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org > -----Original Message----- > From: linux-omap-owner at vger.kernel.org > [mailto:linux-omap-owner at vger.kernel.org] On Behalf Of > DebBarma, Tarun Kanti > Sent: Tuesday, May 24, 2011 7:55 PM > To: linux-omap at vger.kernel.org > Cc: Hilman, Kevin; Shilimkar, Santosh; tony at atomide.com; > linux-arm-kernel at lists.infradead.org; Varadarajan, Charulatha > Subject: [PATCH 05/15] OMAP: GPIO: Make gpio_context part of > gpio_bank structure > > From: Charulatha V > > gpio_context array, which is used to save gpio bank's context, > is used only for OMAP3 architecture. > > Move gpio_context as part of gpio_bank structure so that > it can be specific to each gpio bank and can be used for > any OMAP architecture > > TODO: extend the gpio save/restore context function for OMAP4 > architecture. This is done in one of the next patches in this > series [sp] Should this TODO be part of commit? BTW, this is the last patch in the series. ~sanjeev