index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
auxdisplay
/
line-display.c
Age
Commit message (
Expand
)
Author
2024-06-04
auxdisplay: linedisp: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
2024-06-04
auxdisplay: linedisp: Support configuring the boot message
Chris Packham
2024-02-26
auxdisplay: linedisp: Allocate buffer for the string
Andy Shevchenko
2024-02-15
auxdisplay: linedisp: Add support for overriding character mapping
Andy Shevchenko
2024-02-15
auxdisplay: linedisp: Provide struct linedisp_ops for future extension
Andy Shevchenko
2024-02-15
auxdisplay: linedisp: Move exported symbols to a namespace
Andy Shevchenko
2024-02-15
auxdisplay: linedisp: Add missing header(s)
Andy Shevchenko
2024-02-15
auxdisplay: linedisp: Unshadow error codes in ->store()
Andy Shevchenko
2024-02-15
auxdisplay: linedisp: Use unique number for id
Andy Shevchenko
2024-02-15
auxdisplay: linedisp: Free allocated resources in ->release()
Andy Shevchenko
2021-10-21
auxdisplay: linedisp: Add support for changing scroll rate
Geert Uytterhoeven
2021-10-21
auxdisplay: linedisp: Use kmemdup_nul() helper
Geert Uytterhoeven
2021-10-21
auxdisplay: Extract character line display core support
Geert Uytterhoeven