Re: [PATCH 05/15] OMAP: GPIO: Make gpio_context part of gpio_bank structure

2011-05-26 Thread Varadarajan, Charulatha
x-omap@vger.kernel.org >> Cc: Hilman, Kevin; Shilimkar, Santosh; t...@atomide.com; >> linux-arm-ker...@lists.infradead.org; Varadarajan, Charulatha >> Subject: [PATCH 05/15] OMAP: GPIO: Make gpio_context part of >> gpio_bank structure >> >> From: Charulatha V &g

RE: [PATCH 05/15] OMAP: GPIO: Make gpio_context part of gpio_bank structure

2011-05-26 Thread Premi, Sanjeev
t; Sent: Tuesday, May 24, 2011 7:55 PM > > To: linux-omap@vger.kernel.org > > Cc: Hilman, Kevin; Shilimkar, Santosh; t...@atomide.com; > > linux-arm-ker...@lists.infradead.org; Varadarajan, Charulatha > > Subject: [PATCH 05/15] OMAP: GPIO: Make gpio_context part of > > gpio_ba

RE: [PATCH 05/15] OMAP: GPIO: Make gpio_context part of gpio_bank structure

2011-05-26 Thread Premi, Sanjeev
ide.com; > linux-arm-ker...@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

Re: [PATCH 05/15] OMAP: GPIO: Make gpio_context part of gpio_bank structure

2011-05-25 Thread Kevin Hilman
Tarun Kanti DebBarma writes: > 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 architect

[PATCH 05/15] OMAP: GPIO: Make gpio_context part of gpio_bank structure

2011-05-24 Thread Tarun Kanti DebBarma
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 conte