summaryrefslogtreecommitdiffstats
path: root/drivers/auxdisplay
AgeCommit message (Expand)Author
2022-03-08auxdisplay: lcd2s: Use proper API to free the instance of charlcd objectAndy Shevchenko
2022-03-08auxdisplay: lcd2s: Fix memory leak in ->remove()Andy Shevchenko
2022-03-08auxdisplay: lcd2s: Fix lcd2s_redefine_char() featureAndy Shevchenko
2022-01-11auxdisplay: charlcd: checking for pointer reference before dereferencingLuiz Sampaio
2021-11-18auxdisplay: ht16k33: Fix frame buffer device blankingGeert Uytterhoeven
2021-11-18auxdisplay: ht16k33: Connect backlight to fbdevGeert Uytterhoeven
2021-11-18auxdisplay: img-ascii-lcd: Fix lock-up when displaying empty stringGeert Uytterhoeven
2021-07-16auxdisplay: Replace symbolic permissions with octal permissionsJinchao Wang
2021-07-16auxdisplay: ks0108: Switch to use module_parport_driver()Andy Shevchenko
2021-07-16auxdisplay: charlcd: Drop unneeded initializers and switch to C99 styleAndy Shevchenko
2021-07-16auxdisplay: hd44780: Fix oops on module unloadingLars Poeschel
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada
2021-03-16auxdisplay: Remove in_interrupt() usage.Sebastian Andrzej Siewior
2021-02-26treewide: Miguel has movedMiguel Ojeda
2021-01-25auxdisplay: Fix duplicate CHARLCD config symbolGeert Uytterhoeven
2021-01-25auxdisplay: ht16k33: Fix refresh rate handlingGeert Uytterhoeven
2021-01-25dt-bindings: auxdisplay: ht16k33: Keyscan function should be optionalRobin van der Gracht
2020-11-16auxdisplay: panel: Remove redundant charlcd_ops structuresLars Poeschel
2020-11-16auxdisplay: panel: Fix missing print function pointerLars Poeschel
2020-11-14auxdisplay: fix platform_no_drv_owner.cocci warningskernel test robot
2020-11-09auxdisplay: fix use after free in lcd2s_i2c_remove()Dan Carpenter
2020-11-09auxdisplay: hd44780_common: Fix build errorLars Poeschel
2020-11-04auxdisplay: add a driver for lcd2s character displayLars Poeschel
2020-11-04auxdisplay: charlcd: Do not print chars at end of lineLars Poeschel
2020-11-04auxdisplay: Change gotoxy calling interfaceLars Poeschel
2020-11-04auxdisplay: charlcd: replace last device specific stuffLars Poeschel
2020-11-04auxdisplay: hd44780: Remove clear_fastLars Poeschel
2020-11-04auxdisplay: hd44780_common: Reduce clear_display timeoutLars Poeschel
2020-11-04auxdisplay: Call charlcd_backlight in placeLars Poeschel
2020-11-04auxdisplay: Move char redefine code to hd44780_commonLars Poeschel
2020-11-04auxdisplay: cleanup unnecessary hd44780 code in charlcdLars Poeschel
2020-11-04auxdisplay: implement various hd44780_common_ functionsLars Poeschel
2020-11-04auxdisplay: Move init_display to hd44780_commonLars Poeschel
2020-11-04auxdisplay: Make use of enum for backlight on / offLars Poeschel
2020-11-04auxdisplay: make charlcd_backlight visible 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: hd44780_common_printLars Poeschel
2020-11-04auxdisplay: Move addr out of charlcd_privLars 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 ifwidth to struct 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-09-05Merge tags 'auxdisplay-for-linus-v5.9-rc4', 'clang-format-for-linus-v5.9-rc4'...Linus Torvalds
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-08auxdisplay: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-08-06Merge tag 'auxdisplay-for-linus-v5.9-rc1' of git://github.com/ojeda/linuxLinus Torvalds