Re: [PATCH 4/4] gpio/pca953x: register the device irq using appropriate api's

2012-07-22 Thread Mahapatra, Chandrabhanu
On Thu, Jul 12, 2012 at 3:41 AM, Linus Walleij wrote: > On Tue, Jul 10, 2012 at 3:36 PM, Chandrabhanu Mahapatra > wrote: > >> From: Leed Aguilar >> >> Here, the implementation of registration of requested IRQs has been corrected >> with appropiate api's. The gpio number is requested through >>

Re: [PATCH 4/4] gpio/pca953x: register the device irq using appropriate api's

2012-07-11 Thread Linus Walleij
On Tue, Jul 10, 2012 at 3:36 PM, Chandrabhanu Mahapatra wrote: > From: Leed Aguilar > > Here, the implementation of registration of requested IRQs has been corrected > with appropiate api's. The gpio number is requested through gpio_request_one() > API and conversion of the gpio to irq is done u

[PATCH 4/4] gpio/pca953x: register the device irq using appropriate api's

2012-07-10 Thread Chandrabhanu Mahapatra
From: Leed Aguilar Here, the implementation of registration of requested IRQs has been corrected with appropiate api's. The gpio number is requested through gpio_request_one() API and conversion of the gpio to irq is done using the gpio_to_irq() API. Change-Id: I964145e2a280d6553ea2c05ea8049810a