aboutsummaryrefslogtreecommitdiff
path: root/drivers/auxdisplay
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-08auxdisplay: hd44780: Fix DT properties to include units of measurementGravatar Geert Uytterhoeven 1-2/+3
2017-03-27Merge 4.11-rc4 into char-misc-nextGravatar Greg Kroah-Hartman 1-0/+1
2017-03-17auxdisplay: Add HD44780 Character LCD supportGravatar Geert Uytterhoeven 3-0/+337
2017-03-17auxdisplay: charlcd: Add support for displays with more than two linesGravatar Geert Uytterhoeven 1-9/+13
2017-03-17auxdisplay: charlcd: Add support for 4-bit interfacesGravatar Geert Uytterhoeven 1-6/+30
2017-03-17auxdisplay: charlcd: Extract character LCD core from misc/panelGravatar Geert Uytterhoeven 3-0/+794
2017-03-16auxdisplay: img-ascii-lcd: add missing sentinel entry in img_ascii_lcd_matchesGravatar Dmitry Torokhov 1-0/+1
2017-02-10auxdisplay: ht16k33: remove private workqueueGravatar Dmitry Torokhov 1-15/+5
2017-02-10auxdisplay: ht16k33: rework input device initializationGravatar Dmitry Torokhov 1-153/+145
2017-02-10auxdisplay: ht16k33: do not try to free fbdevGravatar Dmitry Torokhov 1-3/+1
2017-01-11auxdisplay: fix new ht16k33 build errorsGravatar Randy Dunlap 1-3/+3
2016-11-30auxdisplay: ht16k33: select framebuffer helper modulesGravatar Robin van der Gracht 1-0/+4
2016-11-10auxdisplay: ht16k33: Driver for LED controllerGravatar Robin van der Gracht 3-0/+573
2016-10-06auxdisplay: img-ascii-lcd: driver for simple ASCII LCD displaysGravatar Paul Burton 3-0/+453
2015-08-14auxdisplay: ks0108: initialize local parport variableGravatar Sudip Mukherjee 1-0/+2
2015-08-05auxdisplay: ks0108: use new parport device modelGravatar Sudip Mukherjee 1-29/+47
2015-08-05auxdisplay: ks0108: use min_tGravatar Sudip Mukherjee 1-3/+5
2015-08-05auxdisplay: ks0108: start using pr_*Gravatar Sudip Mukherjee 1-6/+6
2015-08-05auxdisplay: ks0108: fix refcountGravatar Sudip Mukherjee 1-0/+1
2013-10-29framebuffer: Use fb_<level>Gravatar Joe Perches 1-2/+1
2013-01-03Drivers: misc: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-5/+5
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-2/+2
2010-05-25auxdisplay: section cleanup in cfag12864bfb driverGravatar Henrik Kretzschmar 1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 2-1/+1
2010-03-07auxdisplay: move cfag12864bfb's probe function to .devinit.textGravatar Uwe Kleine-König 1-1/+1
2009-04-01auxdisplay: remove PARPORT dependencyGravatar H Hartley Sweeten 1-2/+1
2008-07-24auxdisplay: small cleanupsGravatar Akinobu Mita 1-11/+2
2008-07-04Miguel Ojeda has movedGravatar Miguel Ojeda 4-7/+7
2007-08-22cfag12864b fixGravatar Miguel Ojeda 1-1/+1
2007-08-18Add some help texts to recently-introduced kconfig itemsGravatar Jan Engelhardt 1-0/+5
2007-07-16Use menuconfig objects II - auxdisplayGravatar Jan Engelhardt 1-2/+6
2007-06-01cfag12864bfb: Use sys_ instead of cfb_ framebuffer accessorsGravatar Avuton Olrich 2-3/+9
2007-05-10[S390] Kconfig: refine depends statements.Gravatar Martin Schwidefsky 1-0/+1
2007-02-20[PATCH] cfag12864b: fix crash when built-in and no parport presentGravatar Miguel Ojeda 3-1/+40
2007-02-11[PATCH] drivers: add LCD supportGravatar Miguel Ojeda Sandonis 5-0/+844