summaryrefslogtreecommitdiff
path: root/drivers/auxdisplay
AgeCommit message (Expand)AuthorFilesLines
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds3-4/+4
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook3-4/+4
13 daysMerge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2-0/+2
2026-01-21kernel.h: drop hex.h and update all hex.h usersRandy Dunlap2-0/+2
2026-01-13auxdisplay: max6959: Replace slab.h with device/devres.hAndy Shevchenko1-1/+1
2025-12-29auxdisplay: arm-charlcd: Remove redundant ternary operatorsAndy Shevchenko1-1/+2
2025-12-29auxdisplay: arm-charlcd: Join string literals backAndy Shevchenko1-4/+3
2025-12-29auxdisplay: arm-charlcd: Use readl_poll_timeoutAndy Shevchenko1-17/+7
2025-12-29auxdisplay: arm-charlcd: Don't use "proxy" headersAndy Shevchenko1-3/+7
2025-12-29auxdisplay: arm-charlcd: drop of_match_ptr()Andy Shevchenko1-2/+2
2025-12-29auxdisplay: arm-charlcd: Remove unneeded info messageAndy Shevchenko1-4/+1
2025-12-29auxdisplay: arm-charlcd: convert to use device managed APIsAndy Shevchenko1-40/+9
2025-12-29auxdisplay: arm-charlcd: fix release_mem_region() sizeThomas Fourier1-1/+1
2025-10-15auxdisplay: linedisp: support attribute attachment to auxdisplay devicesJean-François Lessard2-6/+178
2025-10-15auxdisplay: linedisp: add num_chars sysfs attributeJean-François Lessard1-0/+11
2025-10-15auxdisplay: linedisp: display static message when length <= display sizeJean-François Lessard1-9/+21
2025-10-15auxdisplay: linedisp: encapsulate container_of usage within to_linedispJean-François Lessard1-8/+13
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner2-6/+6
2025-03-10auxdisplay: hd44780: Rename hd to hdc in hd44780_common_alloc()Andy Shevchenko1-6/+6
2025-03-10auxdisplay: hd44780: Call charlcd_alloc() from hd44780_common_alloc()Andy Shevchenko4-32/+21
2025-03-10auxdisplay: panel: Make use of hd44780_common_free()Andy Shevchenko1-2/+2
2025-03-10auxdisplay: hd44780: Make use of hd44780_common_free()Andy Shevchenko1-3/+2
2025-03-10auxdisplay: hd44780: Introduce hd44780_common_free()Andy Shevchenko2-0/+8
2025-03-10auxdisplay: lcd2s: Allocate memory for custom data in charlcd_alloc()Andy Shevchenko1-8/+4
2025-03-10auxdisplay: charlcd: Partially revert "Move hwidth and bwidth to struct hd447...Andy Shevchenko5-7/+9
2025-02-24auxdisplay: panel: Fix an API misuse in panel.cAndy Shevchenko1-2/+2
2025-02-24auxdisplay: hd44780: Fix an API misuse in hd44780.cHaoxiang Li1-2/+2
2025-02-20auxdisplay: MAX6959 should select BITREVERSEGeert Uytterhoeven1-0/+1
2025-02-12auxdisplay: seg-led-gpio: use gpiod_multi_set_value_cansleepDavid Lechner1-2/+1
2025-01-24Merge tag 'auxdisplay-v6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+3
2024-12-20Merge tag 'drm-misc-fixes-2024-12-19' of https://gitlab.freedesktop.org/drm/m...Dave Airlie1-1/+1
2024-12-17fbdev: Fix recursive dependencies wrt BACKLIGHT_CLASS_DEVICEThomas Zimmermann1-1/+1
2024-12-10auxdisplay: img-ascii-lcd: Constify struct img_ascii_lcd_configChristophe JAILLET1-3/+3
2024-12-10auxdisplay: img-ascii-lcd: Remove an unused field in struct img_ascii_lcd_ctxChristophe JAILLET1-2/+0
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra5-6/+6
2024-12-02Get rid of 'remove_new' relic from platform driver structLinus Torvalds4-4/+4
2024-11-20Merge tag 'auxdisplay-v6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-18/+6
2024-10-08auxdisplay: Remove unused functionsDr. David Alan Gilbert1-12/+0
2024-10-03auxdisplay: ht16k33: Make use of i2c_get_match_data()Andy Shevchenko1-5/+5
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-30auxdisplay: Drop explicit initialization of struct i2c_device_id::driver_data...Uwe Kleine-König2-2/+2
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-07-26Merge tag 'auxdisplay-for-v6.11-tag1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds7-4/+17
2024-07-03parport: Remove parport_driver.devmodelDr. David Alan Gilbert2-2/+0
2024-06-11auxdisplay: ht16k33: Drop reference after LED registrationMarkus Elfring1-0/+1
2024-06-04auxdisplay: Use sizeof(*pointer) instead of sizeof(type)Erick Archer2-2/+2
2024-06-04auxdisplay: hd44780: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-04auxdisplay: linedisp: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-04auxdisplay: linedisp: Support configuring the boot messageChris Packham2-2/+10