Re: [PATCH] i2c: core: fix wakeup irq parsing

2015-11-20 Thread Wolfram Sang
On Thu, Nov 12, 2015 at 03:42:26PM +0200, Grygorii Strashko wrote: > This patch fixes obvious copy-past error in wake up irq parsing > code which leads to the fact that dev_pm_set_wake_irq() will > be called with wrong IRQ number when "wakeup" IRQ is not > defined in DT. > > Cc: Dmitry Torokhov >

Re: [PATCH] i2c: core: fix wakeup irq parsing

2015-11-12 Thread Dmitry Torokhov
On Thu, Nov 12, 2015 at 03:42:26PM +0200, Grygorii Strashko wrote: > This patch fixes obvious copy-past error in wake up irq parsing > code which leads to the fact that dev_pm_set_wake_irq() will > be called with wrong IRQ number when "wakeup" IRQ is not > defined in DT. > > Cc: Dmitry Torokhov >

[PATCH] i2c: core: fix wakeup irq parsing

2015-11-12 Thread Grygorii Strashko
This patch fixes obvious copy-past error in wake up irq parsing code which leads to the fact that dev_pm_set_wake_irq() will be called with wrong IRQ number when "wakeup" IRQ is not defined in DT. Cc: Dmitry Torokhov Cc: Felipe Balbi Cc: # v4.3 Fixes: 3fffd1283927 ("i2c: allow specifying separa