Hi, On Mon, Jan 11, 2021 at 08:25:05AM +0100, Daniel Mack wrote: > On 10/1/2021 3:49 pm, Linus Walleij wrote: > > This converts the Palm Z2 battery driver to use GPIO descriptors. > > > > Cc: Daniel Mack > > Cc: Haojian Zhuang > > Cc: Robert Jarzmik > > Cc: linux-arm-kernel@lists.infradead.org > > Signed-off-by: Linus Walleij > > Reviewed-by: Daniel Mack Thanks, queued to power-supply's for-next branch via the following immutable branch (which also contains the wm97xx_battery change): The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e: Linux 5.11-rc1 (2020-12-27 15:30:22 -0800) are available in the Git repository at: ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git tags/ib-psy-pxa-for-5.12-signed for you to fetch changes up to cb6d6918c56ffd98e88164d5471f692d33dabf2b: power: supply: wm97xx_battery: Convert to GPIO descriptor (2021-01-13 22:25:07 +0100) ---------------------------------------------------------------- Immutable branch between mach-pxa and power-supply for for 5.12 This immutable branch replaces legacy gpio API in wm97xx_battery and z2_battery with new gpiod API, which involves the drivers in power-supply and some mach-pxa board files. Signed-off-by: Sebastian Reichel ---------------------------------------------------------------- Linus Walleij (2): power: supply: z2_battery: Convert to GPIO descriptors power: supply: wm97xx_battery: Convert to GPIO descriptor arch/arm/mach-pxa/mioa701.c | 1 - arch/arm/mach-pxa/palm27x.c | 1 - arch/arm/mach-pxa/palmte2.c | 1 - arch/arm/mach-pxa/z2.c | 12 ++++++++- drivers/power/supply/wm97xx_battery.c | 45 +++++++++++++++------------------- drivers/power/supply/z2_battery.c | 46 ++++++++++++++++------------------- include/linux/wm97xx.h | 1 - include/linux/z2_battery.h | 1 - 8 files changed, 51 insertions(+), 57 deletions(-) -- Sebastian