开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
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