summaryrefslogtreecommitdiffstats
path: root/drivers/auxdisplay/line-display.c
Commit message (Expand)AuthorAgeFilesLines
* auxdisplay: linedisp: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-041-0/+1
* auxdisplay: linedisp: Support configuring the boot messageChris Packham2024-06-041-1/+9
* auxdisplay: linedisp: Allocate buffer for the stringAndy Shevchenko2024-02-261-4/+7
* auxdisplay: linedisp: Add support for overriding character mappingAndy Shevchenko2024-02-151-2/+109
* auxdisplay: linedisp: Provide struct linedisp_ops for future extensionAndy Shevchenko2024-02-151-5/+5
* auxdisplay: linedisp: Move exported symbols to a namespaceAndy Shevchenko2024-02-151-2/+2
* auxdisplay: linedisp: Add missing header(s)Andy Shevchenko2024-02-151-0/+3
* auxdisplay: linedisp: Unshadow error codes in ->store()Andy Shevchenko2024-02-151-2/+5
* auxdisplay: linedisp: Use unique number for idAndy Shevchenko2024-02-151-3/+10
* auxdisplay: linedisp: Free allocated resources in ->release()Andy Shevchenko2024-02-151-1/+8
* auxdisplay: linedisp: Add support for changing scroll rateGeert Uytterhoeven2021-10-211-2/+35
* auxdisplay: linedisp: Use kmemdup_nul() helperGeert Uytterhoeven2021-10-211-4/+1
* auxdisplay: Extract character line display core supportGeert Uytterhoeven2021-10-211-0/+231