Re: [PATCHv3 1/2] mfd: cpcap: implement irq sense helper

2017-03-23 Thread Lee Jones
On Tue, 21 Mar 2017, Sebastian Reichel wrote: > CPCAP can sense if IRQ is currently set or not. This > functionality is required for a few subdevices, such > as the power button and usb phy modules. > > Acked-by: Tony Lindgren > Signed-off-by: Sebastian Reichel > --- > Changes since PATCHv2: >

[PATCHv3 1/2] mfd: cpcap: implement irq sense helper

2017-03-21 Thread Sebastian Reichel
CPCAP can sense if IRQ is currently set or not. This functionality is required for a few subdevices, such as the power button and usb phy modules. Acked-by: Tony Lindgren Signed-off-by: Sebastian Reichel --- Changes since PATCHv2: - Collect Acked-by/Tested-by - Fix typo in EXPORT_SYMBOL_GPL --