summaryrefslogtreecommitdiffstats
path: root/drivers/auxdisplay
Commit message (Expand)AuthorAgeFilesLines
* 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
* auxdisplay: charlcd: checking for pointer reference before dereferencingLuiz Sampaio2021-11-241-0/+3
* auxdisplay: charlcd: fixing coding style issueLuiz Sampaio2021-11-241-1/+1
* auxdisplay: cfag12864bfb: code indent should use tabs where possibleHuiquan Deng2021-10-221-3/+3
* auxdisplay: ht16k33: remove superfluous header filesMianhan Liu2021-10-221-1/+0
* auxdisplay: ks0108: remove superfluous header filesMianhan Liu2021-10-221-3/+0
* auxdisplay: cfag12864bfb: remove superfluous header filesMianhan Liu2021-10-221-3/+0
* auxdisplay: ht16k33: Make use of device propertiesGeert Uytterhoeven2021-10-212-16/+13
* auxdisplay: ht16k33: Add LED supportGeert Uytterhoeven2021-10-212-16/+112
* auxdisplay: ht16k33: Add support for segment displaysGeert Uytterhoeven2021-10-212-7/+190
* auxdisplay: ht16k33: Extract frame buffer probingGeert Uytterhoeven2021-10-211-48/+53
* auxdisplay: ht16k33: Extract ht16k33_brightness_set()Geert Uytterhoeven2021-10-211-6/+19
* auxdisplay: ht16k33: Move delayed workGeert Uytterhoeven2021-10-211-8/+7
* auxdisplay: ht16k33: Add helper variable devGeert Uytterhoeven2021-10-211-21/+22
* auxdisplay: ht16k33: Convert to simple i2c probe functionGeert Uytterhoeven2021-10-211-3/+2
* auxdisplay: ht16k33: Remove unneeded error check in keypad probe()Geert Uytterhoeven2021-10-211-5/+1
* auxdisplay: ht16k33: Use HT16K33_FB_SIZE in ht16k33_initialize()Geert Uytterhoeven2021-10-211-1/+1
* auxdisplay: ht16k33: Fix frame buffer device blankingGeert Uytterhoeven2021-10-211-0/+10
* auxdisplay: ht16k33: Connect backlight to fbdevGeert Uytterhoeven2021-10-211-28/+28
* auxdisplay: linedisp: Add support for changing scroll rateGeert Uytterhoeven2021-10-211-2/+35
* auxdisplay: linedisp: Use kmemdup_nul() helperGeert Uytterhoeven2021-10-211-4/+1
* auxdisplay: Extract character line display core supportGeert Uytterhoeven2021-10-215-174/+312
* auxdisplay: img-ascii-lcd: Convert device attribute to sysfs_emit()Geert Uytterhoeven2021-10-211-1/+1
* auxdisplay: img-ascii-lcd: Add helper variable devGeert Uytterhoeven2021-10-211-7/+6
* auxdisplay: img-ascii-lcd: Fix lock-up when displaying empty stringGeert Uytterhoeven2021-10-211-0/+10
* auxdisplay: Replace symbolic permissions with octal permissionsJinchao Wang2021-07-162-3/+3