summaryrefslogtreecommitdiff
path: root/drivers/auxdisplay/panel.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove editor modelines and cruftMasahiro Yamada2021-05-071-7/+0
* auxdisplay: panel: Remove redundant charlcd_ops structuresLars Poeschel2020-11-161-38/+4
* auxdisplay: panel: Fix missing print function pointerLars Poeschel2020-11-161-0/+3
* auxdisplay: hd44780: Remove clear_fastLars Poeschel2020-11-041-67/+0
* auxdisplay: Move char redefine code to hd44780_commonLars Poeschel2020-11-041-0/+3
* auxdisplay: implement various hd44780_common_ functionsLars Poeschel2020-11-041-0/+21
* auxdisplay: Move init_display to hd44780_commonLars Poeschel2020-11-041-0/+3
* auxdisplay: Move clear_display to hd44780_commonLars Poeschel2020-11-041-0/+3
* auxdisplay: add home to charlcd_opsLars Poeschel2020-11-041-0/+3
* auxdisplay: provide hd44780_common_gotoxyLars Poeschel2020-11-041-0/+3
* auxdisplay: Move write_cmd pointers to hd44780 driversLars Poeschel2020-11-041-6/+6
* auxdisplay: Move write_data pointer to hd44780_commonLars Poeschel2020-11-041-6/+6
* auxdisplay: Move hwidth and bwidth to struct hd44780_commonLars Poeschel2020-11-041-22/+23
* auxdisplay: Introduce hd44780_common.[ch]Lars Poeschel2020-11-041-3/+15
* auxdisplay: Use an enum for charlcd backlight on/off opsLars Poeschel2020-11-041-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+3
* misc: cleanup minor number definitions in c file into miscdevice.hZhenzhong Duan2020-03-181-2/+0
* auxdisplay: charlcd: move charlcd.h to drivers/auxdisplayMasahiro Yamada2019-08-081-1/+1
* auxdisplay: panel: need to delete scan_timer when misc_register fails in pane...zhengbin2019-08-051-0/+2
* auxdisplay: panel: Convert to use charlcd_free()Andy Shevchenko2019-03-171-2/+2
* Compiler Attributes: auxdisplay: panel: use __nonstringMiguel Ojeda2018-09-301-4/+3
* auxdisplay: Replace licenses with SPDX identifiersMiguel Ojeda2018-04-121-5/+1
* auxdisplay: panel: Change comments to silence fallthrough warningsMiguel Ojeda2018-03-131-3/+3
* auxdisplay: Convert timers to use timer_setup()Kees Cook2017-11-021-2/+2
* auxdisplay: charlcd: properly restore atomic counter on error pathWilly Tarreau2017-09-181-2/+9
* auxdisplay: constify charlcd_ops.Arvind Yadav2017-07-171-3/+3
* auxdisplay: Convert list_for_each to entry variantWei Yongjun2017-05-251-4/+1
* auxdisplay: Move panel.c to drivers/auxdisplay folderAndy Shevchenko2017-04-081-0/+1796