summaryrefslogtreecommitdiffstats
path: root/drivers/auxdisplay
AgeCommit message (Expand)Author
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
2020-11-04auxdisplay: Make use of enum for backlight on / offLars Poeschel
2020-11-04auxdisplay: make charlcd_backlight visible to hd44780_commonLars Poeschel
2020-11-04auxdisplay: Move clear_display to hd44780_commonLars Poeschel
2020-11-04auxdisplay: add home to charlcd_opsLars Poeschel
2020-11-04auxdisplay: provide hd44780_common_gotoxyLars Poeschel
2020-11-04auxdisplay: hd44780_common_printLars Poeschel
2020-11-04auxdisplay: Move addr out of charlcd_privLars Poeschel
2020-11-04auxdisplay: Move write_cmd pointers to hd44780 driversLars Poeschel
2020-11-04auxdisplay: Move write_data pointer to hd44780_commonLars Poeschel
2020-11-04auxdisplay: Move ifwidth to struct hd44780_commonLars Poeschel
2020-11-04auxdisplay: Move hwidth and bwidth to struct hd44780_commonLars Poeschel
2020-11-04auxdisplay: Introduce hd44780_common.[ch]Lars Poeschel
2020-11-04auxdisplay: Use an enum for charlcd backlight on/off opsLars Poeschel
2020-09-05Merge tags 'auxdisplay-for-linus-v5.9-rc4', 'clang-format-for-linus-v5.9-rc4'...Linus Torvalds
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-08auxdisplay: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-08-06Merge tag 'auxdisplay-for-linus-v5.9-rc1' of git://github.com/ojeda/linuxLinus Torvalds
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-05-29auxdisplay: charlcd: Reuse hex_to_bin() instead of custom codeAndy Shevchenko
2020-03-23Merge 5.6-rc7 into char-misc-nextGreg Kroah-Hartman
2020-03-18misc: cleanup minor number definitions in c file into miscdevice.hZhenzhong Duan
2020-03-06auxdisplay: charlcd: replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-03-06auxdisplay: img-ascii-lcd: convert to devm_platform_ioremap_resourceYangtao Li
2020-03-06auxdisplay: Fix Kconfig indentationKrzysztof Kozlowski
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter
2019-12-11auxdisplay: constify fb opsJani Nikula
2019-12-04auxdisplay: charlcd: deduplicate simple_strtoul()Andy Shevchenko
2019-09-17Merge tag 'docs-5.4' of git://git.lwn.net/linuxLinus Torvalds
2019-08-20auxdisplay: ht16k33: Make ht16k33_fb_fix and ht16k33_fb_var constantNishka Dasgupta
2019-08-08auxdisplay: charlcd: add include guard to charlcd.hMasahiro Yamada
2019-08-08auxdisplay: charlcd: move charlcd.h to drivers/auxdisplayMasahiro Yamada
2019-08-05auxdisplay: charlcd: add help text for backlight initial stateMans Rullgard
2019-08-05auxdisplay: panel: need to delete scan_timer when misc_register fails in pane...zhengbin
2019-07-31docs: admin-guide: add auxdisplay files to it after conversion to ReSTMauro Carvalho Chehab