aboutsummaryrefslogtreecommitdiff
path: root/drivers/auxdisplay
AgeCommit message (Expand)Author
2019-03-17auxdisplay: charlcd: make backlight initial state configurableMans Rullgard
2019-03-17auxdisplay: charlcd: simplify init message displayMans Rullgard
2019-03-17auxdisplay: deconfuse configurationMans Rullgard
2019-03-17auxdisplay: hd44780: Convert to use charlcd_free()Andy Shevchenko
2019-03-17auxdisplay: panel: Convert to use charlcd_free()Andy Shevchenko
2019-03-17auxdisplay: charlcd: Introduce charlcd_free() helperAndy Shevchenko
2019-03-17auxdisplay: charlcd: Move to_priv() to charlcd namespaceAndy Shevchenko
2019-03-17auxdisplay: hd44780: Fix memory leak on ->remove()Andy Shevchenko
2019-02-15auxdisplay: ht16k33: fix potential user-after-free on module unloadMiguel Ojeda
2018-12-21auxdisplay: charlcd: fix x/y command parsingMans Rullgard
2018-11-01Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojed...Linus Torvalds
2018-09-30Compiler Attributes: auxdisplay: panel: use __nonstringMiguel Ojeda
2018-09-13gpiolib: Pass array info to get/set array functionsJanusz Krzysztofik
2018-09-13gpiolib: Pass bitmaps, not integer arrays, to get/set arrayJanusz Krzysztofik
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-08-01auxdisplay: simplify getting .drvdataWolfram Sang
2018-08-01auxdisplay: charlcd: delete mdelay in long_sleepJia-Ju Bai
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-04-12auxdisplay: Replace licenses with SPDX identifiersMiguel Ojeda
2018-04-12auxdisplay: make PANEL a menuconfigRandy Dunlap
2018-04-12auxdisplay: fix broken menuRandy Dunlap
2018-04-12auxdisplay: charlcd: Fix and clean up handling of x/y commandsMiguel Ojeda
2018-04-12auxdisplay: charlcd: fix hex literal ranges for graphics commandRobert Abel
2018-04-12auxdisplay: charlcd: fix two-line command ^[[LN not marked as processedRobert Abel
2018-04-12auxdisplay: charlcd: replace octal literal with form-feed escape sequenceRobert Abel
2018-04-12auxdisplay: charlcd: use null character instead of zero literal to terminate ...Robert Abel
2018-04-12auxdisplay: charlcd: no need to call charlcd_gotoxy() if nothing changesSean Young
2018-04-12auxdisplay: cfag12864bfb: constify fb_fix_screeninfo and fb_var_screeninfo st...Gustavo A. R. Silva
2018-04-12auxdisplay: img-ascii-lcd: fix typo on select SYSCON/MFD_SYSCONCorentin Labbe
2018-04-12auxdisplay: img-ascii-lcd: kconfig: Remove MIPS_SEAD3 referenceUlf Magnusson
2018-04-12auxdisplay: arm-charlcd: Fix struct charlcd doc lineMiguel Ojeda
2018-03-13auxdisplay: img-ascii-lcd: Silence 2 uninitialized warningsMiguel Ojeda
2018-03-13auxdisplay: img-ascii-lcd: Fix doc comment to silence warningsMiguel Ojeda
2018-03-13auxdisplay: panel: Change comments to silence fallthrough warningsMiguel Ojeda
2018-01-10auxdisplay: img-ascii-lcd: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan
2017-11-27auxdisplay: img-ascii-lcd: Only build on archs that have IOMEMThomas Meyer
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-03Update MIPS email addressesPaul Burton
2017-11-02auxdisplay: Convert timers to use timer_setup()Kees Cook
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-18auxdisplay: charlcd: properly restore atomic counter on error pathWilly Tarreau
2017-07-17auxdisplay: constify charlcd_ops.Arvind Yadav
2017-05-25auxdisplay: Convert list_for_each to entry variantWei Yongjun
2017-04-08auxdisplay: Move arm-charlcd.c to drivers/auxdisplay folderAndy Shevchenko
2017-04-08auxdisplay: Move panel.c to drivers/auxdisplay folderAndy Shevchenko
2017-04-08auxdisplay: ht16k33: use le16_to_cpup() to fetch LE16 dataDmitry Torokhov
2017-04-08auxdisplay: img-ascii-lcd: Fix module autoloadJavier Martinez Canillas
2017-04-08auxdisplay: ht16k33: don't access uninitialized dataArnd Bergmann
2017-04-08auxdisplay: hd44780: Fix DT properties to include units of measurementGeert Uytterhoeven