summaryrefslogtreecommitdiffstats
path: root/drivers/auxdisplay
Commit message (Expand)AuthorAgeFilesLines
* auxdisplay: Replace symbolic permissions with octal permissionsJinchao Wang2021-07-162-3/+3
* auxdisplay: ks0108: Switch to use module_parport_driver()Andy Shevchenko2021-07-161-13/+1
* auxdisplay: charlcd: Drop unneeded initializers and switch to C99 styleAndy Shevchenko2021-07-161-3/+1
* auxdisplay: hd44780: Fix oops on module unloadingLars Poeschel2021-07-161-1/+1
* treewide: remove editor modelines and cruftMasahiro Yamada2021-05-071-7/+0
* auxdisplay: Remove in_interrupt() usage.Sebastian Andrzej Siewior2021-03-161-10/+8
* treewide: Miguel has movedMiguel Ojeda2021-02-263-6/+6
* auxdisplay: Fix duplicate CHARLCD config symbolGeert Uytterhoeven2021-01-251-3/+0
* auxdisplay: ht16k33: Fix refresh rate handlingGeert Uytterhoeven2021-01-251-2/+1
* dt-bindings: auxdisplay: ht16k33: Keyscan function should be optionalRobin van der Gracht2021-01-251-8/+6
* auxdisplay: panel: Remove redundant charlcd_ops structuresLars Poeschel2020-11-161-38/+4
* auxdisplay: panel: Fix missing print function pointerLars Poeschel2020-11-161-0/+3
* auxdisplay: fix platform_no_drv_owner.cocci warningskernel test robot2020-11-141-1/+0
* auxdisplay: fix use after free in lcd2s_i2c_remove()Dan Carpenter2020-11-091-1/+1
* auxdisplay: hd44780_common: Fix build errorLars Poeschel2020-11-091-2/+1
* auxdisplay: add a driver for lcd2s character displayLars Poeschel2020-11-043-0/+414
* auxdisplay: charlcd: Do not print chars at end of lineLars Poeschel2020-11-041-0/+3
* auxdisplay: Change gotoxy calling interfaceLars Poeschel2020-11-044-16/+13
* auxdisplay: charlcd: replace last device specific stuffLars Poeschel2020-11-041-8/+3
* auxdisplay: hd44780: Remove clear_fastLars Poeschel2020-11-043-87/+8
* auxdisplay: hd44780_common: Reduce clear_display timeoutLars Poeschel2020-11-041-2/+2
* auxdisplay: Call charlcd_backlight in placeLars Poeschel2020-11-041-8/+6
* auxdisplay: Move char redefine code to hd44780_commonLars Poeschel2020-11-046-55/+70
* auxdisplay: cleanup unnecessary hd44780 code in charlcdLars Poeschel2020-11-041-31/+1
* auxdisplay: implement various hd44780_common_ functionsLars Poeschel2020-11-046-27/+249
* auxdisplay: Move init_display to hd44780_commonLars Poeschel2020-11-046-89/+110
* auxdisplay: Make use of enum for backlight on / offLars Poeschel2020-11-041-3/+3
* auxdisplay: make charlcd_backlight visible to hd44780_commonLars Poeschel2020-11-042-1/+3
* auxdisplay: Move clear_display to hd44780_commonLars Poeschel2020-11-046-16/+37
* auxdisplay: add home to charlcd_opsLars Poeschel2020-11-046-1/+18
* auxdisplay: provide hd44780_common_gotoxyLars Poeschel2020-11-046-28/+43
* auxdisplay: hd44780_common_printLars Poeschel2020-11-045-13/+44
* auxdisplay: Move addr out of charlcd_privLars Poeschel2020-11-042-36/+31
* auxdisplay: Move write_cmd pointers to hd44780 driversLars Poeschel2020-11-045-42/+38
* auxdisplay: Move write_data pointer to hd44780_commonLars Poeschel2020-11-045-20/+22
* auxdisplay: Move ifwidth to struct hd44780_commonLars Poeschel2020-11-045-8/+9
* auxdisplay: Move hwidth and bwidth to struct hd44780_commonLars Poeschel2020-11-046-55/+67
* auxdisplay: Introduce hd44780_common.[ch]Lars Poeschel2020-11-046-17/+91
* auxdisplay: Use an enum for charlcd backlight on/off opsLars Poeschel2020-11-044-4/+9
*-. Merge tags 'auxdisplay-for-linus-v5.9-rc4', 'clang-format-for-linus-v5.9-rc4'...Linus Torvalds2020-09-051-1/+1
|\ \
| * | auxdisplay: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-081-1/+1
* | | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+3
| |/ |/|
* | Merge tag 'auxdisplay-for-linus-v5.9-rc1' of git://github.com/ojeda/linuxLinus Torvalds2020-08-061-11/+6
|\ \ | |/ |/|
| * auxdisplay: charlcd: Reuse hex_to_bin() instead of custom codeAndy Shevchenko2020-05-291-11/+6
* | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-27/+27
|/
* Merge 5.6-rc7 into char-misc-nextGreg Kroah-Hartman2020-03-233-12/+10
|\
| * auxdisplay: charlcd: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-061-1/+1
| * auxdisplay: img-ascii-lcd: convert to devm_platform_ioremap_resourceYangtao Li2020-03-061-3/+1
| * auxdisplay: Fix Kconfig indentationKrzysztof Kozlowski2020-03-061-8/+8
* | misc: cleanup minor number definitions in c file into miscdevice.hZhenzhong Duan2020-03-182-4/+0
|/