summaryrefslogtreecommitdiffstats
path: root/drivers/auxdisplay
Commit message (Expand)AuthorAgeFilesLines
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+2
* auxdisplay: Replace licenses with SPDX identifiersMiguel Ojeda2018-04-128-70/+8
* auxdisplay: make PANEL a menuconfigRandy Dunlap2018-04-121-1/+1
* auxdisplay: fix broken menuRandy Dunlap2018-04-121-5/+5
* 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: cfag12864bfb: constify fb_fix_screeninfo and fb_var_screeninfo st...Gustavo A. R. Silva2018-04-121-2/+2
* auxdisplay: img-ascii-lcd: fix typo on select SYSCON/MFD_SYSCONCorentin Labbe2018-04-121-1/+1
* auxdisplay: img-ascii-lcd: kconfig: Remove MIPS_SEAD3 referenceUlf Magnusson2018-04-121-1/+1
* auxdisplay: arm-charlcd: Fix struct charlcd doc lineMiguel Ojeda2018-04-121-0/+2
* auxdisplay: img-ascii-lcd: Silence 2 uninitialized warningsMiguel Ojeda2018-03-131-2/+2
* auxdisplay: img-ascii-lcd: Fix doc comment to silence warningsMiguel Ojeda2018-03-131-1/+1
* auxdisplay: panel: Change comments to silence fallthrough warningsMiguel Ojeda2018-03-131-3/+3
* auxdisplay: img-ascii-lcd: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan2018-01-101-0/+4
* auxdisplay: img-ascii-lcd: Only build on archs that have IOMEMThomas Meyer2017-11-271-0/+1
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-132-8/+6
|\
| * auxdisplay: Convert timers to use timer_setup()Kees Cook2017-11-022-8/+6
* | Update MIPS email addressesPaul Burton2017-11-031-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
|/
* auxdisplay: charlcd: properly restore atomic counter on error pathWilly Tarreau2017-09-182-4/+18
* auxdisplay: constify charlcd_ops.Arvind Yadav2017-07-171-3/+3
* auxdisplay: Convert list_for_each to entry variantWei Yongjun2017-05-251-4/+1
* auxdisplay: Move arm-charlcd.c to drivers/auxdisplay folderAndy Shevchenko2017-04-083-0/+379
* auxdisplay: Move panel.c to drivers/auxdisplay folderAndy Shevchenko2017-04-083-0/+2077
* auxdisplay: ht16k33: use le16_to_cpup() to fetch LE16 dataDmitry Torokhov2017-04-081-4/+8
* auxdisplay: img-ascii-lcd: Fix module autoloadJavier Martinez Canillas2017-04-081-0/+1
* auxdisplay: ht16k33: don't access uninitialized dataArnd Bergmann2017-04-081-1/+7
* auxdisplay: hd44780: Fix DT properties to include units of measurementGeert Uytterhoeven2017-04-081-2/+3
* Merge 4.11-rc4 into char-misc-nextGreg Kroah-Hartman2017-03-271-0/+1
|\
| * auxdisplay: img-ascii-lcd: add missing sentinel entry in img_ascii_lcd_matchesDmitry Torokhov2017-03-161-0/+1
* | auxdisplay: Add HD44780 Character LCD supportGeert Uytterhoeven2017-03-173-0/+337
* | 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-173-0/+794
|/
* auxdisplay: ht16k33: remove private workqueueDmitry Torokhov2017-02-101-15/+5
* auxdisplay: ht16k33: rework input device initializationDmitry Torokhov2017-02-101-153/+145
* auxdisplay: ht16k33: do not try to free fbdevDmitry Torokhov2017-02-101-3/+1
* auxdisplay: fix new ht16k33 build errorsRandy Dunlap2017-01-111-3/+3
* auxdisplay: ht16k33: select framebuffer helper modulesRobin van der Gracht2016-11-301-0/+4
* auxdisplay: ht16k33: Driver for LED controllerRobin van der Gracht2016-11-103-0/+573
* auxdisplay: img-ascii-lcd: driver for simple ASCII LCD displaysPaul Burton2016-10-063-0/+453
* auxdisplay: ks0108: initialize local parport variableSudip Mukherjee2015-08-141-0/+2
* auxdisplay: ks0108: use new parport device modelSudip Mukherjee2015-08-051-29/+47
* auxdisplay: ks0108: use min_tSudip Mukherjee2015-08-051-3/+5
* auxdisplay: ks0108: start using pr_*Sudip Mukherjee2015-08-051-6/+6
* auxdisplay: ks0108: fix refcountSudip Mukherjee2015-08-051-0/+1
OpenPOWER on IntegriCloud