aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/auxdisplay/hd44780.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-04auxdisplay: Move char redefine code to hd44780_commonLars Poeschel1-0/+2
2020-11-04auxdisplay: implement various hd44780_common_ functionsLars Poeschel1-0/+14
2020-11-04auxdisplay: Move init_display to hd44780_commonLars Poeschel1-0/+2
2020-11-04auxdisplay: Move clear_display to hd44780_commonLars Poeschel1-0/+2
2020-11-04auxdisplay: add home to charlcd_opsLars Poeschel1-0/+2
2020-11-04auxdisplay: provide hd44780_common_gotoxyLars Poeschel1-0/+2
2020-11-04auxdisplay: hd44780_common_printLars Poeschel1-0/+2
2020-11-04auxdisplay: Move write_cmd pointers to hd44780 driversLars Poeschel1-9/+6
2020-11-04auxdisplay: Move write_data pointer to hd44780_commonLars Poeschel1-7/+9
2020-11-04auxdisplay: Move ifwidth to struct hd44780_commonLars Poeschel1-1/+1
2020-11-04auxdisplay: Move hwidth and bwidth to struct hd44780_commonLars Poeschel1-9/+15
2020-11-04auxdisplay: Introduce hd44780_common.[ch]Lars Poeschel1-14/+29
2020-11-04auxdisplay: Use an enum for charlcd backlight on/off opsLars Poeschel1-1/+1
2019-08-08auxdisplay: charlcd: move charlcd.h to drivers/auxdisplayMasahiro Yamada1-2/+1
2019-03-17auxdisplay: hd44780: Convert to use charlcd_free()Andy Shevchenko1-2/+2
2019-03-17auxdisplay: hd44780: Fix memory leak on ->remove()Andy Shevchenko1-0/+2
2018-09-13gpiolib: Pass array info to get/set array functionsJanusz Krzysztofik1-4/+4
2018-09-13gpiolib: Pass bitmaps, not integer arrays, to get/set arrayJanusz Krzysztofik1-39/+20
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap1-0/+1
2018-04-12auxdisplay: Replace licenses with SPDX identifiersMiguel Ojeda1-5/+1
2017-04-08auxdisplay: hd44780: Fix DT properties to include units of measurementGeert Uytterhoeven1-2/+3
2017-03-17auxdisplay: Add HD44780 Character LCD supportGeert Uytterhoeven1-0/+325