summaryrefslogtreecommitdiffstats
path: root/drivers/auxdisplay
AgeCommit message (Expand)AuthorLines
2025-01-24Merge tag 'auxdisplay-v6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-5/+3
2024-12-20Merge tag 'drm-misc-fixes-2024-12-19' of https://gitlab.freedesktop.org/drm/m...Dave Airlie-1/+1
2024-12-17fbdev: Fix recursive dependencies wrt BACKLIGHT_CLASS_DEVICEThomas Zimmermann-1/+1
2024-12-10auxdisplay: img-ascii-lcd: Constify struct img_ascii_lcd_configChristophe JAILLET-3/+3
2024-12-10auxdisplay: img-ascii-lcd: Remove an unused field in struct img_ascii_lcd_ctxChristophe JAILLET-2/+0
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-6/+6
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds-4/+4
2024-11-20Merge tag 'auxdisplay-v6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-18/+6
2024-10-08auxdisplay: Remove unused functionsDr. David Alan Gilbert-12/+0
2024-10-03auxdisplay: ht16k33: Make use of i2c_get_match_data()Andy Shevchenko-5/+5
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-09-30auxdisplay: 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 outAl Viro-1/+0
2024-07-26Merge tag 'auxdisplay-for-v6.11-tag1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-4/+17
2024-07-03parport: Remove parport_driver.devmodelDr. David Alan Gilbert-2/+0
2024-06-11auxdisplay: ht16k33: Drop reference after LED registrationMarkus Elfring-0/+1
2024-06-04auxdisplay: Use sizeof(*pointer) instead of sizeof(type)Erick Archer-2/+2
2024-06-04auxdisplay: hd44780: add missing MODULE_DESCRIPTION() macroJeff Johnson-0/+1
2024-06-04auxdisplay: linedisp: add missing MODULE_DESCRIPTION() macroJeff Johnson-0/+1
2024-06-04auxdisplay: linedisp: Support configuring the boot messageChris Packham-2/+10
2024-05-28auxdisplay: charlcd: Provide a forward declarationAndy Shevchenko-0/+2
2024-05-22Merge tag 'backlight-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-14/+1
2024-05-10Merge branches 'ib-backlight-auxdisplay-staging-omap-6.9', 'ib-backlight-auxd...Lee Jones-8/+0
2024-04-11auxdisplay: charlcd: Don't rebuild when CONFIG_PANEL_BOOT_MESSAGE=yAndy Shevchenko-0/+2
2024-04-11auxdisplay: charlcd: Add missing MODULE_DESCRIPTION()Andy Shevchenko-0/+1
2024-04-09auxdisplay: seg-led-gpio: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2024-04-02auxdisplay: linedisp: Group display drivers togetherAndy Shevchenko-172/+184
2024-03-28auxdisplay: ht16k33: Replace use of fb_blank with backlight helperThomas Zimmermann-6/+1
2024-03-28auxdisplay: ht16k33: Remove struct backlight_ops.check_fbThomas Zimmermann-8/+0
2024-03-12auxdisplay: img-ascii-lcd: Convert to platform remove callback returning voidUwe Kleine-König-5/+2
2024-03-12auxdisplay: hd44780: Convert to platform remove callback returning voidUwe Kleine-König-3/+2
2024-03-12auxdisplay: cfag12864bfb: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2024-03-11auxdisplay: seg-led-gpio: Import linedisp namespaceChris Packham-0/+1
2024-03-08auxdisplay: Add 7-segment LED display driverChris Packham-0/+124
2024-02-26auxdisplay: Add driver for MAX695x 7-segment LED controllersAndy Shevchenko-0/+209
2024-02-26auxdisplay: ht16k33: Drop struct ht16k33_segAndy Shevchenko-15/+9
2024-02-26auxdisplay: ht16k33: Switch to use line display character mappingAndy Shevchenko-73/+30
2024-02-26auxdisplay: ht16k33: Define a few helper macrosAndy Shevchenko-12/+16
2024-02-26auxdisplay: ht16k33: Move ht16k33_linedisp_ops downAndy Shevchenko-12/+12
2024-02-26auxdisplay: ht16k33: Add default to switch-casesAndy Shevchenko-5/+9
2024-02-26auxdisplay: linedisp: Allocate buffer for the stringAndy Shevchenko-21/+18
2024-02-15auxdisplay: linedisp: Add support for overriding character mappingAndy Shevchenko-2/+140
2024-02-15auxdisplay: linedisp: Provide struct linedisp_ops for future extensionAndy Shevchenko-15/+35
2024-02-15auxdisplay: linedisp: Move exported symbols to a namespaceAndy Shevchenko-2/+4
2024-02-15auxdisplay: linedisp: Add missing header(s)Andy Shevchenko-0/+6
2024-02-15auxdisplay: linedisp: Unshadow error codes in ->store()Andy Shevchenko-2/+5
2024-02-15auxdisplay: linedisp: Use unique number for idAndy Shevchenko-3/+12
2024-02-15auxdisplay: linedisp: Free allocated resources in ->release()Andy Shevchenko-1/+8
2024-02-15auxdisplay: img-ascii-lcd: Make container_of() no-op for struct linedispAndy Shevchenko-2/+2
2024-02-15auxdisplay: panel: Switch to use module_parport_driver()Andy Shevchenko-113/+89