summaryrefslogtreecommitdiff
path: root/drivers/auxdisplay
AgeCommit message (Expand)Author
2021-11-24auxdisplay: charlcd: checking for pointer reference before dereferencingLuiz Sampaio
2021-11-24auxdisplay: charlcd: fixing coding style issueLuiz Sampaio
2021-10-22auxdisplay: cfag12864bfb: code indent should use tabs where possibleHuiquan Deng
2021-10-22auxdisplay: ht16k33: remove superfluous header filesMianhan Liu
2021-10-22auxdisplay: ks0108: remove superfluous header filesMianhan Liu
2021-10-22auxdisplay: cfag12864bfb: remove superfluous header filesMianhan Liu
2021-10-21auxdisplay: ht16k33: Make use of device propertiesGeert Uytterhoeven
2021-10-21auxdisplay: ht16k33: Add LED supportGeert Uytterhoeven
2021-10-21auxdisplay: ht16k33: Add support for segment displaysGeert Uytterhoeven
2021-10-21auxdisplay: ht16k33: Extract frame buffer probingGeert Uytterhoeven
2021-10-21auxdisplay: ht16k33: Extract ht16k33_brightness_set()Geert Uytterhoeven
2021-10-21auxdisplay: ht16k33: Move delayed workGeert Uytterhoeven
2021-10-21auxdisplay: ht16k33: Add helper variable devGeert Uytterhoeven
2021-10-21auxdisplay: ht16k33: Convert to simple i2c probe functionGeert Uytterhoeven
2021-10-21auxdisplay: ht16k33: Remove unneeded error check in keypad probe()Geert Uytterhoeven
2021-10-21auxdisplay: ht16k33: Use HT16K33_FB_SIZE in ht16k33_initialize()Geert Uytterhoeven
2021-10-21auxdisplay: ht16k33: Fix frame buffer device blankingGeert Uytterhoeven
2021-10-21auxdisplay: ht16k33: Connect backlight to fbdevGeert Uytterhoeven
2021-10-21auxdisplay: linedisp: Add support for changing scroll rateGeert Uytterhoeven
2021-10-21auxdisplay: linedisp: Use kmemdup_nul() helperGeert Uytterhoeven
2021-10-21auxdisplay: Extract character line display core supportGeert Uytterhoeven
2021-10-21auxdisplay: img-ascii-lcd: Convert device attribute to sysfs_emit()Geert Uytterhoeven
2021-10-21auxdisplay: img-ascii-lcd: Add helper variable devGeert Uytterhoeven
2021-10-21auxdisplay: 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