From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Varadarajan, Charulatha" Subject: Re: [PATCH 05/15] OMAP: GPIO: Make gpio_context part of gpio_bank structure Date: Thu, 26 May 2011 15:37:55 +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=ISO-8859-1 Return-path: Received: from na3sys009aog103.obsmtp.com ([74.125.149.71]:60389 "EHLO na3sys009aog103.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753446Ab1EZKIg (ORCPT ); Thu, 26 May 2011 06:08:36 -0400 Received: by pwj8 with SMTP id 8so328891pwj.41 for ; Thu, 26 May 2011 03:08:35 -0700 (PDT) In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: "Premi, Sanjeev" Cc: "DebBarma, Tarun Kanti" , "linux-omap@vger.kernel.org" , "Hilman, Kevin" , "Shilimkar, Santosh" , "tony@atomide.com" , "linux-arm-kernel@lists.infradead.org" On Thu, May 26, 2011 at 15:28, Premi, Sanjeev wrote: >> -----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? Probably this could be moved into diff section. <<> From mboxrd@z Thu Jan 1 00:00:00 1970 From: charu@ti.com (Varadarajan, Charulatha) Date: Thu, 26 May 2011 15:37:55 +0530 Subject: [PATCH 05/15] OMAP: GPIO: Make gpio_context part of gpio_bank structure In-Reply-To: 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 On Thu, May 26, 2011 at 15:28, Premi, Sanjeev wrote: >> -----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? Probably this could be moved into diff section. <<>