Re: [PATCH] mfd: sec-irq: fix support for devices without irq specified

2014-08-08 Thread Bartlomiej Zolnierkiewicz
On Friday, August 08, 2014 09:48:56 AM Krzysztof Kozlowski wrote: > On pią, 2014-08-08 at 09:34 +0200, Krzysztof Kozlowski wrote: > > On czw, 2014-08-07 at 18:48 +0200, Bartlomiej Zolnierkiewicz wrote: > > > [ added missing linux-samsung-soc ML, sorry for the noise ] > > > > > > On Thursday, Augus

Re: [PATCH] mfd: sec-irq: fix support for devices without irq specified

2014-08-08 Thread Krzysztof Kozlowski
On pią, 2014-08-08 at 09:34 +0200, Krzysztof Kozlowski wrote: > On czw, 2014-08-07 at 18:48 +0200, Bartlomiej Zolnierkiewicz wrote: > > [ added missing linux-samsung-soc ML, sorry for the noise ] > > > > On Thursday, August 07, 2014 06:42:28 PM Bartlomiej Zolnierkiewicz wrote: > > > Add missing ch

Re: [PATCH] mfd: sec-irq: fix support for devices without irq specified

2014-08-08 Thread Krzysztof Kozlowski
On czw, 2014-08-07 at 18:48 +0200, Bartlomiej Zolnierkiewicz wrote: > [ added missing linux-samsung-soc ML, sorry for the noise ] > > On Thursday, August 07, 2014 06:42:28 PM Bartlomiej Zolnierkiewicz wrote: > > Add missing check for the case of device without irq specified > > in sec_irq_exit() (

Re: [PATCH] mfd: sec-irq: fix support for devices without irq specified

2014-08-07 Thread Bartlomiej Zolnierkiewicz
[ added missing linux-samsung-soc ML, sorry for the noise ] On Thursday, August 07, 2014 06:42:28 PM Bartlomiej Zolnierkiewicz wrote: > Add missing check for the case of device without irq specified > in sec_irq_exit() (please note that sec_irq_init() already > correctly handles such devices). >