summaryrefslogtreecommitdiffstats
path: root/drivers/auxdisplay
Commit message (Expand)AuthorAgeFilesLines
* 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
* auxdisplay: ht16k33: Add default to switch-casesAndy Shevchenko2024-02-261-5/+9
* auxdisplay: linedisp: Allocate buffer for the stringAndy Shevchenko2024-02-264-21/+18
* auxdisplay: linedisp: Add support for overriding character mappingAndy Shevchenko2024-02-152-2/+140
* auxdisplay: linedisp: Provide struct linedisp_ops for future extensionAndy Shevchenko2024-02-154-15/+35
* auxdisplay: linedisp: Move exported symbols to a namespaceAndy Shevchenko2024-02-153-2/+4
* auxdisplay: linedisp: Add missing header(s)Andy Shevchenko2024-02-152-0/+6
* auxdisplay: linedisp: Unshadow error codes in ->store()Andy Shevchenko2024-02-151-2/+5
* auxdisplay: linedisp: Use unique number for idAndy Shevchenko2024-02-152-3/+12
* auxdisplay: linedisp: Free allocated resources in ->release()Andy Shevchenko2024-02-151-1/+8
* auxdisplay: img-ascii-lcd: Make container_of() no-op for struct linedispAndy Shevchenko2024-02-151-2/+2
* auxdisplay: panel: Switch to use module_parport_driver()Andy Shevchenko2024-02-151-113/+89
* Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2024-01-123-18/+12
|\
| * fbdev: Push pgprot_decrypted() into mmap implementationsThomas Zimmermann2023-11-292-0/+4
| * auxdisplay/ht16k33: Initialize fb_ops with fbdev macrosThomas Zimmermann2023-11-292-9/+3
| * auxdisplay/ht16k33: Set FBINFO_VIRTFB flagThomas Zimmermann2023-11-291-0/+1
| * auxdisplay/cfag12864bfb: Initialize fb_ops with fbdev macrosThomas Zimmermann2023-11-292-9/+3
| * auxdisplay/cfag12864bfb: Set FBINFO_VIRTFB flagThomas Zimmermann2023-11-291-0/+1
* | auxdisplay: img-ascii-lcd: Use device_get_match_data()Rob Herring2023-12-011-9/+3
|/
* auxdisplay: panel: Replace deprecated strncpy() with strtomem_pad()Justin Stitt2023-09-291-4/+3
* Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-08-302-2/+0
|\
| * auxdisplay: Remove flag FBINFO_FLAG_DEFAULT from fbdev driversThomas Zimmermann2023-07-242-2/+0
* | auxdisplay: hd44780: move cursor home after clear display commandHugo Villeneuve2023-08-191-1/+9
|/
* Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-06-292-2/+2
|\
| * auxdisplay/ht16k33: Use struct fb_info.screen_bufferThomas Zimmermann2023-05-081-1/+1
| * auxdisplay/cfag12864bfb: Use struct fb_info.screen_bufferThomas Zimmermann2023-05-081-1/+1
* | auxdisplay: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-06-022-2/+2
|/
* auxdisplay: hd44780: Fix potential memory leak in hd44780_remove()Jianglei Nie2022-12-121-0/+2
* i2c: Make remove callback return voidUwe Kleine-König2022-08-162-5/+2
* auxdisplay: lcd2s: Use array size explicitly in lcd2s_gotoxy()Andy Shevchenko2022-03-181-1/+1
* auxdisplay: lcd2s: Switch to i2c ->probe_new()Andy Shevchenko2022-03-181-3/+2
* auxdisplay: lcd2s: use module_i2c_driver to simplify the codeAndy Shevchenko2022-03-181-18/+1
* auxdisplay: lcd2s: make use of device property APIAndy Shevchenko2022-03-181-5/+3
* auxdisplay: lcd2s: Fix multi-line comment styleAndy Shevchenko2022-03-181-11/+10
* auxdisplay: lcd2s: Use proper API to free the instance of charlcd objectAndy Shevchenko2022-03-031-2/+2
* auxdisplay: lcd2s: Fix memory leak in ->remove()Andy Shevchenko2022-03-031-11/+7
* auxdisplay: lcd2s: Fix lcd2s_redefine_char() featureAndy Shevchenko2022-03-031-1/+1