summaryrefslogtreecommitdiffstats
path: root/drivers/auxdisplay
Commit message (Expand)AuthorAgeFilesLines
* auxdisplay: charlcd: add include guard to charlcd.hMasahiro Yamada2019-08-081-0/+5
* auxdisplay: charlcd: move charlcd.h to drivers/auxdisplayMasahiro Yamada2019-08-084-4/+42
* auxdisplay: charlcd: add help text for backlight initial stateMans Rullgard2019-08-051-0/+5
* auxdisplay: panel: need to delete scan_timer when misc_register fails in pane...zhengbin2019-08-051-0/+2
* Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-1/+1
|\
| * docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
* | auxdisplay/ht16k33.c: Convert to use vm_map_pages_zero()Souptick Joarder2019-06-201-2/+2
* | auxdisplay/cfag12864bfb.c: Convert to use vm_map_pages_zero()Souptick Joarder2019-06-201-2/+3
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* auxdisplay: charlcd: make backlight initial state configurableMans Rullgard2019-03-172-1/+30
* auxdisplay: charlcd: simplify init message displayMans Rullgard2019-03-171-7/+8
* auxdisplay: deconfuse configurationMans Rullgard2019-03-172-6/+13
* auxdisplay: hd44780: Convert to use charlcd_free()Andy Shevchenko2019-03-171-2/+2
* auxdisplay: panel: Convert to use charlcd_free()Andy Shevchenko2019-03-171-2/+2
* 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: hd44780: Fix memory leak on ->remove()Andy Shevchenko2019-03-171-0/+2
* auxdisplay: ht16k33: fix potential user-after-free on module unloadMiguel Ojeda2019-02-151-1/+1
* auxdisplay: charlcd: fix x/y command parsingMans Rullgard2018-12-211-0/+3
* Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojed...Linus Torvalds2018-11-021-4/+3Star
|\
| * Compiler Attributes: auxdisplay: panel: use __nonstringMiguel Ojeda2018-09-301-4/+3Star
* | gpiolib: Pass array info to get/set array functionsJanusz Krzysztofik2018-09-131-4/+4
* | gpiolib: Pass bitmaps, not integer arrays, to get/set arrayJanusz Krzysztofik2018-09-131-39/+20Star
|/
* Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-181-0/+1
|\
| * headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-071-0/+1
* | auxdisplay: simplify getting .drvdataWolfram Sang2018-08-011-4/+2Star
* | auxdisplay: charlcd: delete mdelay in long_sleepJia-Ju Bai2018-08-011-4/+1Star
|/
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-2/+2
* auxdisplay: Replace licenses with SPDX identifiersMiguel Ojeda2018-04-128-70/+8Star
* 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-142-8/+6Star
|\
| * auxdisplay: Convert timers to use timer_setup()Kees Cook2017-11-022-8/+6Star
* | 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
|/