mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v1 0/7] auxdisplay: arm-charlcd: refactor with modern APIs
@ 2025-12-29 13:52 Andy Shevchenko
  2025-12-29 13:52 ` [PATCH v1 1/7] auxdisplay: arm-charlcd: convert to use device managed APIs Andy Shevchenko
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Andy Shevchenko @ 2025-12-29 13:52 UTC (permalink / raw)
  To: Andy Shevchenko, linux-kernel; +Cc: Andy Shevchenko, Geert Uytterhoeven

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


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2026-01-09 16:16 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-29 13:52 [PATCH v1 0/7] auxdisplay: arm-charlcd: refactor with modern APIs Andy Shevchenko
2025-12-29 13:52 ` [PATCH v1 1/7] auxdisplay: arm-charlcd: convert to use device managed APIs Andy Shevchenko
2025-12-29 13:52 ` [PATCH v1 2/7] auxdisplay: arm-charlcd: Remove unneeded info message Andy Shevchenko
2025-12-29 13:52 ` [PATCH v1 3/7] auxdisplay: arm-charlcd: drop of_match_ptr() Andy Shevchenko
2025-12-29 13:52 ` [PATCH v1 4/7] auxdisplay: arm-charlcd: Don't use "proxy" headers Andy Shevchenko
2025-12-29 13:52 ` [PATCH v1 5/7] auxdisplay: arm-charlcd: Use readl_poll_timeout Andy Shevchenko
2025-12-29 13:52 ` [PATCH v1 6/7] auxdisplay: arm-charlcd: Join string literals back Andy Shevchenko
2025-12-29 13:52 ` [PATCH v1 7/7] auxdisplay: arm-charlcd: Remove redundant ternary operators Andy Shevchenko
2026-01-07 21:06 ` [PATCH v1 0/7] auxdisplay: arm-charlcd: refactor with modern APIs Andy Shevchenko
2026-01-07 21:08   ` Andy Shevchenko
2026-01-09 11:30     ` Andy Shevchenko
2026-01-09 14:29     ` Linus Walleij
2026-01-09 16:15       ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome