summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft
AgeCommit message (Expand)AuthorLines
2026-03-09staging: fbtft: Update RA8875 Kconfig help descriptionAdam Azuddin-1/+5
2026-03-09fbtft: Update REAMDE to slow down the stream of undesired cleanupsAndy Shevchenko-22/+7
2026-02-23staging: fbtft: fb_tinylcd: replace udelay() with fsleep()Tomasz Unger-1/+1
2026-02-23staging: fbtft: Remove duplications of fbtft_set_addr_win()Nam Cao-119/+0
2026-02-23staging: fbtft: fix unchecked write return value in fb_agm1264k-flArtem Lytkin-1/+1
2026-02-23staging: fbtft: Optimize partial write()Nam Cao-8/+5
2026-02-23staging: fbtft: fix spelling mistake "dinamically" -> "dynamically"Santiago Almeida-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+3
2026-02-14staging: fbtft: Make framebuffer registration message debug-onlyChintan Patel-5/+5
2026-02-14staging: fbtft: Fix build failure when CONFIG_FB_DEVICE=nChintan Patel-10/+9
2026-02-14staging: fbtft: Make FB_DEVICE dependency optionalChintan Patel-5/+20
2025-11-24staging: fbtft: core: fix potential memory leak in fbtft_probe_common()Jianglei Nie-2/+2
2025-07-09staging: fbtft: cleanup error handling in fbtft_framebuffer_alloc()Abdun Nihaal-16/+16
2025-06-30staging: fbtft: fix potential memory leak in fbtft_framebuffer_alloc()Abdun Nihaal-3/+6
2025-06-30staging: fbtft: fix potential memory leak in fbtft_framebuffer_alloc()Abdun Nihaal-0/+1
2025-04-15fbtft: Replace 'depends on FB_TFT' by 'if FB_TFT ... endif'Andy Shevchenko-31/+4
2025-03-05fbtft: Remove access to page->indexMatthew Wilcox (Oracle)-3/+1
2025-01-13Merge 6.13-rc7 into staging nextGreg Kroah-Hartman-0/+1
2024-12-17fbdev: Fix recursive dependencies wrt BACKLIGHT_CLASS_DEVICEThomas Zimmermann-0/+1
2024-12-04staging:fbtft: Using str_true_false() helper instead of hardcoded stringsPaolo Perego-1/+2
2024-10-09staging: Switch back to struct platform_driver::remove()Sergio Paracuellos-1/+1
2024-08-13staging: fbtft: Use backlight power constantsThomas Zimmermann-4/+4
2024-07-30staging: fbtft: Fix mutex and spinlock without comment warningRiyan Dhiman-0/+2
2024-07-30staging: fbtft: Remove ftrace-like loggingRiyan Dhiman-55/+0
2024-06-24staging: fbtft: add missing MODULE_DESCRIPTION() macroJeff Johnson-0/+1
2024-05-22Merge tag 'staging-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-4/+3
2024-05-04fbtft: seps525: Don't use "proxy" headersAndy Shevchenko-4/+3
2024-03-28staging: fbtft: Remove reference to fb_blankThomas Zimmermann-6/+3
2024-03-21Merge tag 'staging-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+0
2024-03-13Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-0/+2
2024-03-05staging: fbtft: remove unused variable 'count'Colin Ian King-2/+0
2024-02-28staging/fbtft: Include <linux/backlight.h>Thomas Zimmermann-0/+2
2024-02-08staging: fbtft: Follow renaming of SPI "master" to "controller"Uwe Kleine-König-2/+2
2023-11-03Merge tag 'staging-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+2
2023-10-27staging: fbtft: Convert to platform remove callback returning voidUwe Kleine-König-3/+2
2023-09-22Merge tag 'drm-misc-next-2023-09-11-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie-77/+28
2023-09-05staging/fbtft: Use fb_ops helpers for deferred I/OThomas Zimmermann-69/+24
2023-09-05staging/fbtft: Initialize fb_op struct as static constThomas Zimmermann-17/+13
2023-08-24BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie-1/+1
2023-07-27staging: fbtft: ili9341: use macro FBTFT_REGISTER_SPI_DRIVERRaphael Gallais-Pou-1/+1
2023-07-24staging: Remove flag FBINFO_FLAG_DEFAULT from fbdev driversThomas Zimmermann-1/+1
2023-06-27fbdev: Make support for userspace interfaces configurableThomas Zimmermann-0/+1
2023-03-11staging: Replace all spi->chip_select and spi->cs_gpiod references with funct...Amit Kumar Mahapatra-1/+1
2022-07-28staging: fbtft: core: set smem_len before fb_deferred_io_init callPeter Suti-1/+1
2022-06-10staging: ftbft: Use backlight helperStephen Kitt-4/+2
2022-05-03fbdev: Use pageref offset for deferred-I/O writebackThomas Zimmermann-6/+3
2022-05-03fbdev: Rename pagelist to pagereflist for deferred I/OThomas Zimmermann-5/+5
2022-05-03fbdev: Track deferred-I/O pages in pageref structThomas Zimmermann-2/+3
2022-05-03fbdev: Put mmap for deferred I/O into driversThomas Zimmermann-0/+1
2022-03-28Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-6/+5