summaryrefslogtreecommitdiff
path: root/drivers/auxdisplay
AgeCommit message (Expand)AuthorFilesLines
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
2024-05-28auxdisplay: charlcd: Provide a forward declarationAndy Shevchenko1-0/+2
2024-05-22Merge tag 'backlight-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-14/+1
2024-05-10Merge branches 'ib-backlight-auxdisplay-staging-omap-6.9', 'ib-backlight-auxd...Lee Jones1-8/+0
2024-04-11auxdisplay: charlcd: Don't rebuild when CONFIG_PANEL_BOOT_MESSAGE=yAndy Shevchenko1-0/+2
2024-04-11auxdisplay: charlcd: Add missing MODULE_DESCRIPTION()Andy Shevchenko1-0/+1
2024-04-09auxdisplay: seg-led-gpio: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-04-02auxdisplay: linedisp: Group display drivers togetherAndy Shevchenko2-172/+184
2024-03-28auxdisplay: ht16k33: Replace use of fb_blank with backlight helperThomas Zimmermann1-6/+1
2024-03-28auxdisplay: ht16k33: Remove struct backlight_ops.check_fbThomas Zimmermann1-8/+0
2024-03-12auxdisplay: img-ascii-lcd: Convert to platform remove callback returning voidUwe Kleine-König1-5/+2
2024-03-12auxdisplay: hd44780: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2024-03-12auxdisplay: cfag12864bfb: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-03-11auxdisplay: seg-led-gpio: Import linedisp namespaceChris Packham1-0/+1
2024-03-08auxdisplay: Add 7-segment LED display driverChris Packham3-0/+124
2024-02-26auxdisplay: Add driver for MAX695x 7-segment LED controllersAndy Shevchenko3-0/+209
2024-02-26auxdisplay: ht16k33: Drop struct ht16k33_segAndy Shevchenko1-15/+9
2024-02-26auxdisplay: ht16k33: Switch to use line display character mappingAndy Shevchenko1-73/+30
2024-02-26auxdisplay: ht16k33: Define a few helper macrosAndy Shevchenko1-12/+16
2024-02-26auxdisplay: ht16k33: Move ht16k33_linedisp_ops downAndy Shevchenko1-12/+12
2024-02-26auxdisplay: ht16k33: Add default to switch-casesAndy Shevchenko1-5/+9
2024-02-26auxdisplay: linedisp: Allocate buffer for the stringAndy Shevchenko4-21/+18
2024-02-15auxdisplay: linedisp: Add support for overriding character mappingAndy Shevchenko2-2/+140
2024-02-15auxdisplay: linedisp: Provide struct linedisp_ops for future extensionAndy Shevchenko4-15/+35
2024-02-15auxdisplay: linedisp: Move exported symbols to a namespaceAndy Shevchenko3-2/+4
2024-02-15auxdisplay: linedisp: Add missing header(s)Andy Shevchenko2-0/+6
2024-02-15auxdisplay: linedisp: Unshadow error codes in ->store()Andy Shevchenko1-2/+5
2024-02-15auxdisplay: linedisp: Use unique number for idAndy Shevchenko2-3/+12
2024-02-15auxdisplay: linedisp: Free allocated resources in ->release()Andy Shevchenko1-1/+8
2024-02-15auxdisplay: img-ascii-lcd: Make container_of() no-op for struct linedispAndy Shevchenko1-2/+2
2024-02-15auxdisplay: panel: Switch to use module_parport_driver()Andy Shevchenko1-113/+89
2024-01-12Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds3-18/+12
2023-12-01auxdisplay: img-ascii-lcd: Use device_get_match_data()Rob Herring1-9/+3
2023-11-29fbdev: Push pgprot_decrypted() into mmap implementationsThomas Zimmermann2-0/+4
2023-11-29auxdisplay/ht16k33: Initialize fb_ops with fbdev macrosThomas Zimmermann2-9/+3
2023-11-29auxdisplay/ht16k33: Set FBINFO_VIRTFB flagThomas Zimmermann1-0/+1
2023-11-29auxdisplay/cfag12864bfb: Initialize fb_ops with fbdev macrosThomas Zimmermann2-9/+3
2023-11-29auxdisplay/cfag12864bfb: Set FBINFO_VIRTFB flagThomas Zimmermann1-0/+1
2023-09-29auxdisplay: panel: Replace deprecated strncpy() with strtomem_pad()Justin Stitt1-4/+3
2023-08-30Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-2/+0
2023-08-19auxdisplay: hd44780: move cursor home after clear display commandHugo Villeneuve1-1/+9
2023-07-24auxdisplay: Remove flag FBINFO_FLAG_DEFAULT from fbdev driversThomas Zimmermann2-2/+0
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-2/+2