RE: [PATCH v2 14/18] GPIO: OMAP: Fix use of readl/readw to access isr_reg

2011-06-16 Thread DebBarma, Tarun Kanti
> -Original Message- > From: Hilman, Kevin > Sent: Thursday, June 16, 2011 11:24 PM > To: DebBarma, Tarun Kanti > Cc: linux-omap@vger.kernel.org; Shilimkar, Santosh; t...@atomide.com > Subject: Re: [PATCH v2 14/18] GPIO: OMAP: Fix use of readl/readw to access > isr

RE: [PATCH v2 14/18] GPIO: OMAP: Fix use of readl/readw to access isr_reg

2011-06-16 Thread DebBarma, Tarun Kanti
> -Original Message- > From: Hilman, Kevin > Sent: Thursday, June 16, 2011 11:28 PM > To: DebBarma, Tarun Kanti > Cc: linux-omap@vger.kernel.org; Shilimkar, Santosh; t...@atomide.com > Subject: Re: [PATCH v2 14/18] GPIO: OMAP: Fix use of readl/readw to access > isr

Re: [PATCH v2 14/18] GPIO: OMAP: Fix use of readl/readw to access isr_reg

2011-06-16 Thread Kevin Hilman
Tarun Kanti DebBarma writes: > From: Charulatha V > > In gpio_irq_handler, isr register is always accessed as 32 bit register and > only > for OMAP15xx the first 16 MSBs are masked. Correct this by using the > appropriate > readl/readw registers as per the bank width. > > Signed-off-by: Charul

Re: [PATCH v2 14/18] GPIO: OMAP: Fix use of readl/readw to access isr_reg

2011-06-16 Thread Kevin Hilman
Tarun Kanti DebBarma writes: > From: Charulatha V > > In gpio_irq_handler, isr register is always accessed as 32 bit register and > only > for OMAP15xx the first 16 MSBs are masked. Correct this by using the > appropriate > readl/readw registers as per the bank width. > > Signed-off-by: Charul

[PATCH v2 14/18] GPIO: OMAP: Fix use of readl/readw to access isr_reg

2011-06-14 Thread Tarun Kanti DebBarma
From: Charulatha V In gpio_irq_handler, isr register is always accessed as 32 bit register and only for OMAP15xx the first 16 MSBs are masked. Correct this by using the appropriate readl/readw registers as per the bank width. Signed-off-by: Charulatha V --- drivers/gpio/gpio-omap.c |8