Re: [PATCH v3] drivers: gpio: zevio: drop of_gpio.h header

From: Bartosz Golaszewski
Date: Sat May 14 2022 - 08:42:56 EST


On Thu, May 12, 2022 at 9:14 AM Moses Christopher Bollavarapu
<mosescb.dev@xxxxxxxxx> wrote:
>
> Remove of_gpio.h header file, replace of_* functions and structs
> with appropriate alternatives.
>
> Signed-off-by: Moses Christopher Bollavarapu <mosescb.dev@xxxxxxxxx>
> ---
> V2 -> V3: Add missing return in front of dev_error_probe
> V1 -> V2: Move gpio_chip member to top of the struct
> Use dev_error_probe instead of dev_err
> Minor style fixes
>

Applied and tweaked the commit subject a bit (dropped "drivers: ").

Bart