Re: [PATCHv2 4/6] ARM: pxa: Use GPIO descriptor for gpio-charger

2020-06-10 Thread Linus Walleij
On Sat, Jun 6, 2020 at 12:44 AM Sebastian Reichel wrote: > Provide AC detect GPIO via gpiod table instead of > legacy platform data so that legacy GPIO support > can be removed from the driver. > > Also remove useless IRQ resource, which is not > used by the driver. > > Due to lack of hardware

[PATCHv2 4/6] ARM: pxa: Use GPIO descriptor for gpio-charger

2020-06-05 Thread Sebastian Reichel
Provide AC detect GPIO via gpiod table instead of legacy platform data so that legacy GPIO support can be removed from the driver. Also remove useless IRQ resource, which is not used by the driver. Due to lack of hardware this has only been compile tested. Signed-off-by: Sebastian Reichel ---