summaryrefslogtreecommitdiffstats
path: root/drivers/auxdisplay
AgeCommit message (Expand)AuthorLines
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
2020-11-04auxdisplay: charlcd: Do not print chars at end of lineLars Poeschel-0/+3
2020-11-04auxdisplay: Change gotoxy calling interfaceLars Poeschel-16/+13
2020-11-04auxdisplay: charlcd: replace last device specific stuffLars Poeschel-8/+3
2020-11-04auxdisplay: hd44780: Remove clear_fastLars Poeschel-87/+8
2020-11-04auxdisplay: hd44780_common: Reduce clear_display timeoutLars Poeschel-2/+2
2020-11-04auxdisplay: Call charlcd_backlight in placeLars Poeschel-8/+6
2020-11-04auxdisplay: Move char redefine code to hd44780_commonLars Poeschel-55/+70
2020-11-04auxdisplay: cleanup unnecessary hd44780 code in charlcdLars Poeschel-31/+1
2020-11-04auxdisplay: implement various hd44780_common_ functionsLars Poeschel-27/+249
2020-11-04auxdisplay: Move init_display to hd44780_commonLars Poeschel-89/+110
2020-11-04auxdisplay: Make use of enum for backlight on / offLars Poeschel-3/+3
2020-11-04auxdisplay: make charlcd_backlight visible to hd44780_commonLars Poeschel-1/+3