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