Re: [PATCH v2 0/4] ARM: S5P: Support gpio interrupts

2010-07-06 Thread Joonyoung Shim
On 6/25/2010 2:33 PM, Marek Szyprowski wrote: Hello, On Wednesday, June 23, 2010 9:51 AM Kukjin Kim wrote: Joonyoung Shim wrote: This patch v2 set is to support gpio interrupts of samsung s5p cpus, and the GPIOlib gpio_to_irq goes to plat-samsung gpiolib, so patch v2 set has four commit

RE: [PATCH v2 0/4] ARM: S5P: Support gpio interrupts

2010-06-24 Thread Marek Szyprowski
Hello, On Wednesday, June 23, 2010 9:51 AM Kukjin Kim wrote: Joonyoung Shim wrote: This patch v2 set is to support gpio interrupts of samsung s5p cpus, and the GPIOlib gpio_to_irq goes to plat-samsung gpiolib, so patch v2 set has four commit smaller than v1. Changes since v1: -

RE: [PATCH v2 0/4] ARM: S5P: Support gpio interrupts

2010-06-23 Thread Kukjin Kim
Joonyoung Shim wrote: This patch v2 set is to support gpio interrupts of samsung s5p cpus, and the GPIOlib gpio_to_irq goes to plat-samsung gpiolib, so patch v2 set has four commit smaller than v1. Changes since v1: - Add irq_base to s3c_gpio_chip struct - GPIOlib gpio_to_irq() is

Re: [PATCH v2 0/4] ARM: S5P: Support gpio interrupts

2010-06-23 Thread Kyungmin Park
On Wed, Jun 23, 2010 at 4:50 PM, Kukjin Kim kgene@samsung.com wrote: Joonyoung Shim wrote: This patch v2 set is to support gpio interrupts of samsung s5p cpus, and the GPIOlib gpio_to_irq goes to plat-samsung gpiolib, so patch v2 set has four commit smaller than v1. Changes since v1: -

[PATCH v2 0/4] ARM: S5P: Support gpio interrupts

2010-06-11 Thread Joonyoung Shim
This patch v2 set is to support gpio interrupts of samsung s5p cpus, and the GPIOlib gpio_to_irq goes to plat-samsung gpiolib, so patch v2 set has four commit smaller than v1. Changes since v1: - Add irq_base to s3c_gpio_chip struct - GPIOlib gpio_to_irq() is implemented to