aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/auxdisplay/line-display.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-26auxdisplay: linedisp: Allocate buffer for the stringAndy Shevchenko1-4/+7
2024-02-15auxdisplay: linedisp: Add support for overriding character mappingAndy Shevchenko1-2/+109
2024-02-15auxdisplay: linedisp: Provide struct linedisp_ops for future extensionAndy Shevchenko1-5/+5
2024-02-15auxdisplay: linedisp: Move exported symbols to a namespaceAndy Shevchenko1-2/+2
2024-02-15auxdisplay: linedisp: Add missing header(s)Andy Shevchenko1-0/+3
2024-02-15auxdisplay: linedisp: Unshadow error codes in ->store()Andy Shevchenko1-2/+5
2024-02-15auxdisplay: linedisp: Use unique number for idAndy Shevchenko1-3/+10
2024-02-15auxdisplay: linedisp: Free allocated resources in ->release()Andy Shevchenko1-1/+8
2021-10-21auxdisplay: linedisp: Add support for changing scroll rateGeert Uytterhoeven1-2/+35
2021-10-21auxdisplay: linedisp: Use kmemdup_nul() helperGeert Uytterhoeven1-4/+1
2021-10-21auxdisplay: Extract character line display core supportGeert Uytterhoeven1-0/+231