index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
auxdisplay
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-4
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-4
/
+4
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-0
/
+2
2026-01-20
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
-0
/
+2
2026-01-13
auxdisplay: max6959: Replace slab.h with device/devres.h
Andy Shevchenko
-1
/
+1
2025-12-29
auxdisplay: arm-charlcd: Remove redundant ternary operators
Andy Shevchenko
-1
/
+2
2025-12-29
auxdisplay: arm-charlcd: Join string literals back
Andy Shevchenko
-4
/
+3
2025-12-29
auxdisplay: arm-charlcd: Use readl_poll_timeout
Andy Shevchenko
-17
/
+7
2025-12-29
auxdisplay: arm-charlcd: Don't use "proxy" headers
Andy Shevchenko
-3
/
+7
2025-12-29
auxdisplay: arm-charlcd: drop of_match_ptr()
Andy Shevchenko
-2
/
+2
2025-12-29
auxdisplay: arm-charlcd: Remove unneeded info message
Andy Shevchenko
-4
/
+1
2025-12-29
auxdisplay: arm-charlcd: convert to use device managed APIs
Andy Shevchenko
-40
/
+9
2025-12-29
auxdisplay: arm-charlcd: fix release_mem_region() size
Thomas Fourier
-1
/
+1
2025-10-15
auxdisplay: linedisp: support attribute attachment to auxdisplay devices
Jean-François Lessard
-6
/
+178
2025-10-15
auxdisplay: linedisp: add num_chars sysfs attribute
Jean-François Lessard
-0
/
+11
2025-10-15
auxdisplay: linedisp: display static message when length <= display size
Jean-François Lessard
-9
/
+21
2025-10-15
auxdisplay: linedisp: encapsulate container_of usage within to_linedisp
Jean-François Lessard
-8
/
+13
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
-1
/
+1
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
-6
/
+6
2025-03-10
auxdisplay: hd44780: Rename hd to hdc in hd44780_common_alloc()
Andy Shevchenko
-6
/
+6
2025-03-10
auxdisplay: hd44780: Call charlcd_alloc() from hd44780_common_alloc()
Andy Shevchenko
-32
/
+21
2025-03-10
auxdisplay: panel: Make use of hd44780_common_free()
Andy Shevchenko
-2
/
+2
2025-03-10
auxdisplay: hd44780: Make use of hd44780_common_free()
Andy Shevchenko
-3
/
+2
2025-03-10
auxdisplay: hd44780: Introduce hd44780_common_free()
Andy Shevchenko
-0
/
+8
2025-03-10
auxdisplay: lcd2s: Allocate memory for custom data in charlcd_alloc()
Andy Shevchenko
-8
/
+4
2025-03-10
auxdisplay: charlcd: Partially revert "Move hwidth and bwidth to struct hd447...
Andy Shevchenko
-7
/
+9
2025-02-24
auxdisplay: panel: Fix an API misuse in panel.c
Andy Shevchenko
-2
/
+2
2025-02-24
auxdisplay: hd44780: Fix an API misuse in hd44780.c
Haoxiang Li
-2
/
+2
2025-02-20
auxdisplay: MAX6959 should select BITREVERSE
Geert Uytterhoeven
-0
/
+1
2025-02-12
auxdisplay: seg-led-gpio: use gpiod_multi_set_value_cansleep
David Lechner
-2
/
+1
2025-01-24
Merge tag 'auxdisplay-v6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-5
/
+3
2024-12-20
Merge tag 'drm-misc-fixes-2024-12-19' of https://gitlab.freedesktop.org/drm/m...
Dave Airlie
-1
/
+1
2024-12-17
fbdev: Fix recursive dependencies wrt BACKLIGHT_CLASS_DEVICE
Thomas Zimmermann
-1
/
+1
2024-12-10
auxdisplay: img-ascii-lcd: Constify struct img_ascii_lcd_config
Christophe JAILLET
-3
/
+3
2024-12-10
auxdisplay: img-ascii-lcd: Remove an unused field in struct img_ascii_lcd_ctx
Christophe JAILLET
-2
/
+0
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
-6
/
+6
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
-4
/
+4
2024-11-20
Merge tag 'auxdisplay-v6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-18
/
+6
2024-10-08
auxdisplay: Remove unused functions
Dr. David Alan Gilbert
-12
/
+0
2024-10-03
auxdisplay: ht16k33: Make use of i2c_get_match_data()
Andy Shevchenko
-5
/
+5
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
-1
/
+1
2024-09-30
auxdisplay: Drop explicit initialization of struct i2c_device_id::driver_data...
Uwe Kleine-König
-2
/
+2
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
-1
/
+0
2024-07-26
Merge tag 'auxdisplay-for-v6.11-tag1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-4
/
+17
2024-07-03
parport: Remove parport_driver.devmodel
Dr. David Alan Gilbert
-2
/
+0
2024-06-11
auxdisplay: ht16k33: Drop reference after LED registration
Markus Elfring
-0
/
+1
2024-06-04
auxdisplay: Use sizeof(*pointer) instead of sizeof(type)
Erick Archer
-2
/
+2
2024-06-04
auxdisplay: hd44780: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
-0
/
+1
2024-06-04
auxdisplay: linedisp: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
-0
/
+1
2024-06-04
auxdisplay: linedisp: Support configuring the boot message
Chris Packham
-2
/
+10
[next]