Re: [PATCH] power: supply: sbs-battery: fix the sbs interrupt request

2017-05-01 Thread Sebastian Reichel
Hi, On Fri, Apr 21, 2017 at 12:13:17PM +0900, raito...@gmail.com wrote: > From: Ryosuke Saito > > Since we use the default primary handler for the irq, IRQF_ONESHOT must > be set. Otherwise the request fails and the following errors are > displayed: > > genirq: Threaded irq requested with handl

[PATCH] power: supply: sbs-battery: fix the sbs interrupt request

2017-04-20 Thread raitosyo
From: Ryosuke Saito Since we use the default primary handler for the irq, IRQF_ONESHOT must be set. Otherwise the request fails and the following errors are displayed: genirq: Threaded irq requested with handler=NULL and !ONESHOT for irq 129 sbs-battery 0-000b: Failed to request irq: -22 Signed