summaryrefslogtreecommitdiff
path: root/drivers/auxdisplay/line-display.c
AgeCommit message (Expand)Author
2024-02-26auxdisplay: linedisp: Allocate buffer for the stringAndy Shevchenko
2024-02-15auxdisplay: linedisp: Add support for overriding character mappingAndy Shevchenko
2024-02-15auxdisplay: linedisp: Provide struct linedisp_ops for future extensionAndy Shevchenko
2024-02-15auxdisplay: linedisp: Move exported symbols to a namespaceAndy Shevchenko
2024-02-15auxdisplay: linedisp: Add missing header(s)Andy Shevchenko
2024-02-15auxdisplay: linedisp: Unshadow error codes in ->store()Andy Shevchenko
2024-02-15auxdisplay: linedisp: Use unique number for idAndy Shevchenko
2024-02-15auxdisplay: linedisp: Free allocated resources in ->release()Andy Shevchenko
2021-10-21auxdisplay: linedisp: Add support for changing scroll rateGeert Uytterhoeven
2021-10-21auxdisplay: linedisp: Use kmemdup_nul() helperGeert Uytterhoeven
2021-10-21auxdisplay: Extract character line display core supportGeert Uytterhoeven