summaryrefslogtreecommitdiffstats
path: root/drivers/auxdisplay/charlcd.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* auxdisplay: Replace licenses with SPDX identifiersMiguel Ojeda2018-04-121-5/+1Star
* 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