Re: [PATCH v2] gpio: set device type for GPIO chips
From: Bartosz Golaszewski
Date: Thu Feb 08 2024 - 04:39:16 EST
On Mon, Feb 5, 2024 at 11:08 AM Bartosz Golaszewski <brgl@xxxxxxxx> wrote:
>
> From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
>
> It's useful to have the device type information for those sub-devices
> that are actually GPIO chips registered with GPIOLIB. While at it: use
> the device type struct to setup the release callback which is the
> preferred way to use the device API.
>
> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
> ---
Patch applied.
Bart