Re: [PATCH] drm/exynos/decon5433: Clean up GPIO includes

2021-03-15 Thread tiantao (H)
在 2021/3/15 14:35, Inki Dae 写道: Hi Tian Tao, 21. 3. 2. 오후 12:03에 Tian Tao 이(가) 쓴 글: remove the legacy GPIO headers but what it really uses is since only gpio_desc structs are ever referenced. This driver doesn't reference even linux/gpio/consumer.h so could you drop only of_gpio.h

Re: [PATCH] drm/exynos/decon5433: Clean up GPIO includes

2021-03-15 Thread tiantao (H)
在 2021/3/15 14:35, Inki Dae 写道: Hi Tian Tao, 21. 3. 2. 오후 12:03에 Tian Tao 이(가) 쓴 글: remove the legacy GPIO headers but what it really uses is since only gpio_desc structs are ever referenced. This driver doesn't reference even linux/gpio/consumer.h so could you drop only of_gpio.h

Re: [PATCH] drm/exynos/decon5433: Clean up GPIO includes

2021-03-15 Thread Inki Dae
21. 3. 15. 오후 3:45에 tiantao (H) 이(가) 쓴 글: > > 在 2021/3/15 14:35, Inki Dae 写道: >> Hi Tian Tao, >> >> 21. 3. 2. 오후 12:03에 Tian Tao 이(가) 쓴 글: >>> remove the legacy GPIO headers but what it really >>> uses is since only gpio_desc structs are ever >>> referenced. >> This driver doesn't reference

Re: [PATCH] drm/exynos/decon5433: Clean up GPIO includes

2021-03-15 Thread Inki Dae
Hi Tian Tao, 21. 3. 2. 오후 12:03에 Tian Tao 이(가) 쓴 글: > remove the legacy GPIO headers but what it really > uses is since only gpio_desc structs are ever > referenced. This driver doesn't reference even linux/gpio/consumer.h so could you drop only of_gpio.h inclusion? Thanks, Inki Dae > >

[PATCH] drm/exynos/decon5433: Clean up GPIO includes

2021-03-01 Thread Tian Tao
remove the legacy GPIO headers but what it really uses is since only gpio_desc structs are ever referenced. Signed-off-by: Tian Tao --- drivers/gpu/drm/exynos/exynos5433_drm_decon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git