aboutsummaryrefslogtreecommitdiff
path: root/drivers/auxdisplay
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-03-17auxdisplay: charlcd: make backlight initial state configurableGravatar Mans Rullgard 2-1/+30
2019-03-17auxdisplay: charlcd: simplify init message displayGravatar Mans Rullgard 1-7/+8
2019-03-17auxdisplay: deconfuse configurationGravatar Mans Rullgard 2-6/+13
2019-03-17auxdisplay: hd44780: Convert to use charlcd_free()Gravatar Andy Shevchenko 1-2/+2
2019-03-17auxdisplay: panel: Convert to use charlcd_free()Gravatar Andy Shevchenko 1-2/+2
2019-03-17auxdisplay: charlcd: Introduce charlcd_free() helperGravatar Andy Shevchenko 1-0/+6
2019-03-17auxdisplay: charlcd: Move to_priv() to charlcd namespaceGravatar Andy Shevchenko 1-13/+13
2019-03-17auxdisplay: hd44780: Fix memory leak on ->remove()Gravatar Andy Shevchenko 1-0/+2
2019-02-15auxdisplay: ht16k33: fix potential user-after-free on module unloadGravatar Miguel Ojeda 1-1/+1
2018-12-21auxdisplay: charlcd: fix x/y command parsingGravatar Mans Rullgard 1-0/+3
2018-11-01Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojed...Gravatar Linus Torvalds 1-4/+3
2018-09-30Compiler Attributes: auxdisplay: panel: use __nonstringGravatar Miguel Ojeda 1-4/+3
2018-09-13gpiolib: Pass array info to get/set array functionsGravatar Janusz Krzysztofik 1-4/+4
2018-09-13gpiolib: Pass bitmaps, not integer arrays, to get/set arrayGravatar Janusz Krzysztofik 1-39/+20
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2018-08-01auxdisplay: simplify getting .drvdataGravatar Wolfram Sang 1-4/+2
2018-08-01auxdisplay: charlcd: delete mdelay in long_sleepGravatar Jia-Ju Bai 1-4/+1
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hGravatar Randy Dunlap 1-0/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-2/+2
2018-04-12auxdisplay: Replace licenses with SPDX identifiersGravatar Miguel Ojeda 8-70/+8
2018-04-12auxdisplay: make PANEL a menuconfigGravatar Randy Dunlap 1-1/+1
2018-04-12auxdisplay: fix broken menuGravatar Randy Dunlap 1-5/+5
2018-04-12auxdisplay: charlcd: Fix and clean up handling of x/y commandsGravatar Miguel Ojeda 1-17/+78
2018-04-12auxdisplay: charlcd: fix hex literal ranges for graphics commandGravatar Robert Abel 1-2/+2
2018-04-12auxdisplay: charlcd: fix two-line command ^[[LN not marked as processedGravatar Robert Abel 1-0/+1
2018-04-12auxdisplay: charlcd: replace octal literal with form-feed escape sequenceGravatar Robert Abel 1-1/+1
2018-04-12auxdisplay: charlcd: use null character instead of zero literal to terminate ...Gravatar Robert Abel 1-2/+2
2018-04-12auxdisplay: charlcd: no need to call charlcd_gotoxy() if nothing changesGravatar Sean Young 1-3/+4
2018-04-12auxdisplay: cfag12864bfb: constify fb_fix_screeninfo and fb_var_screeninfo st...Gravatar Gustavo A. R. Silva 1-2/+2
2018-04-12auxdisplay: img-ascii-lcd: fix typo on select SYSCON/MFD_SYSCONGravatar Corentin Labbe 1-1/+1
2018-04-12auxdisplay: img-ascii-lcd: kconfig: Remove MIPS_SEAD3 referenceGravatar Ulf Magnusson 1-1/+1
2018-04-12auxdisplay: arm-charlcd: Fix struct charlcd doc lineGravatar Miguel Ojeda 1-0/+2
2018-03-13auxdisplay: img-ascii-lcd: Silence 2 uninitialized warningsGravatar Miguel Ojeda 1-2/+2
2018-03-13auxdisplay: img-ascii-lcd: Fix doc comment to silence warningsGravatar Miguel Ojeda 1-1/+1
2018-03-13auxdisplay: panel: Change comments to silence fallthrough warningsGravatar Miguel Ojeda 1-3/+3
2018-01-10auxdisplay: img-ascii-lcd: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEGravatar Jesse Chan 1-0/+4
2017-11-27auxdisplay: img-ascii-lcd: Only build on archs that have IOMEMGravatar Thomas Meyer 1-0/+1
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-8/+6
2017-11-03Update MIPS email addressesGravatar Paul Burton 1-1/+1
2017-11-02auxdisplay: Convert timers to use timer_setup()Gravatar Kees Cook 2-8/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 2-0/+2
2017-09-18auxdisplay: charlcd: properly restore atomic counter on error pathGravatar Willy Tarreau 2-4/+18
2017-07-17auxdisplay: constify charlcd_ops.Gravatar Arvind Yadav 1-3/+3
2017-05-25auxdisplay: Convert list_for_each to entry variantGravatar Wei Yongjun 1-4/+1
2017-04-08auxdisplay: Move arm-charlcd.c to drivers/auxdisplay folderGravatar Andy Shevchenko 3-0/+379
2017-04-08auxdisplay: Move panel.c to drivers/auxdisplay folderGravatar Andy Shevchenko 3-0/+2077
2017-04-08auxdisplay: ht16k33: use le16_to_cpup() to fetch LE16 dataGravatar Dmitry Torokhov 1-4/+8
2017-04-08auxdisplay: img-ascii-lcd: Fix module autoloadGravatar Javier Martinez Canillas 1-0/+1
2017-04-08auxdisplay: ht16k33: don't access uninitialized dataGravatar Arnd Bergmann 1-1/+7