Re: [PATCH] drm/exynos: Replace legacy gpio interface for gpiod interface

2021-11-09 Thread Inki Dae
Hi, 21. 11. 2. 오전 11:20에 Maíra Canal 이(가) 쓴 글: > Considering the current transition of the GPIO subsystem, remove all > dependencies of the legacy GPIO interface (linux/gpio.h and linux > /of_gpio.h) and replace it with the descriptor-based GPIO approach. > Applied. Thanks, Inki Dae >

[PATCH] drm/exynos: Replace legacy gpio interface for gpiod interface

2021-11-01 Thread Maíra Canal
Considering the current transition of the GPIO subsystem, remove all dependencies of the legacy GPIO interface (linux/gpio.h and linux /of_gpio.h) and replace it with the descriptor-based GPIO approach. Signed-off-by: Maíra Canal --- drivers/gpu/drm/exynos/exynos_drm_dsi.c | 42