RE: [PATCH] ARM: Samsung: gpio-interrupts: fix offset calculation

2011-10-21 Thread Kukjin Kim
Kyungmin Park wrote: > > Hi Kukjin and Arnd, > > If there's chance to merge for 3.1 bugfix. It's required to run 2nd > GPIO banks for exynos4210. > and it should be applied for stable tree also. > OK, it should be fixed. I will try. Arnd, we don't have enough time so I will send this to Linus d

Re: [PATCH] ARM: Samsung: gpio-interrupts: fix offset calculation

2011-10-20 Thread Kyungmin Park
Hi Kukjin and Arnd, If there's chance to merge for 3.1 bugfix. It's required to run 2nd GPIO banks for exynos4210. and it should be applied for stable tree also. Thank you, Kyungmin Park On Tue, Oct 18, 2011 at 7:16 PM, Marek Szyprowski wrote: > Offsets of the irq controller registers were calc

[PATCH] ARM: Samsung: gpio-interrupts: fix offset calculation

2011-10-18 Thread Marek Szyprowski
Offsets of the irq controller registers were calculated correctly only for first GPIO bank. This patch fixes calculation of the register offsets for all GPIO banks. Reported-by: Sylwester Nawrocki Signed-off-by: Marek Szyprowski Signed-off-by: Kyungmin Park --- arch/arm/plat-s5p/irq-gpioint.c