| Commit message (Expand) | Author | Age | Files | Lines |
* | parport: Remove parport_driver.devmodel | Dr. David Alan Gilbert | 2024-07-03 | 1 | -1/+0 |
* | auxdisplay: panel: Switch to use module_parport_driver() | Andy Shevchenko | 2024-02-15 | 1 | -113/+89 |
* | auxdisplay: panel: Replace deprecated strncpy() with strtomem_pad() | Justin Stitt | 2023-09-29 | 1 | -4/+3 |
* | treewide: remove editor modelines and cruft | Masahiro Yamada | 2021-05-07 | 1 | -7/+0 |
* | auxdisplay: panel: Remove redundant charlcd_ops structures | Lars Poeschel | 2020-11-16 | 1 | -38/+4 |
* | auxdisplay: panel: Fix missing print function pointer | Lars Poeschel | 2020-11-16 | 1 | -0/+3 |
* | auxdisplay: hd44780: Remove clear_fast | Lars Poeschel | 2020-11-04 | 1 | -67/+0 |
* | auxdisplay: Move char redefine code to hd44780_common | Lars Poeschel | 2020-11-04 | 1 | -0/+3 |
* | auxdisplay: implement various hd44780_common_ functions | Lars Poeschel | 2020-11-04 | 1 | -0/+21 |
* | auxdisplay: Move init_display to hd44780_common | Lars Poeschel | 2020-11-04 | 1 | -0/+3 |
* | auxdisplay: Move clear_display to hd44780_common | Lars Poeschel | 2020-11-04 | 1 | -0/+3 |
* | auxdisplay: add home to charlcd_ops | Lars Poeschel | 2020-11-04 | 1 | -0/+3 |
* | auxdisplay: provide hd44780_common_gotoxy | Lars Poeschel | 2020-11-04 | 1 | -0/+3 |
* | auxdisplay: Move write_cmd pointers to hd44780 drivers | Lars Poeschel | 2020-11-04 | 1 | -6/+6 |
* | auxdisplay: Move write_data pointer to hd44780_common | Lars Poeschel | 2020-11-04 | 1 | -6/+6 |
* | auxdisplay: Move hwidth and bwidth to struct hd44780_common | Lars Poeschel | 2020-11-04 | 1 | -22/+23 |
* | auxdisplay: Introduce hd44780_common.[ch] | Lars Poeschel | 2020-11-04 | 1 | -3/+15 |
* | auxdisplay: Use an enum for charlcd backlight on/off ops | Lars Poeschel | 2020-11-04 | 1 | -1/+1 |
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-24 | 1 | -3/+3 |
* | misc: cleanup minor number definitions in c file into miscdevice.h | Zhenzhong Duan | 2020-03-18 | 1 | -2/+0 |
* | auxdisplay: charlcd: move charlcd.h to drivers/auxdisplay | Masahiro Yamada | 2019-08-08 | 1 | -1/+1 |
* | auxdisplay: panel: need to delete scan_timer when misc_register fails in pane... | zhengbin | 2019-08-05 | 1 | -0/+2 |
* | auxdisplay: panel: Convert to use charlcd_free() | Andy Shevchenko | 2019-03-17 | 1 | -2/+2 |
* | Compiler Attributes: auxdisplay: panel: use __nonstring | Miguel Ojeda | 2018-09-30 | 1 | -4/+3 |
* | auxdisplay: Replace licenses with SPDX identifiers | Miguel Ojeda | 2018-04-12 | 1 | -5/+1 |
* | auxdisplay: panel: Change comments to silence fallthrough warnings | Miguel Ojeda | 2018-03-13 | 1 | -3/+3 |
* | auxdisplay: Convert timers to use timer_setup() | Kees Cook | 2017-11-02 | 1 | -2/+2 |
* | auxdisplay: charlcd: properly restore atomic counter on error path | Willy Tarreau | 2017-09-18 | 1 | -2/+9 |
* | auxdisplay: constify charlcd_ops. | Arvind Yadav | 2017-07-17 | 1 | -3/+3 |
* | auxdisplay: Convert list_for_each to entry variant | Wei Yongjun | 2017-05-25 | 1 | -4/+1 |
* | auxdisplay: Move panel.c to drivers/auxdisplay folder | Andy Shevchenko | 2017-04-08 | 1 | -0/+1796 |