Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
c7b15a8657da7f8d11269c7cc3d8beef10d26b43
/
drivers
/
auxdisplay
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 6 years ago
351f683
auxdisplay: Replace licenses with SPDX identifiers
by Miguel Ojeda
· 7 years ago
8e2c3f1
auxdisplay: make PANEL a menuconfig
by Randy Dunlap
· 7 years ago
b5b903f
auxdisplay: fix broken menu
by Randy Dunlap
· 7 years ago
b34050f
auxdisplay: charlcd: Fix and clean up handling of x/y commands
by Miguel Ojeda
· 7 years ago
2e8c04f
auxdisplay: charlcd: fix hex literal ranges for graphics command
by Robert Abel
· 7 years ago
99b9b49
auxdisplay: charlcd: fix two-line command ^[[LN not marked as processed
by Robert Abel
· 7 years ago
9629ccc
auxdisplay: charlcd: replace octal literal with form-feed escape sequence
by Robert Abel
· 7 years ago
8c48375
auxdisplay: charlcd: use null character instead of zero literal to terminate strings
by Robert Abel
· 7 years ago
54bc937
auxdisplay: charlcd: no need to call charlcd_gotoxy() if nothing changes
by Sean Young
· 7 years ago
7223310
auxdisplay: cfag12864bfb: constify fb_fix_screeninfo and fb_var_screeninfo structures
by Gustavo A. R. Silva
· 7 years ago
aa9d87b
auxdisplay: img-ascii-lcd: fix typo on select SYSCON/MFD_SYSCON
by Corentin Labbe
· 7 years ago
0186a09
auxdisplay: img-ascii-lcd: kconfig: Remove MIPS_SEAD3 reference
by Ulf Magnusson
· 7 years ago
b1bf611
auxdisplay: arm-charlcd: Fix struct charlcd doc line
by Miguel Ojeda
· 7 years ago
26a2c54
auxdisplay: img-ascii-lcd: Silence 2 uninitialized warnings
by Miguel Ojeda
· 7 years ago
6a78b4d
auxdisplay: img-ascii-lcd: Fix doc comment to silence warnings
by Miguel Ojeda
· 7 years ago
5617c59
auxdisplay: panel: Change comments to silence fallthrough warnings
by Miguel Ojeda
· 7 years ago
09c479f
auxdisplay: img-ascii-lcd: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
by Jesse Chan
· 7 years ago
141cbfb
auxdisplay: img-ascii-lcd: Only build on archs that have IOMEM
by Thomas Meyer
· 7 years ago
2bcc673
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
fb615d6
Update MIPS email addresses
by Paul Burton
· 7 years ago
607a630
auxdisplay: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
93dc177
auxdisplay: charlcd: properly restore atomic counter on error path
by Willy Tarreau
· 7 years ago
7b948f1
auxdisplay: constify charlcd_ops.
by Arvind Yadav
· 7 years ago
4654bdb
auxdisplay: Convert list_for_each to entry variant
by Wei Yongjun
· 8 years ago
00846a4
auxdisplay: Move arm-charlcd.c to drivers/auxdisplay folder
by Andy Shevchenko
· 8 years ago
51c1e9b
auxdisplay: Move panel.c to drivers/auxdisplay folder
by Andy Shevchenko
· 8 years ago
6ef0c33
auxdisplay: ht16k33: use le16_to_cpup() to fetch LE16 data
by Dmitry Torokhov
· 8 years ago
750100a4
auxdisplay: img-ascii-lcd: Fix module autoload
by Javier Martinez Canillas
· 8 years ago
e1f990c
auxdisplay: ht16k33: don't access uninitialized data
by Arnd Bergmann
· 8 years ago
c7c3f09
auxdisplay: hd44780: Fix DT properties to include units of measurement
by Geert Uytterhoeven
· 8 years ago
57c0eab
Merge 4.11-rc4 into char-misc-next
by Greg Kroah-Hartman
· 8 years ago
d47d883
auxdisplay: Add HD44780 Character LCD support
by Geert Uytterhoeven
· 8 years ago
1d3b2af
auxdisplay: charlcd: Add support for displays with more than two lines
by Geert Uytterhoeven
· 8 years ago
ac20147
auxdisplay: charlcd: Add support for 4-bit interfaces
by Geert Uytterhoeven
· 8 years ago
39f8ea4
auxdisplay: charlcd: Extract character LCD core from misc/panel
by Geert Uytterhoeven
· 8 years ago
abda288
auxdisplay: img-ascii-lcd: add missing sentinel entry in img_ascii_lcd_matches
by Dmitry Torokhov
· 8 years ago
8fa8bea
auxdisplay: ht16k33: remove private workqueue
by Dmitry Torokhov
· 8 years ago
cac513f
auxdisplay: ht16k33: rework input device initialization
by Dmitry Torokhov
· 8 years ago
bbd39d1
auxdisplay: ht16k33: do not try to free fbdev
by Dmitry Torokhov
· 8 years ago
546cf3e
auxdisplay: fix new ht16k33 build errors
by Randy Dunlap
· 8 years ago
31114fa
auxdisplay: ht16k33: select framebuffer helper modules
by Robin van der Gracht
· 8 years ago
8992da4
auxdisplay: ht16k33: Driver for LED controller
by Robin van der Gracht
· 8 years ago
0cad855
auxdisplay: img-ascii-lcd: driver for simple ASCII LCD displays
by Paul Burton
· 8 years ago
92f2618
auxdisplay: ks0108: initialize local parport variable
by Sudip Mukherjee
· 9 years ago
4edd70c
auxdisplay: ks0108: use new parport device model
by Sudip Mukherjee
· 9 years ago
c9efdbe
auxdisplay: ks0108: use min_t
by Sudip Mukherjee
· 9 years ago
7faad1d
auxdisplay: ks0108: start using pr_*
by Sudip Mukherjee
· 9 years ago
bab383d
auxdisplay: ks0108: fix refcount
by Sudip Mukherjee
· 9 years ago
31b6780
framebuffer: Use fb_<level>
by Joe Perches
· 11 years ago
0fe763c
Drivers: misc: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
bf87eae
auxdisplay: section cleanup in cfag12864bfb driver
by Henrik Kretzschmar
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
57f1e87
auxdisplay: move cfag12864bfb's probe function to .devinit.text
by Uwe Kleine-König
· 15 years ago
c0aa24b
auxdisplay: remove PARPORT dependency
by H Hartley Sweeten
· 16 years ago
b340e8a
auxdisplay: small cleanups
by Akinobu Mita
· 16 years ago
450c622
Miguel Ojeda has moved
by Miguel Ojeda
· 16 years ago
fe58103a
cfag12864b fix
by Miguel Ojeda
· 17 years ago
06bfb7e
Add some help texts to recently-introduced kconfig items
by Jan Engelhardt
· 17 years ago
f592096
Use menuconfig objects II - auxdisplay
by Jan Engelhardt
· 17 years ago
bfeeffb
cfag12864bfb: Use sys_ instead of cfb_ framebuffer accessors
by Avuton Olrich
· 17 years ago
eeca7a3
[S390] Kconfig: refine depends statements.
by Martin Schwidefsky
· 17 years ago
34173a4
[PATCH] cfag12864b: fix crash when built-in and no parport present
by Miguel Ojeda
· 18 years ago
70e8404
[PATCH] drivers: add LCD support
by Miguel Ojeda Sandonis
· 18 years ago