aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/auxdisplay/line-display.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-4/+4
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-2/+2
2024-06-04auxdisplay: linedisp: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-04auxdisplay: linedisp: Support configuring the boot messageChris Packham1-1/+9
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