aboutsummaryrefslogtreecommitdiff
path: root/drivers/auxdisplay
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 3-18/+12
2023-12-01auxdisplay: img-ascii-lcd: Use device_get_match_data()Gravatar Rob Herring 1-9/+3
2023-11-29fbdev: Push pgprot_decrypted() into mmap implementationsGravatar Thomas Zimmermann 2-0/+4
2023-11-29auxdisplay/ht16k33: Initialize fb_ops with fbdev macrosGravatar Thomas Zimmermann 2-9/+3
2023-11-29auxdisplay/ht16k33: Set FBINFO_VIRTFB flagGravatar Thomas Zimmermann 1-0/+1
2023-11-29auxdisplay/cfag12864bfb: Initialize fb_ops with fbdev macrosGravatar Thomas Zimmermann 2-9/+3
2023-11-29auxdisplay/cfag12864bfb: Set FBINFO_VIRTFB flagGravatar Thomas Zimmermann 1-0/+1
2023-09-29auxdisplay: panel: Replace deprecated strncpy() with strtomem_pad()Gravatar Justin Stitt 1-4/+3
2023-08-30Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 2-2/+0
2023-08-19auxdisplay: hd44780: move cursor home after clear display commandGravatar Hugo Villeneuve 1-1/+9
2023-07-24auxdisplay: Remove flag FBINFO_FLAG_DEFAULT from fbdev driversGravatar Thomas Zimmermann 2-2/+0
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 2-2/+2
2023-06-02auxdisplay: Switch i2c drivers back to use .probe()Gravatar Uwe Kleine-König 2-2/+2
2023-05-08auxdisplay/ht16k33: Use struct fb_info.screen_bufferGravatar Thomas Zimmermann 1-1/+1
2023-05-08auxdisplay/cfag12864bfb: Use struct fb_info.screen_bufferGravatar Thomas Zimmermann 1-1/+1
2022-12-12auxdisplay: hd44780: Fix potential memory leak in hd44780_remove()Gravatar Jianglei Nie 1-0/+2
2022-08-16i2c: Make remove callback return voidGravatar Uwe Kleine-König 2-5/+2
2022-03-18auxdisplay: lcd2s: Use array size explicitly in lcd2s_gotoxy()Gravatar Andy Shevchenko 1-1/+1
2022-03-18auxdisplay: lcd2s: Switch to i2c ->probe_new()Gravatar Andy Shevchenko 1-3/+2
2022-03-18auxdisplay: lcd2s: use module_i2c_driver to simplify the codeGravatar Andy Shevchenko 1-18/+1
2022-03-18auxdisplay: lcd2s: make use of device property APIGravatar Andy Shevchenko 1-5/+3
2022-03-18auxdisplay: lcd2s: Fix multi-line comment styleGravatar Andy Shevchenko 1-11/+10
2022-03-03auxdisplay: lcd2s: Use proper API to free the instance of charlcd objectGravatar Andy Shevchenko 1-2/+2
2022-03-03auxdisplay: lcd2s: Fix memory leak in ->remove()Gravatar Andy Shevchenko 1-11/+7
2022-03-03auxdisplay: lcd2s: Fix lcd2s_redefine_char() featureGravatar Andy Shevchenko 1-1/+1
2021-11-24auxdisplay: charlcd: checking for pointer reference before dereferencingGravatar Luiz Sampaio 1-0/+3
2021-11-24auxdisplay: charlcd: fixing coding style issueGravatar Luiz Sampaio 1-1/+1
2021-10-22auxdisplay: cfag12864bfb: code indent should use tabs where possibleGravatar Huiquan Deng 1-3/+3
2021-10-22auxdisplay: ht16k33: remove superfluous header filesGravatar Mianhan Liu 1-1/+0
2021-10-22auxdisplay: ks0108: remove superfluous header filesGravatar Mianhan Liu 1-3/+0
2021-10-22auxdisplay: cfag12864bfb: remove superfluous header filesGravatar Mianhan Liu 1-3/+0
2021-10-21auxdisplay: ht16k33: Make use of device propertiesGravatar Geert Uytterhoeven 2-16/+13
2021-10-21auxdisplay: ht16k33: Add LED supportGravatar Geert Uytterhoeven 2-16/+112
2021-10-21auxdisplay: ht16k33: Add support for segment displaysGravatar Geert Uytterhoeven 2-7/+190
2021-10-21auxdisplay: ht16k33: Extract frame buffer probingGravatar Geert Uytterhoeven 1-48/+53
2021-10-21auxdisplay: ht16k33: Extract ht16k33_brightness_set()Gravatar Geert Uytterhoeven 1-6/+19
2021-10-21auxdisplay: ht16k33: Move delayed workGravatar Geert Uytterhoeven 1-8/+7
2021-10-21auxdisplay: ht16k33: Add helper variable devGravatar Geert Uytterhoeven 1-21/+22
2021-10-21auxdisplay: ht16k33: Convert to simple i2c probe functionGravatar Geert Uytterhoeven 1-3/+2
2021-10-21auxdisplay: ht16k33: Remove unneeded error check in keypad probe()Gravatar Geert Uytterhoeven 1-5/+1
2021-10-21auxdisplay: ht16k33: Use HT16K33_FB_SIZE in ht16k33_initialize()Gravatar Geert Uytterhoeven 1-1/+1
2021-10-21auxdisplay: ht16k33: Fix frame buffer device blankingGravatar Geert Uytterhoeven 1-0/+10
2021-10-21auxdisplay: ht16k33: Connect backlight to fbdevGravatar Geert Uytterhoeven 1-28/+28
2021-10-21auxdisplay: linedisp: Add support for changing scroll rateGravatar Geert Uytterhoeven 1-2/+35
2021-10-21auxdisplay: linedisp: Use kmemdup_nul() helperGravatar Geert Uytterhoeven 1-4/+1
2021-10-21auxdisplay: Extract character line display core supportGravatar Geert Uytterhoeven 5-174/+312
2021-10-21auxdisplay: img-ascii-lcd: Convert device attribute to sysfs_emit()Gravatar Geert Uytterhoeven 1-1/+1
2021-10-21auxdisplay: img-ascii-lcd: Add helper variable devGravatar Geert Uytterhoeven 1-7/+6
2021-10-21auxdisplay: img-ascii-lcd: Fix lock-up when displaying empty stringGravatar Geert Uytterhoeven 1-0/+10
2021-07-16auxdisplay: Replace symbolic permissions with octal permissionsGravatar Jinchao Wang 2-3/+3