Re: [RFC PATCH] gpio-button-hotplug: gpio descriptor API update

2021-08-11 Thread Linus Walleij
On Thu, Aug 5, 2021 at 3:54 PM Christian Lamparter wrote: > This driver still uses the Legacy GPIO Subsystem gpio_ API. > While it does work fine, it won't supports the new GPIO > LOOKUP tables that have been popping up upstream since v5.0. > > For APU2 users > linux 5.4: > Please test if this fi

[RFC PATCH] gpio-button-hotplug: gpio descriptor API update

2021-08-05 Thread Christian Lamparter
This driver still uses the Legacy GPIO Subsystem gpio_ API. While it does work fine, it won't supports the new GPIO LOOKUP tables that have been popping up upstream since v5.0. For APU2 users > linux 5.4: Please test if this fixes your reset button. (DT devices needs to be re-tested as well) Rep