summaryrefslogtreecommitdiff
path: root/drivers/auxdisplay
AgeCommit message (Expand)Author
2024-01-12Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-12-01auxdisplay: img-ascii-lcd: Use device_get_match_data()Rob Herring
2023-11-29fbdev: Push pgprot_decrypted() into mmap implementationsThomas Zimmermann
2023-11-29auxdisplay/ht16k33: Initialize fb_ops with fbdev macrosThomas Zimmermann
2023-11-29auxdisplay/ht16k33: Set FBINFO_VIRTFB flagThomas Zimmermann
2023-11-29auxdisplay/cfag12864bfb: Initialize fb_ops with fbdev macrosThomas Zimmermann
2023-11-29auxdisplay/cfag12864bfb: Set FBINFO_VIRTFB flagThomas Zimmermann
2023-09-29auxdisplay: panel: Replace deprecated strncpy() with strtomem_pad()Justin Stitt
2023-08-30Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-08-19auxdisplay: hd44780: move cursor home after clear display commandHugo Villeneuve
2023-07-24auxdisplay: Remove flag FBINFO_FLAG_DEFAULT from fbdev driversThomas Zimmermann
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-06-02auxdisplay: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-05-08auxdisplay/ht16k33: Use struct fb_info.screen_bufferThomas Zimmermann
2023-05-08auxdisplay/cfag12864bfb: Use struct fb_info.screen_bufferThomas Zimmermann
2022-12-12auxdisplay: hd44780: Fix potential memory leak in hd44780_remove()Jianglei Nie
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2022-03-18auxdisplay: lcd2s: Use array size explicitly in lcd2s_gotoxy()Andy Shevchenko
2022-03-18auxdisplay: lcd2s: Switch to i2c ->probe_new()Andy Shevchenko
2022-03-18auxdisplay: lcd2s: use module_i2c_driver to simplify the codeAndy Shevchenko
2022-03-18auxdisplay: lcd2s: make use of device property APIAndy Shevchenko
2022-03-18auxdisplay: lcd2s: Fix multi-line comment styleAndy Shevchenko
2022-03-03auxdisplay: lcd2s: Use proper API to free the instance of charlcd objectAndy Shevchenko
2022-03-03auxdisplay: lcd2s: Fix memory leak in ->remove()Andy Shevchenko
2022-03-03auxdisplay: lcd2s: Fix lcd2s_redefine_char() featureAndy Shevchenko
2021-11-24auxdisplay: charlcd: checking for pointer reference before dereferencingLuiz Sampaio
2021-11-24auxdisplay: charlcd: fixing coding style issueLuiz Sampaio
2021-10-22auxdisplay: cfag12864bfb: code indent should use tabs where possibleHuiquan Deng
2021-10-22auxdisplay: ht16k33: remove superfluous header filesMianhan Liu
2021-10-22auxdisplay: ks0108: remove superfluous header filesMianhan Liu
2021-10-22auxdisplay: cfag12864bfb: remove superfluous header filesMianhan Liu
2021-10-21auxdisplay: ht16k33: Make use of device propertiesGeert Uytterhoeven
2021-10-21auxdisplay: ht16k33: Add LED supportGeert Uytterhoeven
2021-10-21auxdisplay: ht16k33: Add support for segment displaysGeert Uytterhoeven
2021-10-21auxdisplay: ht16k33: Extract frame buffer probingGeert Uytterhoeven
2021-10-21auxdisplay: ht16k33: Extract ht16k33_brightness_set()Geert Uytterhoeven
2021-10-21auxdisplay: ht16k33: Move delayed workGeert Uytterhoeven
2021-10-21auxdisplay: ht16k33: Add helper variable devGeert Uytterhoeven
2021-10-21auxdisplay: ht16k33: Convert to simple i2c probe functionGeert Uytterhoeven
2021-10-21auxdisplay: ht16k33: Remove unneeded error check in keypad probe()Geert Uytterhoeven
2021-10-21auxdisplay: ht16k33: Use HT16K33_FB_SIZE in ht16k33_initialize()Geert Uytterhoeven
2021-10-21auxdisplay: ht16k33: Fix frame buffer device blankingGeert Uytterhoeven
2021-10-21auxdisplay: ht16k33: Connect backlight to fbdevGeert Uytterhoeven
2021-10-21auxdisplay: linedisp: Add support for changing scroll rateGeert Uytterhoeven
2021-10-21auxdisplay: linedisp: Use kmemdup_nul() helperGeert Uytterhoeven
2021-10-21auxdisplay: Extract character line display core supportGeert Uytterhoeven
2021-10-21auxdisplay: img-ascii-lcd: Convert device attribute to sysfs_emit()Geert Uytterhoeven
2021-10-21auxdisplay: img-ascii-lcd: Add helper variable devGeert Uytterhoeven
2021-10-21auxdisplay: img-ascii-lcd: Fix lock-up when displaying empty stringGeert Uytterhoeven
2021-07-16auxdisplay: Replace symbolic permissions with octal permissionsJinchao Wang