Age | Commit message (Expand) | Author | Files | Lines |
2018-03-13 | auxdisplay: img-ascii-lcd: Silence 2 uninitialized warnings | Miguel Ojeda | 1 | -2/+2 |
2018-03-13 | auxdisplay: img-ascii-lcd: Fix doc comment to silence warnings | Miguel Ojeda | 1 | -1/+1 |
2018-03-13 | auxdisplay: panel: Change comments to silence fallthrough warnings | Miguel Ojeda | 1 | -3/+3 |
2018-01-10 | auxdisplay: img-ascii-lcd: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE | Jesse Chan | 1 | -0/+4 |
2017-11-27 | auxdisplay: img-ascii-lcd: Only build on archs that have IOMEM | Thomas Meyer | 1 | -0/+1 |
2017-11-14 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -8/+6 |
2017-11-03 | Update MIPS email addresses | Paul Burton | 1 | -1/+1 |
2017-11-03 | auxdisplay: Convert timers to use timer_setup() | Kees Cook | 2 | -8/+6 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2 | -0/+2 |
2017-09-18 | auxdisplay: charlcd: properly restore atomic counter on error path | Willy Tarreau | 2 | -4/+18 |
2017-07-17 | auxdisplay: constify charlcd_ops. | Arvind Yadav | 1 | -3/+3 |
2017-05-25 | auxdisplay: Convert list_for_each to entry variant | Wei Yongjun | 1 | -4/+1 |
2017-04-08 | auxdisplay: Move arm-charlcd.c to drivers/auxdisplay folder | Andy Shevchenko | 3 | -0/+379 |
2017-04-08 | auxdisplay: Move panel.c to drivers/auxdisplay folder | Andy Shevchenko | 3 | -0/+2077 |
2017-04-08 | auxdisplay: ht16k33: use le16_to_cpup() to fetch LE16 data | Dmitry Torokhov | 1 | -4/+8 |
2017-04-08 | auxdisplay: img-ascii-lcd: Fix module autoload | Javier Martinez Canillas | 1 | -0/+1 |
2017-04-08 | auxdisplay: ht16k33: don't access uninitialized data | Arnd Bergmann | 1 | -1/+7 |
2017-04-08 | auxdisplay: hd44780: Fix DT properties to include units of measurement | Geert Uytterhoeven | 1 | -2/+3 |
2017-03-27 | Merge 4.11-rc4 into char-misc-next | Greg Kroah-Hartman | 1 | -0/+1 |
2017-03-17 | auxdisplay: Add HD44780 Character LCD support | Geert Uytterhoeven | 3 | -0/+337 |
2017-03-17 | auxdisplay: charlcd: Add support for displays with more than two lines | Geert Uytterhoeven | 1 | -9/+13 |
2017-03-17 | auxdisplay: charlcd: Add support for 4-bit interfaces | Geert Uytterhoeven | 1 | -6/+30 |
2017-03-17 | auxdisplay: charlcd: Extract character LCD core from misc/panel | Geert Uytterhoeven | 3 | -0/+794 |
2017-03-16 | auxdisplay: img-ascii-lcd: add missing sentinel entry in img_ascii_lcd_matches | Dmitry Torokhov | 1 | -0/+1 |
2017-02-10 | auxdisplay: ht16k33: remove private workqueue | Dmitry Torokhov | 1 | -15/+5 |
2017-02-10 | auxdisplay: ht16k33: rework input device initialization | Dmitry Torokhov | 1 | -153/+145 |
2017-02-10 | auxdisplay: ht16k33: do not try to free fbdev | Dmitry Torokhov | 1 | -3/+1 |
2017-01-11 | auxdisplay: fix new ht16k33 build errors | Randy Dunlap | 1 | -3/+3 |
2016-11-30 | auxdisplay: ht16k33: select framebuffer helper modules | Robin van der Gracht | 1 | -0/+4 |
2016-11-10 | auxdisplay: ht16k33: Driver for LED controller | Robin van der Gracht | 3 | -0/+573 |
2016-10-06 | auxdisplay: img-ascii-lcd: driver for simple ASCII LCD displays | Paul Burton | 3 | -0/+453 |
2015-08-15 | auxdisplay: ks0108: initialize local parport variable | Sudip Mukherjee | 1 | -0/+2 |
2015-08-05 | auxdisplay: ks0108: use new parport device model | Sudip Mukherjee | 1 | -29/+47 |
2015-08-05 | auxdisplay: ks0108: use min_t | Sudip Mukherjee | 1 | -3/+5 |
2015-08-05 | auxdisplay: ks0108: start using pr_* | Sudip Mukherjee | 1 | -6/+6 |
2015-08-05 | auxdisplay: ks0108: fix refcount | Sudip Mukherjee | 1 | -0/+1 |
2013-10-29 | framebuffer: Use fb_<level> | Joe Perches | 1 | -2/+1 |
2013-01-04 | Drivers: misc: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -5/+5 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -2/+2 |
2010-05-25 | auxdisplay: section cleanup in cfag12864bfb driver | Henrik Kretzschmar | 1 | -4/+4 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2 | -1/+1 |
2010-03-08 | auxdisplay: move cfag12864bfb's probe function to .devinit.text | Uwe Kleine-König | 1 | -1/+1 |
2009-04-01 | auxdisplay: remove PARPORT dependency | H Hartley Sweeten | 1 | -2/+1 |
2008-07-24 | auxdisplay: small cleanups | Akinobu Mita | 1 | -11/+2 |
2008-07-04 | Miguel Ojeda has moved | Miguel Ojeda | 4 | -7/+7 |
2007-08-23 | cfag12864b fix | Miguel Ojeda | 1 | -1/+1 |
2007-08-18 | Add some help texts to recently-introduced kconfig items | Jan Engelhardt | 1 | -0/+5 |
2007-07-16 | Use menuconfig objects II - auxdisplay | Jan Engelhardt | 1 | -2/+6 |
2007-06-01 | cfag12864bfb: Use sys_ instead of cfb_ framebuffer accessors | Avuton Olrich | 2 | -3/+9 |
2007-05-10 | [S390] Kconfig: refine depends statements. | Martin Schwidefsky | 1 | -0/+1 |