]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/panel: ilitek-ili9882t: use gpiod_set_value_cansleep()
authorJohn Keeping <jkeeping@inmusicbrands.com>
Tue, 3 Mar 2026 15:21:24 +0000 (15:21 +0000)
committerNeil Armstrong <neil.armstrong@linaro.org>
Tue, 10 Mar 2026 13:26:01 +0000 (14:26 +0100)
commitb26c17c924ff9ecae6312e1947cc6c1b561b40a7
treebba890ee7567bb4e64ab1b7e92ddf380c8569afc
parent5c19c4ed5ae45553380afa6de7cd17d4e5bef827
drm/panel: ilitek-ili9882t: use gpiod_set_value_cansleep()

All of these GPIO calls are in process context where they can sleep.
Use the appropriate function call to allow use of this driver with GPIO
controllers that might sleep.

Signed-off-by: John Keeping <jkeeping@inmusicbrands.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://patch.msgid.link/20260303152124.187791-1-jkeeping@inmusicbrands.com
drivers/gpu/drm/panel/panel-ilitek-ili9882t.c