summaryrefslogtreecommitdiffstats
path: root/drivers/auxdisplay/panel.c
AgeCommit message (Expand)Author
2020-11-16auxdisplay: panel: Remove redundant charlcd_ops structuresLars Poeschel
2020-11-16auxdisplay: panel: Fix missing print function pointerLars Poeschel
2020-11-04auxdisplay: hd44780: Remove clear_fastLars Poeschel
2020-11-04auxdisplay: Move char redefine code to hd44780_commonLars Poeschel
2020-11-04auxdisplay: implement various hd44780_common_ functionsLars Poeschel
2020-11-04auxdisplay: Move init_display to hd44780_commonLars Poeschel
2020-11-04auxdisplay: Move clear_display to hd44780_commonLars Poeschel
2020-11-04auxdisplay: add home to charlcd_opsLars Poeschel
2020-11-04auxdisplay: provide hd44780_common_gotoxyLars Poeschel
2020-11-04auxdisplay: Move write_cmd pointers to hd44780 driversLars Poeschel
2020-11-04auxdisplay: Move write_data pointer to hd44780_commonLars Poeschel
2020-11-04auxdisplay: Move hwidth and bwidth to struct hd44780_commonLars Poeschel
2020-11-04auxdisplay: Introduce hd44780_common.[ch]Lars Poeschel
2020-11-04auxdisplay: Use an enum for charlcd backlight on/off opsLars Poeschel
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-03-18misc: cleanup minor number definitions in c file into miscdevice.hZhenzhong Duan
2019-08-08auxdisplay: charlcd: move charlcd.h to drivers/auxdisplayMasahiro Yamada
2019-08-05auxdisplay: panel: need to delete scan_timer when misc_register fails in pane...zhengbin
2019-03-17auxdisplay: panel: Convert to use charlcd_free()Andy Shevchenko
2018-09-30Compiler Attributes: auxdisplay: panel: use __nonstringMiguel Ojeda
2018-04-12auxdisplay: Replace licenses with SPDX identifiersMiguel Ojeda
2018-03-13auxdisplay: panel: Change comments to silence fallthrough warningsMiguel Ojeda
2017-11-02auxdisplay: Convert timers to use timer_setup()Kees Cook
2017-09-18auxdisplay: charlcd: properly restore atomic counter on error pathWilly Tarreau
2017-07-17auxdisplay: constify charlcd_ops.Arvind Yadav
2017-05-25auxdisplay: Convert list_for_each to entry variantWei Yongjun
2017-04-08auxdisplay: Move panel.c to drivers/auxdisplay folderAndy Shevchenko