summaryrefslogtreecommitdiff
path: root/drivers/auxdisplay
AgeCommit message (Expand)Author
2024-03-12auxdisplay: img-ascii-lcd: Convert to platform remove callback returning voidUwe Kleine-König
2024-03-12auxdisplay: hd44780: Convert to platform remove callback returning voidUwe Kleine-König
2024-03-12auxdisplay: cfag12864bfb: Convert to platform remove callback returning voidUwe Kleine-König
2024-03-11auxdisplay: seg-led-gpio: Import linedisp namespaceChris Packham
2024-03-08auxdisplay: Add 7-segment LED display driverChris Packham
2024-02-26auxdisplay: Add driver for MAX695x 7-segment LED controllersAndy Shevchenko
2024-02-26auxdisplay: ht16k33: Drop struct ht16k33_segAndy Shevchenko
2024-02-26auxdisplay: ht16k33: Switch to use line display character mappingAndy Shevchenko
2024-02-26auxdisplay: ht16k33: Define a few helper macrosAndy Shevchenko
2024-02-26auxdisplay: ht16k33: Move ht16k33_linedisp_ops downAndy Shevchenko
2024-02-26auxdisplay: ht16k33: Add default to switch-casesAndy Shevchenko
2024-02-26auxdisplay: linedisp: Allocate buffer for the stringAndy Shevchenko
2024-02-15auxdisplay: linedisp: Add support for overriding character mappingAndy Shevchenko
2024-02-15auxdisplay: linedisp: Provide struct linedisp_ops for future extensionAndy Shevchenko
2024-02-15auxdisplay: linedisp: Move exported symbols to a namespaceAndy Shevchenko
2024-02-15auxdisplay: linedisp: Add missing header(s)Andy Shevchenko
2024-02-15auxdisplay: linedisp: Unshadow error codes in ->store()Andy Shevchenko
2024-02-15auxdisplay: linedisp: Use unique number for idAndy Shevchenko
2024-02-15auxdisplay: linedisp: Free allocated resources in ->release()Andy Shevchenko
2024-02-15auxdisplay: img-ascii-lcd: Make container_of() no-op for struct linedispAndy Shevchenko
2024-02-15auxdisplay: panel: Switch to use module_parport_driver()Andy Shevchenko
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