[PATCH v1 0/7] auxdisplay: arm-charlcd: refactor with modern APIs
From: Andy Shevchenko
Date: Mon Dec 29 2025 - 09:24:39 EST
The whole series was induced by the Geert's report on one mistake
in the error path. I looked closely and found a room to refactor
the whole driver to use modern style and APIs.
Not tested.
Andy Shevchenko (7):
auxdisplay: arm-charlcd: convert to use device managed APIs
auxdisplay: arm-charlcd: Remove unneeded info message
auxdisplay: arm-charlcd: drop of_match_ptr()
auxdisplay: arm-charlcd: Don't use "proxy" headers
auxdisplay: arm-charlcd: Use readl_poll_timeout
auxdisplay: arm-charlcd: Join string literals back
auxdisplay: arm-charlcd: Remove redundant ternary operators
drivers/auxdisplay/arm-charlcd.c | 96 ++++++++++----------------------
1 file changed, 28 insertions(+), 68 deletions(-)
--
2.50.1