aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/auxdisplay/charlcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-24auxdisplay: charlcd: checking for pointer reference before dereferencingLuiz Sampaio1-0/+3
2021-11-24auxdisplay: charlcd: fixing coding style issueLuiz Sampaio1-1/+1
2021-07-16auxdisplay: charlcd: Drop unneeded initializers and switch to C99 styleAndy Shevchenko1-3/+1
2021-03-16auxdisplay: Remove in_interrupt() usage.Sebastian Andrzej Siewior1-10/+8
2020-11-04auxdisplay: charlcd: Do not print chars at end of lineLars Poeschel1-0/+3
2020-11-04auxdisplay: Change gotoxy calling interfaceLars Poeschel1-5/+5
2020-11-04auxdisplay: charlcd: replace last device specific stuffLars Poeschel1-8/+3
2020-11-04auxdisplay: hd44780: Remove clear_fastLars Poeschel1-15/+6
2020-11-04auxdisplay: Call charlcd_backlight in placeLars Poeschel1-8/+6
2020-11-04auxdisplay: Move char redefine code to hd44780_commonLars Poeschel1-55/+5
2020-11-04auxdisplay: cleanup unnecessary hd44780 code in charlcdLars Poeschel1-31/+1
2020-11-04auxdisplay: implement various hd44780_common_ functionsLars Poeschel1-27/+46
2020-11-04auxdisplay: Move init_display to hd44780_commonLars Poeschel1-89/+6
2020-11-04auxdisplay: Make use of enum for backlight on / offLars Poeschel1-3/+3
2020-11-04auxdisplay: make charlcd_backlight visible to hd44780_commonLars Poeschel1-1/+2
2020-11-04auxdisplay: Move clear_display to hd44780_commonLars Poeschel1-16/+6
2020-11-04auxdisplay: add home to charlcd_opsLars Poeschel1-1/+1
2020-11-04auxdisplay: provide hd44780_common_gotoxyLars Poeschel1-27/+11
2020-11-04auxdisplay: hd44780_common_printLars Poeschel1-13/+15
2020-11-04auxdisplay: Move addr out of charlcd_privLars Poeschel1-36/+25
2020-11-04auxdisplay: Move write_cmd pointers to hd44780 driversLars Poeschel1-22/+23
2020-11-04auxdisplay: Move write_data pointer to hd44780_commonLars Poeschel1-6/+6
2020-11-04auxdisplay: Move ifwidth to struct hd44780_commonLars Poeschel1-6/+6
2020-11-04auxdisplay: Move hwidth and bwidth to struct hd44780_commonLars Poeschel1-20/+20
2020-11-04auxdisplay: Use an enum for charlcd backlight on/off opsLars Poeschel1-1/+1
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-Hartman1-1/+1
2020-03-18misc: cleanup minor number definitions in c file into miscdevice.hZhenzhong Duan1-2/+0
2020-03-06auxdisplay: charlcd: replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-12-04auxdisplay: charlcd: deduplicate simple_strtoul()Andy Shevchenko1-27/+7
2019-08-08auxdisplay: charlcd: move charlcd.h to drivers/auxdisplayMasahiro Yamada1-1/+1
2019-03-17auxdisplay: charlcd: make backlight initial state configurableMans Rullgard1-1/+9
2019-03-17auxdisplay: charlcd: simplify init message displayMans Rullgard1-7/+8
2019-03-17auxdisplay: charlcd: Introduce charlcd_free() helperAndy Shevchenko1-0/+6
2019-03-17auxdisplay: charlcd: Move to_priv() to charlcd namespaceAndy Shevchenko1-13/+13
2018-12-21auxdisplay: charlcd: fix x/y command parsingMans Rullgard1-0/+3
2018-08-01auxdisplay: charlcd: delete mdelay in long_sleepJia-Ju Bai1-4/+1
2018-04-12auxdisplay: Replace licenses with SPDX identifiersMiguel Ojeda1-5/+1
2018-04-12auxdisplay: charlcd: Fix and clean up handling of x/y commandsMiguel Ojeda1-17/+78
2018-04-12auxdisplay: charlcd: fix hex literal ranges for graphics commandRobert Abel1-2/+2
2018-04-12auxdisplay: charlcd: fix two-line command ^[[LN not marked as processedRobert Abel1-0/+1
2018-04-12auxdisplay: charlcd: replace octal literal with form-feed escape sequenceRobert Abel1-1/+1
2018-04-12auxdisplay: charlcd: use null character instead of zero literal to terminate stringsRobert Abel1-2/+2
2018-04-12auxdisplay: charlcd: no need to call charlcd_gotoxy() if nothing changesSean Young1-3/+4
2017-09-18auxdisplay: charlcd: properly restore atomic counter on error pathWilly Tarreau1-2/+9
2017-03-17auxdisplay: charlcd: Add support for displays with more than two linesGeert Uytterhoeven1-9/+13
2017-03-17auxdisplay: charlcd: Add support for 4-bit interfacesGeert Uytterhoeven1-6/+30
2017-03-17auxdisplay: charlcd: Extract character LCD core from misc/panelGeert Uytterhoeven1-0/+790