aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/auxdisplay (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter2-2/+2
2019-12-11auxdisplay: constify fb opsJani Nikula2-2/+2
2019-12-04auxdisplay: charlcd: deduplicate simple_strtoul()Andy Shevchenko1-27/+7
2019-09-17Merge tag 'docs-5.4' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-08-20auxdisplay: ht16k33: Make ht16k33_fb_fix and ht16k33_fb_var constantNishka Dasgupta1-2/+2
2019-08-08auxdisplay: charlcd: add include guard to charlcd.hMasahiro Yamada1-0/+5
2019-08-08auxdisplay: charlcd: move charlcd.h to drivers/auxdisplayMasahiro Yamada4-4/+42
2019-08-05auxdisplay: charlcd: add help text for backlight initial stateMans Rullgard1-0/+5
2019-08-05auxdisplay: panel: need to delete scan_timer when misc_register fails in panel_attachzhengbin1-0/+2
2019-07-31docs: admin-guide: add auxdisplay files to it after conversion to ReSTMauro Carvalho Chehab1-1/+1
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-06-20auxdisplay/ht16k33.c: Convert to use vm_map_pages_zero()Souptick Joarder1-2/+2
2019-06-20auxdisplay/cfag12864bfb.c: Convert to use vm_map_pages_zero()Souptick Joarder1-2/+3
2019-06-14docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-03-17auxdisplay: charlcd: make backlight initial state configurableMans Rullgard2-1/+30
2019-03-17auxdisplay: charlcd: simplify init message displayMans Rullgard1-7/+8