aboutsummaryrefslogtreecommitdiff
path: root/drivers/auxdisplay/hd44780.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12auxdisplay: hd44780: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-3/+2
2022-12-12auxdisplay: hd44780: Fix potential memory leak in hd44780_remove()Gravatar Jianglei Nie 1-0/+2
2021-07-16auxdisplay: hd44780: Fix oops on module unloadingGravatar Lars Poeschel 1-1/+1
2020-11-04auxdisplay: Move char redefine code to hd44780_commonGravatar Lars Poeschel 1-0/+2
2020-11-04auxdisplay: implement various hd44780_common_ functionsGravatar Lars Poeschel 1-0/+14
2020-11-04auxdisplay: Move init_display to hd44780_commonGravatar Lars Poeschel 1-0/+2
2020-11-04auxdisplay: Move clear_display to hd44780_commonGravatar Lars Poeschel 1-0/+2
2020-11-04auxdisplay: add home to charlcd_opsGravatar Lars Poeschel 1-0/+2
2020-11-04auxdisplay: provide hd44780_common_gotoxyGravatar Lars Poeschel 1-0/+2
2020-11-04auxdisplay: hd44780_common_printGravatar Lars Poeschel 1-0/+2
2020-11-04auxdisplay: Move write_cmd pointers to hd44780 driversGravatar Lars Poeschel 1-9/+6
2020-11-04auxdisplay: Move write_data pointer to hd44780_commonGravatar Lars Poeschel 1-7/+9
2020-11-04auxdisplay: Move ifwidth to struct hd44780_commonGravatar Lars Poeschel 1-1/+1
2020-11-04auxdisplay: Move hwidth and bwidth to struct hd44780_commonGravatar Lars Poeschel 1-9/+15
2020-11-04auxdisplay: Introduce hd44780_common.[ch]Gravatar Lars Poeschel 1-14/+29
2020-11-04auxdisplay: Use an enum for charlcd backlight on/off opsGravatar Lars Poeschel 1-1/+1
2019-08-08auxdisplay: charlcd: move charlcd.h to drivers/auxdisplayGravatar Masahiro Yamada 1-2/+1
2019-03-17auxdisplay: hd44780: Convert to use charlcd_free()Gravatar Andy Shevchenko 1-2/+2
2019-03-17auxdisplay: hd44780: Fix memory leak on ->remove()Gravatar Andy Shevchenko 1-0/+2
2018-09-13gpiolib: Pass array info to get/set array functionsGravatar Janusz Krzysztofik 1-4/+4
2018-09-13gpiolib: Pass bitmaps, not integer arrays, to get/set arrayGravatar Janusz Krzysztofik 1-39/+20
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hGravatar Randy Dunlap 1-0/+1
2018-04-12auxdisplay: Replace licenses with SPDX identifiersGravatar Miguel Ojeda 1-5/+1
2017-04-08auxdisplay: hd44780: Fix DT properties to include units of measurementGravatar Geert Uytterhoeven 1-2/+3
2017-03-17auxdisplay: Add HD44780 Character LCD supportGravatar Geert Uytterhoeven 1-0/+325