summaryrefslogtreecommitdiffstats
path: root/drivers/auxdisplay/charlcd.c
Commit message (Expand)AuthorAgeFilesLines
* auxdisplay: charlcd: checking for pointer reference before dereferencingLuiz Sampaio2021-11-241-0/+3
* auxdisplay: charlcd: fixing coding style issueLuiz Sampaio2021-11-241-1/+1
* auxdisplay: charlcd: Drop unneeded initializers and switch to C99 styleAndy Shevchenko2021-07-161-3/+1
* auxdisplay: Remove in_interrupt() usage.Sebastian Andrzej Siewior2021-03-161-10/+8
* auxdisplay: charlcd: Do not print chars at end of lineLars Poeschel2020-11-041-0/+3
* auxdisplay: Change gotoxy calling interfaceLars Poeschel2020-11-041-5/+5
* auxdisplay: charlcd: replace last device specific stuffLars Poeschel2020-11-041-8/+3
* auxdisplay: hd44780: Remove clear_fastLars Poeschel2020-11-041-15/+6
* auxdisplay: Call charlcd_backlight in placeLars Poeschel2020-11-041-8/+6
* auxdisplay: Move char redefine code to hd44780_commonLars Poeschel2020-11-041-55/+5
* auxdisplay: cleanup unnecessary hd44780 code in charlcdLars Poeschel2020-11-041-31/+1
* auxdisplay: implement various hd44780_common_ functionsLars Poeschel2020-11-041-27/+46
* auxdisplay: Move init_display to hd44780_commonLars Poeschel2020-11-041-89/+6
* auxdisplay: Make use of enum for backlight on / offLars Poeschel2020-11-041-3/+3
* auxdisplay: make charlcd_backlight visible to hd44780_commonLars Poeschel2020-11-041-1/+2
* auxdisplay: Move clear_display to hd44780_commonLars Poeschel2020-11-041-16/+6
* auxdisplay: add home to charlcd_opsLars Poeschel2020-11-041-1/+1
* auxdisplay: provide hd44780_common_gotoxyLars Poeschel2020-11-041-27/+11
* auxdisplay: hd44780_common_printLars Poeschel2020-11-041-13/+15
* auxdisplay: Move addr out of charlcd_privLars Poeschel2020-11-041-36/+25
* auxdisplay: Move write_cmd pointers to hd44780 driversLars Poeschel2020-11-041-22/+23
* auxdisplay: Move write_data pointer to hd44780_commonLars Poeschel2020-11-041-6/+6
* auxdisplay: Move ifwidth to struct hd44780_commonLars Poeschel2020-11-041-6/+6
* auxdisplay: Move hwidth and bwidth to struct hd44780_commonLars Poeschel2020-11-041-20/+20
* auxdisplay: Use an enum for charlcd backlight on/off opsLars Poeschel2020-11-041-1/+1
* auxdisplay: charlcd: Reuse hex_to_bin() instead of custom codeAndy Shevchenko2020-05-291-11/+6
* Merge 5.6-rc7 into char-misc-nextGreg Kroah-Hartman2020-03-231-1/+1
|\
| * auxdisplay: charlcd: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-061-1/+1
* | misc: cleanup minor number definitions in c file into miscdevice.hZhenzhong Duan2020-03-181-2/+0
|/
* auxdisplay: charlcd: deduplicate simple_strtoul()Andy Shevchenko2019-12-041-27/+7
* auxdisplay: charlcd: move charlcd.h to drivers/auxdisplayMasahiro Yamada2019-08-081-1/+1
* auxdisplay: charlcd: make backlight initial state configurableMans Rullgard2019-03-171-1/+9
* auxdisplay: charlcd: simplify init message displayMans Rullgard2019-03-171-7/+8
* auxdisplay: charlcd: Introduce charlcd_free() helperAndy Shevchenko2019-03-171-0/+6
* auxdisplay: charlcd: Move to_priv() to charlcd namespaceAndy Shevchenko2019-03-171-13/+13
* auxdisplay: charlcd: fix x/y command parsingMans Rullgard2018-12-211-0/+3
* auxdisplay: charlcd: delete mdelay in long_sleepJia-Ju Bai2018-08-011-4/+1
* auxdisplay: Replace licenses with SPDX identifiersMiguel Ojeda2018-04-121-5/+1
* auxdisplay: charlcd: Fix and clean up handling of x/y commandsMiguel Ojeda2018-04-121-17/+78
* auxdisplay: charlcd: fix hex literal ranges for graphics commandRobert Abel2018-04-121-2/+2
* auxdisplay: charlcd: fix two-line command ^[[LN not marked as processedRobert Abel2018-04-121-0/+1
* auxdisplay: charlcd: replace octal literal with form-feed escape sequenceRobert Abel2018-04-121-1/+1
* auxdisplay: charlcd: use null character instead of zero literal to terminate ...Robert Abel2018-04-121-2/+2
* auxdisplay: charlcd: no need to call charlcd_gotoxy() if nothing changesSean Young2018-04-121-3/+4
* auxdisplay: charlcd: properly restore atomic counter on error pathWilly Tarreau2017-09-181-2/+9
* auxdisplay: charlcd: Add support for displays with more than two linesGeert Uytterhoeven2017-03-171-9/+13
* auxdisplay: charlcd: Add support for 4-bit interfacesGeert Uytterhoeven2017-03-171-6/+30
* auxdisplay: charlcd: Extract character LCD core from misc/panelGeert Uytterhoeven2017-03-171-0/+790