summaryrefslogtreecommitdiffstats
path: root/drivers/auxdisplay
Commit message (Expand)AuthorAgeFilesLines
* auxdisplay: hd44780: Rename hd to hdc in hd44780_common_alloc()Andy Shevchenko2025-03-101-6/+6
* auxdisplay: hd44780: Call charlcd_alloc() from hd44780_common_alloc()Andy Shevchenko2025-03-104-32/+21
* auxdisplay: panel: Make use of hd44780_common_free()Andy Shevchenko2025-03-101-2/+2
* auxdisplay: hd44780: Make use of hd44780_common_free()Andy Shevchenko2025-03-101-3/+2
* auxdisplay: hd44780: Introduce hd44780_common_free()Andy Shevchenko2025-03-102-0/+8
* auxdisplay: lcd2s: Allocate memory for custom data in charlcd_alloc()Andy Shevchenko2025-03-101-8/+4
* auxdisplay: charlcd: Partially revert "Move hwidth and bwidth to struct hd447...Andy Shevchenko2025-03-105-7/+9
* auxdisplay: panel: Fix an API misuse in panel.cAndy Shevchenko2025-02-241-2/+2
* auxdisplay: hd44780: Fix an API misuse in hd44780.cHaoxiang Li2025-02-241-2/+2
* auxdisplay: MAX6959 should select BITREVERSEGeert Uytterhoeven2025-02-201-0/+1
* auxdisplay: seg-led-gpio: use gpiod_multi_set_value_cansleepDavid Lechner2025-02-121-2/+1
* Merge tag 'auxdisplay-v6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2025-01-241-5/+3
|\
| * auxdisplay: img-ascii-lcd: Constify struct img_ascii_lcd_configChristophe JAILLET2024-12-101-3/+3
| * auxdisplay: img-ascii-lcd: Remove an unused field in struct img_ascii_lcd_ctxChristophe JAILLET2024-12-101-2/+0
* | Merge tag 'drm-misc-fixes-2024-12-19' of https://gitlab.freedesktop.org/drm/m...Dave Airlie2024-12-201-1/+1
|\ \ | |/ |/|
| * fbdev: Fix recursive dependencies wrt BACKLIGHT_CLASS_DEVICEThomas Zimmermann2024-12-171-1/+1
* | module: Convert symbol namespace to string literalPeter Zijlstra2024-12-025-6/+6
* | Get rid of 'remove_new' relic from platform driver structLinus Torvalds2024-12-014-4/+4
|/
* Merge tag 'auxdisplay-v6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-11-203-18/+6
|\
| * auxdisplay: Remove unused functionsDr. David Alan Gilbert2024-10-081-12/+0
| * auxdisplay: ht16k33: Make use of i2c_get_match_data()Andy Shevchenko2024-10-031-5/+5
| * auxdisplay: Drop explicit initialization of struct i2c_device_id::driver_data...Uwe Kleine-König2024-09-302-2/+2
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
|/
* [tree-wide] finally take no_llseek outAl Viro2024-09-271-1/+0
* Merge tag 'auxdisplay-for-v6.11-tag1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-07-267-4/+17
|\
| * auxdisplay: ht16k33: Drop reference after LED registrationMarkus Elfring2024-06-111-0/+1
| * auxdisplay: Use sizeof(*pointer) instead of sizeof(type)Erick Archer2024-06-042-2/+2
| * auxdisplay: hd44780: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-041-0/+1
| * auxdisplay: linedisp: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-041-0/+1
| * auxdisplay: linedisp: Support configuring the boot messageChris Packham2024-06-042-2/+10
| * auxdisplay: charlcd: Provide a forward declarationAndy Shevchenko2024-05-281-0/+2
* | parport: Remove parport_driver.devmodelDr. David Alan Gilbert2024-07-032-2/+0
|/
* Merge tag 'backlight-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-221-14/+1
|\
| *-. Merge branches 'ib-backlight-auxdisplay-staging-omap-6.9', 'ib-backlight-auxd...Lee Jones2024-05-101-8/+0
| |\ \
| | * | auxdisplay: ht16k33: Remove struct backlight_ops.check_fbThomas Zimmermann2024-03-281-8/+0
| | |/
| * / auxdisplay: ht16k33: Replace use of fb_blank with backlight helperThomas Zimmermann2024-03-281-6/+1
| |/
* | auxdisplay: charlcd: Don't rebuild when CONFIG_PANEL_BOOT_MESSAGE=yAndy Shevchenko2024-04-111-0/+2
* | auxdisplay: charlcd: Add missing MODULE_DESCRIPTION()Andy Shevchenko2024-04-111-0/+1
* | auxdisplay: seg-led-gpio: Convert to platform remove callback returning voidUwe Kleine-König2024-04-091-4/+2
* | auxdisplay: linedisp: Group display drivers togetherAndy Shevchenko2024-04-022-172/+184
|/
* auxdisplay: img-ascii-lcd: Convert to platform remove callback returning voidUwe Kleine-König2024-03-121-5/+2
* auxdisplay: hd44780: Convert to platform remove callback returning voidUwe Kleine-König2024-03-121-3/+2
* auxdisplay: cfag12864bfb: Convert to platform remove callback returning voidUwe Kleine-König2024-03-121-4/+2
* auxdisplay: seg-led-gpio: Import linedisp namespaceChris Packham2024-03-111-0/+1
* auxdisplay: Add 7-segment LED display driverChris Packham2024-03-083-0/+124
* auxdisplay: Add driver for MAX695x 7-segment LED controllersAndy Shevchenko2024-02-263-0/+209
* auxdisplay: ht16k33: Drop struct ht16k33_segAndy Shevchenko2024-02-261-15/+9
* auxdisplay: ht16k33: Switch to use line display character mappingAndy Shevchenko2024-02-261-73/+30
* auxdisplay: ht16k33: Define a few helper macrosAndy Shevchenko2024-02-261-12/+16
* auxdisplay: ht16k33: Move ht16k33_linedisp_ops downAndy Shevchenko2024-02-261-12/+12