aboutsummaryrefslogtreecommitdiff
path: root/drivers/auxdisplay
AgeCommit message (Expand)AuthorFilesLines
2022-03-18auxdisplay: lcd2s: Fix multi-line comment styleGravatar Andy Shevchenko 1-11/+10
2022-03-03auxdisplay: lcd2s: Use proper API to free the instance of charlcd objectGravatar Andy Shevchenko 1-2/+2
2022-03-03auxdisplay: lcd2s: Fix memory leak in ->remove()Gravatar Andy Shevchenko 1-11/+7
2022-03-03auxdisplay: lcd2s: Fix lcd2s_redefine_char() featureGravatar Andy Shevchenko 1-1/+1
2021-11-24auxdisplay: charlcd: checking for pointer reference before dereferencingGravatar Luiz Sampaio 1-0/+3
2021-11-24auxdisplay: charlcd: fixing coding style issueGravatar Luiz Sampaio 1-1/+1
2021-10-22auxdisplay: cfag12864bfb: code indent should use tabs where possibleGravatar Huiquan Deng 1-3/+3
2021-10-22auxdisplay: ht16k33: remove superfluous header filesGravatar Mianhan Liu 1-1/+0
2021-10-22auxdisplay: ks0108: remove superfluous header filesGravatar Mianhan Liu 1-3/+0
2021-10-22auxdisplay: cfag12864bfb: remove superfluous header filesGravatar Mianhan Liu 1-3/+0
2021-10-21auxdisplay: ht16k33: Make use of device propertiesGravatar Geert Uytterhoeven 2-16/+13
2021-10-21auxdisplay: ht16k33: Add LED supportGravatar Geert Uytterhoeven 2-16/+112
2021-10-21auxdisplay: ht16k33: Add support for segment displaysGravatar Geert Uytterhoeven 2-7/+190
2021-10-21auxdisplay: ht16k33: Extract frame buffer probingGravatar Geert Uytterhoeven 1-48/+53
2021-10-21auxdisplay: ht16k33: Extract ht16k33_brightness_set()Gravatar Geert Uytterhoeven 1-6/+19
2021-10-21auxdisplay: ht16k33: Move delayed workGravatar Geert Uytterhoeven 1-8/+7
2021-10-21auxdisplay: ht16k33: Add helper variable devGravatar Geert Uytterhoeven 1-21/+22
2021-10-21auxdisplay: ht16k33: Convert to simple i2c probe functionGravatar Geert Uytterhoeven 1-3/+2
2021-10-21auxdisplay: ht16k33: Remove unneeded error check in keypad probe()Gravatar Geert Uytterhoeven 1-5/+1
2021-10-21auxdisplay: ht16k33: Use HT16K33_FB_SIZE in ht16k33_initialize()Gravatar Geert Uytterhoeven 1-1/+1
2021-10-21auxdisplay: ht16k33: Fix frame buffer device blankingGravatar Geert Uytterhoeven 1-0/+10
2021-10-21auxdisplay: ht16k33: Connect backlight to fbdevGravatar Geert Uytterhoeven 1-28/+28
2021-10-21auxdisplay: linedisp: Add support for changing scroll rateGravatar Geert Uytterhoeven 1-2/+35
2021-10-21auxdisplay: linedisp: Use kmemdup_nul() helperGravatar Geert Uytterhoeven 1-4/+1
2021-10-21auxdisplay: Extract character line display core supportGravatar Geert Uytterhoeven 5-174/+312
2021-10-21auxdisplay: img-ascii-lcd: Convert device attribute to sysfs_emit()Gravatar Geert Uytterhoeven 1-1/+1
2021-10-21auxdisplay: img-ascii-lcd: Add helper variable devGravatar Geert Uytterhoeven 1-7/+6
2021-10-21auxdisplay: img-ascii-lcd: Fix lock-up when displaying empty stringGravatar Geert Uytterhoeven 1-0/+10
2021-07-16auxdisplay: Replace symbolic permissions with octal permissionsGravatar Jinchao Wang 2-3/+3
2021-07-16auxdisplay: ks0108: Switch to use module_parport_driver()Gravatar Andy Shevchenko 1-13/+1
2021-07-16auxdisplay: charlcd: Drop unneeded initializers and switch to C99 styleGravatar Andy Shevchenko 1-3/+1
2021-07-16auxdisplay: hd44780: Fix oops on module unloadingGravatar Lars Poeschel 1-1/+1
2021-05-07treewide: remove editor modelines and cruftGravatar Masahiro Yamada 1-7/+0
2021-03-16auxdisplay: Remove in_interrupt() usage.Gravatar Sebastian Andrzej Siewior 1-10/+8
2021-02-26treewide: Miguel has movedGravatar Miguel Ojeda 3-6/+6
2021-01-25auxdisplay: Fix duplicate CHARLCD config symbolGravatar Geert Uytterhoeven 1-3/+0
2021-01-25auxdisplay: ht16k33: Fix refresh rate handlingGravatar Geert Uytterhoeven 1-2/+1
2021-01-25dt-bindings: auxdisplay: ht16k33: Keyscan function should be optionalGravatar Robin van der Gracht 1-8/+6
2020-11-16auxdisplay: panel: Remove redundant charlcd_ops structuresGravatar Lars Poeschel 1-38/+4
2020-11-16auxdisplay: panel: Fix missing print function pointerGravatar Lars Poeschel 1-0/+3
2020-11-14auxdisplay: fix platform_no_drv_owner.cocci warningsGravatar kernel test robot 1-1/+0
2020-11-09auxdisplay: fix use after free in lcd2s_i2c_remove()Gravatar Dan Carpenter 1-1/+1
2020-11-09auxdisplay: hd44780_common: Fix build errorGravatar Lars Poeschel 1-2/+1
2020-11-04auxdisplay: add a driver for lcd2s character displayGravatar Lars Poeschel 3-0/+414
2020-11-04auxdisplay: charlcd: Do not print chars at end of lineGravatar Lars Poeschel 1-0/+3
2020-11-04auxdisplay: Change gotoxy calling interfaceGravatar Lars Poeschel 4-16/+13
2020-11-04auxdisplay: charlcd: replace last device specific stuffGravatar Lars Poeschel 1-8/+3
2020-11-04auxdisplay: hd44780: Remove clear_fastGravatar Lars Poeschel 3-87/+8
2020-11-04auxdisplay: hd44780_common: Reduce clear_display timeoutGravatar Lars Poeschel 1-2/+2
2020-11-04auxdisplay: Call charlcd_backlight in placeGravatar Lars Poeschel 1-8/+6