summaryrefslogtreecommitdiffstats
path: root/drivers/auxdisplay
AgeCommit message (Expand)AuthorLines
2022-12-12auxdisplay: hd44780: Fix potential memory leak in hd44780_remove()Jianglei Nie-0/+2
2022-08-16i2c: Make remove callback return voidUwe Kleine-König-5/+2
2022-03-18auxdisplay: lcd2s: Use array size explicitly in lcd2s_gotoxy()Andy Shevchenko-1/+1
2022-03-18auxdisplay: lcd2s: Switch to i2c ->probe_new()Andy Shevchenko-3/+2
2022-03-18auxdisplay: lcd2s: use module_i2c_driver to simplify the codeAndy Shevchenko-18/+1
2022-03-18auxdisplay: lcd2s: make use of device property APIAndy Shevchenko-5/+3
2022-03-18auxdisplay: lcd2s: Fix multi-line comment styleAndy Shevchenko-11/+10
2022-03-03auxdisplay: lcd2s: Use proper API to free the instance of charlcd objectAndy Shevchenko-2/+2
2022-03-03auxdisplay: lcd2s: Fix memory leak in ->remove()Andy Shevchenko-11/+7
2022-03-03auxdisplay: lcd2s: Fix lcd2s_redefine_char() featureAndy Shevchenko-1/+1
2021-11-24auxdisplay: charlcd: checking for pointer reference before dereferencingLuiz Sampaio-0/+3
2021-11-24auxdisplay: charlcd: fixing coding style issueLuiz Sampaio-1/+1
2021-10-22auxdisplay: cfag12864bfb: code indent should use tabs where possibleHuiquan Deng-3/+3
2021-10-22auxdisplay: ht16k33: remove superfluous header filesMianhan Liu-1/+0
2021-10-22auxdisplay: ks0108: remove superfluous header filesMianhan Liu-3/+0
2021-10-22auxdisplay: cfag12864bfb: remove superfluous header filesMianhan Liu-3/+0
2021-10-21auxdisplay: ht16k33: Make use of device propertiesGeert Uytterhoeven-16/+13
2021-10-21auxdisplay: ht16k33: Add LED supportGeert Uytterhoeven-16/+112
2021-10-21auxdisplay: ht16k33: Add support for segment displaysGeert Uytterhoeven-7/+190
2021-10-21auxdisplay: ht16k33: Extract frame buffer probingGeert Uytterhoeven-48/+53
2021-10-21auxdisplay: ht16k33: Extract ht16k33_brightness_set()Geert Uytterhoeven-6/+19
2021-10-21auxdisplay: ht16k33: Move delayed workGeert Uytterhoeven-8/+7
2021-10-21auxdisplay: ht16k33: Add helper variable devGeert Uytterhoeven-21/+22
2021-10-21auxdisplay: ht16k33: Convert to simple i2c probe functionGeert Uytterhoeven-3/+2
2021-10-21auxdisplay: ht16k33: Remove unneeded error check in keypad probe()Geert Uytterhoeven-5/+1
2021-10-21auxdisplay: ht16k33: Use HT16K33_FB_SIZE in ht16k33_initialize()Geert Uytterhoeven-1/+1
2021-10-21auxdisplay: ht16k33: Fix frame buffer device blankingGeert Uytterhoeven-0/+10
2021-10-21auxdisplay: ht16k33: Connect backlight to fbdevGeert Uytterhoeven-28/+28
2021-10-21auxdisplay: linedisp: Add support for changing scroll rateGeert Uytterhoeven-2/+35
2021-10-21auxdisplay: linedisp: Use kmemdup_nul() helperGeert Uytterhoeven-4/+1
2021-10-21auxdisplay: Extract character line display core supportGeert Uytterhoeven-174/+312
2021-10-21auxdisplay: img-ascii-lcd: Convert device attribute to sysfs_emit()Geert Uytterhoeven-1/+1
2021-10-21auxdisplay: img-ascii-lcd: Add helper variable devGeert Uytterhoeven-7/+6
2021-10-21auxdisplay: img-ascii-lcd: Fix lock-up when displaying empty stringGeert Uytterhoeven-0/+10
2021-07-16auxdisplay: Replace symbolic permissions with octal permissionsJinchao Wang-3/+3
2021-07-16auxdisplay: ks0108: Switch to use module_parport_driver()Andy Shevchenko-13/+1
2021-07-16auxdisplay: charlcd: Drop unneeded initializers and switch to C99 styleAndy Shevchenko-3/+1
2021-07-16auxdisplay: hd44780: Fix oops on module unloadingLars Poeschel-1/+1
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada-7/+0
2021-03-16auxdisplay: Remove in_interrupt() usage.Sebastian Andrzej Siewior-10/+8
2021-02-26treewide: Miguel has movedMiguel Ojeda-6/+6
2021-01-25auxdisplay: Fix duplicate CHARLCD config symbolGeert Uytterhoeven-3/+0
2021-01-25auxdisplay: ht16k33: Fix refresh rate handlingGeert Uytterhoeven-2/+1
2021-01-25dt-bindings: auxdisplay: ht16k33: Keyscan function should be optionalRobin van der Gracht-8/+6
2020-11-16auxdisplay: panel: Remove redundant charlcd_ops structuresLars Poeschel-38/+4
2020-11-16auxdisplay: panel: Fix missing print function pointerLars Poeschel-0/+3
2020-11-14auxdisplay: fix platform_no_drv_owner.cocci warningskernel test robot-1/+0
2020-11-09auxdisplay: fix use after free in lcd2s_i2c_remove()Dan Carpenter-1/+1
2020-11-09auxdisplay: hd44780_common: Fix build errorLars Poeschel-2/+1
2020-11-04auxdisplay: add a driver for lcd2s character displayLars Poeschel-0/+414