aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/auxdisplay (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-16auxdisplay: Replace symbolic permissions with octal permissionsJinchao Wang2-3/+3
2021-07-16auxdisplay: ks0108: Switch to use module_parport_driver()Andy Shevchenko1-13/+1
2021-07-16auxdisplay: charlcd: Drop unneeded initializers and switch to C99 styleAndy Shevchenko1-3/+1
2021-07-16auxdisplay: hd44780: Fix oops on module unloadingLars Poeschel1-1/+1
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada1-7/+0
2021-03-16auxdisplay: Remove in_interrupt() usage.Sebastian Andrzej Siewior1-10/+8
2021-02-26treewide: Miguel has movedMiguel Ojeda3-6/+6
2021-01-25auxdisplay: Fix duplicate CHARLCD config symbolGeert Uytterhoeven1-3/+0
2021-01-25auxdisplay: ht16k33: Fix refresh rate handlingGeert Uytterhoeven1-2/+1
2021-01-25dt-bindings: auxdisplay: ht16k33: Keyscan function should be optionalRobin van der Gracht1-8/+6
2020-11-16auxdisplay: panel: Remove redundant charlcd_ops structuresLars Poeschel1-38/+4
2020-11-16auxdisplay: panel: Fix missing print function pointerLars Poeschel1-0/+3
2020-11-14auxdisplay: fix platform_no_drv_owner.cocci warningskernel test robot1-1/+0
2020-11-09auxdisplay: fix use after free in lcd2s_i2c_remove()Dan Carpenter1-1/+1
2020-11-09auxdisplay: hd44780_common: Fix build errorLars Poeschel1-2/+1
2020-11-04auxdisplay: add a driver for lcd2s character displayLars Poeschel3-0/+414
2020-11-04auxdisplay: charlcd: Do not print chars at end of lineLars Poeschel1-0/+3
2020-11-04auxdisplay: Change gotoxy calling interfaceLars Poeschel4-16/+13
2020-11-04auxdisplay: charlcd: replace last device specific stuffLars Poeschel1-8/+3
2020-11-04auxdisplay: hd44780: Remove clear_fastLars Poeschel3-87/+8
2020-11-04auxdisplay: hd44780_common: Reduce clear_display timeoutLars Poeschel1-2/+2
2020-11-04auxdisplay: Call charlcd_backlight in placeLars Poeschel1-8/+6
2020-11-04auxdisplay: Move char redefine code to hd44780_commonLars Poeschel6-55/+70
2020-11-04auxdisplay: cleanup unnecessary hd44780 code in charlcdLars Poeschel1-31/+1
2020-11-04auxdisplay: implement various hd44780_common_ functionsLars Poeschel6-27/+249
2020-11-04auxdisplay: Move init_display to hd44780_commonLars Poeschel6-89/+110
2020-11-04auxdisplay: Make use of enum for backlight on / offLars Poeschel1-3/+3
2020-11-04auxdisplay: make charlcd_backlight visible to hd44780_commonLars Poeschel2-1/+3
2020-11-04auxdisplay: Move clear_display to hd44780_commonLars Poeschel6-16/+37
2020-11-04auxdisplay: add home to charlcd_opsLars Poeschel6-1/+18
2020-11-04auxdisplay: provide hd44780_common_gotoxyLars Poeschel6-28/+43
2020-11-04auxdisplay: hd44780_common_printLars Poeschel5-13/+44
2020-11-04auxdisplay: Move addr out of charlcd_privLars Poeschel2-36/+31
2020-11-04auxdisplay: Move write_cmd pointers to hd44780 driversLars Poeschel5-42/+38
2020-11-04auxdisplay: Move write_data pointer to hd44780_commonLars Poeschel5-20/+22
2020-11-04auxdisplay: Move ifwidth to struct hd44780_commonLars Poeschel5-8/+9
2020-11-04auxdisplay: Move hwidth and bwidth to struct hd44780_commonLars Poeschel6-55/+67
2020-11-04auxdisplay: Introduce hd44780_common.[ch]Lars Poeschel6-17/+91
2020-11-04auxdisplay: Use an enum for charlcd backlight on/off opsLars Poeschel4-4/+9
2020-09-05Merge tags 'auxdisplay-for-linus-v5.9-rc4', 'clang-format-for-linus-v5.9-rc4' and 'compiler-attributes-for-linus-v5.9-rc4' of git://github.com/ojeda/linuxLinus Torvalds1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-08-08auxdisplay: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-08-06Merge tag 'auxdisplay-for-linus-v5.9-rc1' of git://github.com/ojeda/linuxLinus Torvalds1-11/+6
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-27/+27
2020-05-29auxdisplay: charlcd: Reuse hex_to_bin() instead of custom codeAndy Shevchenko1-11/+6
2020-03-23Merge 5.6-rc7 into char-misc-nextGreg Kroah-Hartman3-12/+10
2020-03-18misc: cleanup minor number definitions in c file into miscdevice.hZhenzhong Duan2-4/+0
2020-03-06auxdisplay: charlcd: replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-06auxdisplay: img-ascii-lcd: convert to devm_platform_ioremap_resourceYangtao Li1-3/+1
2020-03-06auxdisplay: Fix Kconfig indentationKrzysztof Kozlowski1-8/+8