summaryrefslogtreecommitdiff
path: root/drivers/auxdisplay/panel.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-15auxdisplay: panel: Switch to use module_parport_driver()Andy Shevchenko1-113/+89
2023-09-29auxdisplay: panel: Replace deprecated strncpy() with strtomem_pad()Justin Stitt1-4/+3
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada1-7/+0
2020-11-16auxdisplay: panel: Remove redundant charlcd_ops structuresLars Poeschel1-38/+4
2020-11-16auxdisplay: panel: Fix missing print function pointerLars Poeschel1-0/+3
2020-11-04auxdisplay: hd44780: Remove clear_fastLars Poeschel1-67/+0
2020-11-04auxdisplay: Move char redefine code to hd44780_commonLars Poeschel1-0/+3
2020-11-04auxdisplay: implement various hd44780_common_ functionsLars Poeschel1-0/+21
2020-11-04auxdisplay: Move init_display to hd44780_commonLars Poeschel1-0/+3
2020-11-04auxdisplay: Move clear_display to hd44780_commonLars Poeschel1-0/+3
2020-11-04auxdisplay: add home to charlcd_opsLars Poeschel1-0/+3
2020-11-04auxdisplay: provide hd44780_common_gotoxyLars Poeschel1-0/+3
2020-11-04auxdisplay: Move write_cmd pointers to hd44780 driversLars Poeschel1-6/+6
2020-11-04auxdisplay: Move write_data pointer to hd44780_commonLars Poeschel1-6/+6
2020-11-04auxdisplay: Move hwidth and bwidth to struct hd44780_commonLars Poeschel1-22/+23
2020-11-04auxdisplay: Introduce hd44780_common.[ch]Lars Poeschel1-3/+15
2020-11-04auxdisplay: Use an enum for charlcd backlight on/off opsLars Poeschel1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-03-18misc: cleanup minor number definitions in c file into miscdevice.hZhenzhong Duan1-2/+0
2019-08-08auxdisplay: charlcd: move charlcd.h to drivers/auxdisplayMasahiro Yamada1-1/+1
2019-08-05auxdisplay: panel: need to delete scan_timer when misc_register fails in pane...zhengbin1-0/+2
2019-03-17auxdisplay: panel: Convert to use charlcd_free()Andy Shevchenko1-2/+2
2018-09-30Compiler Attributes: auxdisplay: panel: use __nonstringMiguel Ojeda1-4/+3
2018-04-12auxdisplay: Replace licenses with SPDX identifiersMiguel Ojeda1-5/+1
2018-03-13auxdisplay: panel: Change comments to silence fallthrough warningsMiguel Ojeda1-3/+3
2017-11-02auxdisplay: Convert timers to use timer_setup()Kees Cook1-2/+2
2017-09-18auxdisplay: charlcd: properly restore atomic counter on error pathWilly Tarreau1-2/+9
2017-07-17auxdisplay: constify charlcd_ops.Arvind Yadav1-3/+3
2017-05-25auxdisplay: Convert list_for_each to entry variantWei Yongjun1-4/+1
2017-04-08auxdisplay: Move panel.c to drivers/auxdisplay folderAndy Shevchenko1-0/+1796