Age | Commit message (Expand) | Author |
2024-07-26 | Merge tag 'auxdisplay-for-v6.11-tag1' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2024-07-03 | parport: Remove parport_driver.devmodel | Dr. David Alan Gilbert |
2024-06-11 | auxdisplay: ht16k33: Drop reference after LED registration | Markus Elfring |
2024-06-04 | auxdisplay: Use sizeof(*pointer) instead of sizeof(type) | Erick Archer |
2024-06-04 | auxdisplay: hd44780: add missing MODULE_DESCRIPTION() macro | Jeff Johnson |
2024-06-04 | auxdisplay: linedisp: add missing MODULE_DESCRIPTION() macro | Jeff Johnson |
2024-06-04 | auxdisplay: linedisp: Support configuring the boot message | Chris Packham |
2024-05-28 | auxdisplay: charlcd: Provide a forward declaration | Andy Shevchenko |
2024-05-22 | Merge tag 'backlight-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2024-05-10 | Merge branches 'ib-backlight-auxdisplay-staging-omap-6.9', 'ib-backlight-auxd... | Lee Jones |
2024-04-11 | auxdisplay: charlcd: Don't rebuild when CONFIG_PANEL_BOOT_MESSAGE=y | Andy Shevchenko |
2024-04-11 | auxdisplay: charlcd: Add missing MODULE_DESCRIPTION() | Andy Shevchenko |
2024-04-09 | auxdisplay: seg-led-gpio: Convert to platform remove callback returning void | Uwe Kleine-König |
2024-04-02 | auxdisplay: linedisp: Group display drivers together | Andy Shevchenko |
2024-03-28 | auxdisplay: ht16k33: Replace use of fb_blank with backlight helper | Thomas Zimmermann |
2024-03-28 | auxdisplay: ht16k33: Remove struct backlight_ops.check_fb | Thomas Zimmermann |
2024-03-12 | auxdisplay: img-ascii-lcd: Convert to platform remove callback returning void | Uwe Kleine-König |
2024-03-12 | auxdisplay: hd44780: Convert to platform remove callback returning void | Uwe Kleine-König |
2024-03-12 | auxdisplay: cfag12864bfb: Convert to platform remove callback returning void | Uwe Kleine-König |
2024-03-11 | auxdisplay: seg-led-gpio: Import linedisp namespace | Chris Packham |
2024-03-08 | auxdisplay: Add 7-segment LED display driver | Chris Packham |
2024-02-26 | auxdisplay: Add driver for MAX695x 7-segment LED controllers | Andy Shevchenko |
2024-02-26 | auxdisplay: ht16k33: Drop struct ht16k33_seg | Andy Shevchenko |
2024-02-26 | auxdisplay: ht16k33: Switch to use line display character mapping | Andy Shevchenko |
2024-02-26 | auxdisplay: ht16k33: Define a few helper macros | Andy Shevchenko |
2024-02-26 | auxdisplay: ht16k33: Move ht16k33_linedisp_ops down | Andy Shevchenko |
2024-02-26 | auxdisplay: ht16k33: Add default to switch-cases | Andy Shevchenko |
2024-02-26 | auxdisplay: linedisp: Allocate buffer for the string | Andy Shevchenko |
2024-02-15 | auxdisplay: linedisp: Add support for overriding character mapping | Andy Shevchenko |
2024-02-15 | auxdisplay: linedisp: Provide struct linedisp_ops for future extension | Andy Shevchenko |
2024-02-15 | auxdisplay: linedisp: Move exported symbols to a namespace | Andy Shevchenko |
2024-02-15 | auxdisplay: linedisp: Add missing header(s) | Andy Shevchenko |
2024-02-15 | auxdisplay: linedisp: Unshadow error codes in ->store() | Andy Shevchenko |
2024-02-15 | auxdisplay: linedisp: Use unique number for id | Andy Shevchenko |
2024-02-15 | auxdisplay: linedisp: Free allocated resources in ->release() | Andy Shevchenko |
2024-02-15 | auxdisplay: img-ascii-lcd: Make container_of() no-op for struct linedisp | Andy Shevchenko |
2024-02-15 | auxdisplay: panel: Switch to use module_parport_driver() | Andy Shevchenko |
2024-01-12 | Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds |
2023-12-01 | auxdisplay: img-ascii-lcd: Use device_get_match_data() | Rob Herring |
2023-11-29 | fbdev: Push pgprot_decrypted() into mmap implementations | Thomas Zimmermann |
2023-11-29 | auxdisplay/ht16k33: Initialize fb_ops with fbdev macros | Thomas Zimmermann |
2023-11-29 | auxdisplay/ht16k33: Set FBINFO_VIRTFB flag | Thomas Zimmermann |
2023-11-29 | auxdisplay/cfag12864bfb: Initialize fb_ops with fbdev macros | Thomas Zimmermann |
2023-11-29 | auxdisplay/cfag12864bfb: Set FBINFO_VIRTFB flag | Thomas Zimmermann |
2023-09-29 | auxdisplay: panel: Replace deprecated strncpy() with strtomem_pad() | Justin Stitt |
2023-08-30 | Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds |
2023-08-19 | auxdisplay: hd44780: move cursor home after clear display command | Hugo Villeneuve |
2023-07-24 | auxdisplay: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers | Thomas Zimmermann |
2023-06-29 | Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds |
2023-06-02 | auxdisplay: Switch i2c drivers back to use .probe() | Uwe Kleine-König |