aboutsummaryrefslogtreecommitdiff
path: root/drivers/auxdisplay/panel.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-15auxdisplay: panel: Switch to use module_parport_driver()Gravatar Andy Shevchenko 1-113/+89
2023-09-29auxdisplay: panel: Replace deprecated strncpy() with strtomem_pad()Gravatar Justin Stitt 1-4/+3
2021-05-07treewide: remove editor modelines and cruftGravatar Masahiro Yamada 1-7/+0
2020-11-16auxdisplay: panel: Remove redundant charlcd_ops structuresGravatar Lars Poeschel 1-38/+4
2020-11-16auxdisplay: panel: Fix missing print function pointerGravatar Lars Poeschel 1-0/+3
2020-11-04auxdisplay: hd44780: Remove clear_fastGravatar Lars Poeschel 1-67/+0
2020-11-04auxdisplay: Move char redefine code to hd44780_commonGravatar Lars Poeschel 1-0/+3
2020-11-04auxdisplay: implement various hd44780_common_ functionsGravatar Lars Poeschel 1-0/+21
2020-11-04auxdisplay: Move init_display to hd44780_commonGravatar Lars Poeschel 1-0/+3
2020-11-04auxdisplay: Move clear_display to hd44780_commonGravatar Lars Poeschel 1-0/+3
2020-11-04auxdisplay: add home to charlcd_opsGravatar Lars Poeschel 1-0/+3
2020-11-04auxdisplay: provide hd44780_common_gotoxyGravatar Lars Poeschel 1-0/+3
2020-11-04auxdisplay: Move write_cmd pointers to hd44780 driversGravatar Lars Poeschel 1-6/+6
2020-11-04auxdisplay: Move write_data pointer to hd44780_commonGravatar Lars Poeschel 1-6/+6
2020-11-04auxdisplay: Move hwidth and bwidth to struct hd44780_commonGravatar Lars Poeschel 1-22/+23
2020-11-04auxdisplay: Introduce hd44780_common.[ch]Gravatar Lars Poeschel 1-3/+15
2020-11-04auxdisplay: Use an enum for charlcd backlight on/off opsGravatar Lars Poeschel 1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-3/+3
2020-03-18misc: cleanup minor number definitions in c file into miscdevice.hGravatar Zhenzhong Duan 1-2/+0
2019-08-08auxdisplay: charlcd: move charlcd.h to drivers/auxdisplayGravatar Masahiro Yamada 1-1/+1
2019-08-05auxdisplay: panel: need to delete scan_timer when misc_register fails in pane...Gravatar zhengbin 1-0/+2
2019-03-17auxdisplay: panel: Convert to use charlcd_free()Gravatar Andy Shevchenko 1-2/+2
2018-09-30Compiler Attributes: auxdisplay: panel: use __nonstringGravatar Miguel Ojeda 1-4/+3
2018-04-12auxdisplay: Replace licenses with SPDX identifiersGravatar Miguel Ojeda 1-5/+1
2018-03-13auxdisplay: panel: Change comments to silence fallthrough warningsGravatar Miguel Ojeda 1-3/+3
2017-11-02auxdisplay: Convert timers to use timer_setup()Gravatar Kees Cook 1-2/+2
2017-09-18auxdisplay: charlcd: properly restore atomic counter on error pathGravatar Willy Tarreau 1-2/+9
2017-07-17auxdisplay: constify charlcd_ops.Gravatar Arvind Yadav 1-3/+3
2017-05-25auxdisplay: Convert list_for_each to entry variantGravatar Wei Yongjun 1-4/+1
2017-04-08auxdisplay: Move panel.c to drivers/auxdisplay folderGravatar Andy Shevchenko 1-0/+1796