aboutsummaryrefslogtreecommitdiff
path: root/drivers/auxdisplay/charlcd.c
AgeCommit message (Expand)AuthorFilesLines
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-07-16auxdisplay: charlcd: Drop unneeded initializers and switch to C99 styleGravatar Andy Shevchenko 1-3/+1
2021-03-16auxdisplay: Remove in_interrupt() usage.Gravatar Sebastian Andrzej Siewior 1-10/+8
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 1-5/+5
2020-11-04auxdisplay: charlcd: replace last device specific stuffGravatar Lars Poeschel 1-8/+3
2020-11-04auxdisplay: hd44780: Remove clear_fastGravatar Lars Poeschel 1-15/+6
2020-11-04auxdisplay: Call charlcd_backlight in placeGravatar Lars Poeschel 1-8/+6
2020-11-04auxdisplay: Move char redefine code to hd44780_commonGravatar Lars Poeschel 1-55/+5
2020-11-04auxdisplay: cleanup unnecessary hd44780 code in charlcdGravatar Lars Poeschel 1-31/+1
2020-11-04auxdisplay: implement various hd44780_common_ functionsGravatar Lars Poeschel 1-27/+46
2020-11-04auxdisplay: Move init_display to hd44780_commonGravatar Lars Poeschel 1-89/+6
2020-11-04auxdisplay: Make use of enum for backlight on / offGravatar Lars Poeschel 1-3/+3
2020-11-04auxdisplay: make charlcd_backlight visible to hd44780_commonGravatar Lars Poeschel 1-1/+2
2020-11-04auxdisplay: Move clear_display to hd44780_commonGravatar Lars Poeschel 1-16/+6
2020-11-04auxdisplay: add home to charlcd_opsGravatar Lars Poeschel 1-1/+1
2020-11-04auxdisplay: provide hd44780_common_gotoxyGravatar Lars Poeschel 1-27/+11
2020-11-04auxdisplay: hd44780_common_printGravatar Lars Poeschel 1-13/+15
2020-11-04auxdisplay: Move addr out of charlcd_privGravatar Lars Poeschel 1-36/+25
2020-11-04auxdisplay: Move write_cmd pointers to hd44780 driversGravatar Lars Poeschel 1-22/+23
2020-11-04auxdisplay: Move write_data pointer to hd44780_commonGravatar Lars Poeschel 1-6/+6
2020-11-04auxdisplay: Move ifwidth to struct hd44780_commonGravatar Lars Poeschel 1-6/+6
2020-11-04auxdisplay: Move hwidth and bwidth to struct hd44780_commonGravatar Lars Poeschel 1-20/+20
2020-11-04auxdisplay: Use an enum for charlcd backlight on/off opsGravatar Lars Poeschel 1-1/+1
2020-05-29auxdisplay: charlcd: Reuse hex_to_bin() instead of custom codeGravatar Andy Shevchenko 1-11/+6
2020-03-23Merge 5.6-rc7 into char-misc-nextGravatar Greg Kroah-Hartman 1-1/+1
2020-03-18misc: cleanup minor number definitions in c file into miscdevice.hGravatar Zhenzhong Duan 1-2/+0
2020-03-06auxdisplay: charlcd: replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2019-12-04auxdisplay: charlcd: deduplicate simple_strtoul()Gravatar Andy Shevchenko 1-27/+7
2019-08-08auxdisplay: charlcd: move charlcd.h to drivers/auxdisplayGravatar Masahiro Yamada 1-1/+1
2019-03-17auxdisplay: charlcd: make backlight initial state configurableGravatar Mans Rullgard 1-1/+9
2019-03-17auxdisplay: charlcd: simplify init message displayGravatar Mans Rullgard 1-7/+8
2019-03-17auxdisplay: charlcd: Introduce charlcd_free() helperGravatar Andy Shevchenko 1-0/+6
2019-03-17auxdisplay: charlcd: Move to_priv() to charlcd namespaceGravatar Andy Shevchenko 1-13/+13
2018-12-21auxdisplay: charlcd: fix x/y command parsingGravatar Mans Rullgard 1-0/+3
2018-08-01auxdisplay: charlcd: delete mdelay in long_sleepGravatar Jia-Ju Bai 1-4/+1
2018-04-12auxdisplay: Replace licenses with SPDX identifiersGravatar Miguel Ojeda 1-5/+1
2018-04-12auxdisplay: charlcd: Fix and clean up handling of x/y commandsGravatar Miguel Ojeda 1-17/+78
2018-04-12auxdisplay: charlcd: fix hex literal ranges for graphics commandGravatar Robert Abel 1-2/+2
2018-04-12auxdisplay: charlcd: fix two-line command ^[[LN not marked as processedGravatar Robert Abel 1-0/+1
2018-04-12auxdisplay: charlcd: replace octal literal with form-feed escape sequenceGravatar Robert Abel 1-1/+1
2018-04-12auxdisplay: charlcd: use null character instead of zero literal to terminate ...Gravatar Robert Abel 1-2/+2
2018-04-12auxdisplay: charlcd: no need to call charlcd_gotoxy() if nothing changesGravatar Sean Young 1-3/+4
2017-09-18auxdisplay: charlcd: properly restore atomic counter on error pathGravatar Willy Tarreau 1-2/+9
2017-03-17auxdisplay: charlcd: Add support for displays with more than two linesGravatar Geert Uytterhoeven 1-9/+13
2017-03-17auxdisplay: charlcd: Add support for 4-bit interfacesGravatar Geert Uytterhoeven 1-6/+30
2017-03-17auxdisplay: charlcd: Extract character LCD core from misc/panelGravatar Geert Uytterhoeven 1-0/+790