summaryrefslogtreecommitdiffstats
path: root/drivers/auxdisplay/hd44780.c
Commit message (Expand)AuthorAgeFilesLines
* auxdisplay: hd44780: Fix potential memory leak in hd44780_remove()Jianglei Nie2022-12-121-0/+2
* auxdisplay: hd44780: Fix oops on module unloadingLars Poeschel2021-07-161-1/+1
* auxdisplay: Move char redefine code to hd44780_commonLars Poeschel2020-11-041-0/+2
* auxdisplay: implement various hd44780_common_ functionsLars Poeschel2020-11-041-0/+14
* auxdisplay: Move init_display to hd44780_commonLars Poeschel2020-11-041-0/+2
* auxdisplay: Move clear_display to hd44780_commonLars Poeschel2020-11-041-0/+2
* auxdisplay: add home to charlcd_opsLars Poeschel2020-11-041-0/+2
* auxdisplay: provide hd44780_common_gotoxyLars Poeschel2020-11-041-0/+2
* auxdisplay: hd44780_common_printLars Poeschel2020-11-041-0/+2
* auxdisplay: Move write_cmd pointers to hd44780 driversLars Poeschel2020-11-041-9/+6
* auxdisplay: Move write_data pointer to hd44780_commonLars Poeschel2020-11-041-7/+9
* auxdisplay: Move ifwidth to struct hd44780_commonLars Poeschel2020-11-041-1/+1
* auxdisplay: Move hwidth and bwidth to struct hd44780_commonLars Poeschel2020-11-041-9/+15
* auxdisplay: Introduce hd44780_common.[ch]Lars Poeschel2020-11-041-14/+29
* auxdisplay: Use an enum for charlcd backlight on/off opsLars Poeschel2020-11-041-1/+1
* auxdisplay: charlcd: move charlcd.h to drivers/auxdisplayMasahiro Yamada2019-08-081-2/+1
* auxdisplay: hd44780: Convert to use charlcd_free()Andy Shevchenko2019-03-171-2/+2
* auxdisplay: hd44780: Fix memory leak on ->remove()Andy Shevchenko2019-03-171-0/+2
* gpiolib: Pass array info to get/set array functionsJanusz Krzysztofik2018-09-131-4/+4
* gpiolib: Pass bitmaps, not integer arrays, to get/set arrayJanusz Krzysztofik2018-09-131-39/+20
* headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-071-0/+1
* auxdisplay: Replace licenses with SPDX identifiersMiguel Ojeda2018-04-121-5/+1
* auxdisplay: hd44780: Fix DT properties to include units of measurementGeert Uytterhoeven2017-04-081-2/+3
* auxdisplay: Add HD44780 Character LCD supportGeert Uytterhoeven2017-03-171-0/+325