index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
fbtft
Age
Commit message (
Expand
)
Author
Lines
10 days
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-2
/
+3
2026-02-14
staging: fbtft: Make framebuffer registration message debug-only
Chintan Patel
-5
/
+5
2026-02-14
staging: fbtft: Fix build failure when CONFIG_FB_DEVICE=n
Chintan Patel
-10
/
+9
2026-02-14
staging: fbtft: Make FB_DEVICE dependency optional
Chintan Patel
-5
/
+20
2025-11-24
staging: fbtft: core: fix potential memory leak in fbtft_probe_common()
Jianglei Nie
-2
/
+2
2025-07-09
staging: fbtft: cleanup error handling in fbtft_framebuffer_alloc()
Abdun Nihaal
-16
/
+16
2025-06-30
staging: fbtft: fix potential memory leak in fbtft_framebuffer_alloc()
Abdun Nihaal
-3
/
+6
2025-06-30
staging: fbtft: fix potential memory leak in fbtft_framebuffer_alloc()
Abdun Nihaal
-0
/
+1
2025-04-15
fbtft: Replace 'depends on FB_TFT' by 'if FB_TFT ... endif'
Andy Shevchenko
-31
/
+4
2025-03-05
fbtft: Remove access to page->index
Matthew Wilcox (Oracle)
-3
/
+1
2025-01-13
Merge 6.13-rc7 into staging next
Greg Kroah-Hartman
-0
/
+1
2024-12-17
fbdev: Fix recursive dependencies wrt BACKLIGHT_CLASS_DEVICE
Thomas Zimmermann
-0
/
+1
2024-12-04
staging:fbtft: Using str_true_false() helper instead of hardcoded strings
Paolo Perego
-1
/
+2
2024-10-09
staging: Switch back to struct platform_driver::remove()
Sergio Paracuellos
-1
/
+1
2024-08-13
staging: fbtft: Use backlight power constants
Thomas Zimmermann
-4
/
+4
2024-07-30
staging: fbtft: Fix mutex and spinlock without comment warning
Riyan Dhiman
-0
/
+2
2024-07-30
staging: fbtft: Remove ftrace-like logging
Riyan Dhiman
-55
/
+0
2024-06-24
staging: fbtft: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
-0
/
+1
2024-05-22
Merge tag 'staging-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-4
/
+3
2024-05-04
fbtft: seps525: Don't use "proxy" headers
Andy Shevchenko
-4
/
+3
2024-03-28
staging: fbtft: Remove reference to fb_blank
Thomas Zimmermann
-6
/
+3
2024-03-21
Merge tag 'staging-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-2
/
+0
2024-03-13
Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-0
/
+2
2024-03-05
staging: fbtft: remove unused variable 'count'
Colin Ian King
-2
/
+0
2024-02-28
staging/fbtft: Include <linux/backlight.h>
Thomas Zimmermann
-0
/
+2
2024-02-08
staging: fbtft: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
-2
/
+2
2023-11-03
Merge tag 'staging-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-3
/
+2
2023-10-27
staging: fbtft: Convert to platform remove callback returning void
Uwe Kleine-König
-3
/
+2
2023-09-22
Merge tag 'drm-misc-next-2023-09-11-1' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
-77
/
+28
2023-09-05
staging/fbtft: Use fb_ops helpers for deferred I/O
Thomas Zimmermann
-69
/
+24
2023-09-05
staging/fbtft: Initialize fb_op struct as static const
Thomas Zimmermann
-17
/
+13
2023-08-24
BackMerge tag 'v6.5-rc7' into drm-next
Dave Airlie
-1
/
+1
2023-07-27
staging: fbtft: ili9341: use macro FBTFT_REGISTER_SPI_DRIVER
Raphael Gallais-Pou
-1
/
+1
2023-07-24
staging: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers
Thomas Zimmermann
-1
/
+1
2023-06-27
fbdev: Make support for userspace interfaces configurable
Thomas Zimmermann
-0
/
+1
2023-03-11
staging: Replace all spi->chip_select and spi->cs_gpiod references with funct...
Amit Kumar Mahapatra
-1
/
+1
2022-07-28
staging: fbtft: core: set smem_len before fb_deferred_io_init call
Peter Suti
-1
/
+1
2022-06-10
staging: ftbft: Use backlight helper
Stephen Kitt
-4
/
+2
2022-05-03
fbdev: Use pageref offset for deferred-I/O writeback
Thomas Zimmermann
-6
/
+3
2022-05-03
fbdev: Rename pagelist to pagereflist for deferred I/O
Thomas Zimmermann
-5
/
+5
2022-05-03
fbdev: Track deferred-I/O pages in pageref struct
Thomas Zimmermann
-2
/
+3
2022-05-03
fbdev: Put mmap for deferred I/O into drivers
Thomas Zimmermann
-0
/
+1
2022-03-28
Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-6
/
+5
2022-03-24
Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
-0
/
+1
2022-03-21
Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
-57
/
+35
2022-03-18
staging: fbtft: Consider type of init sequence values in fbtft_init_display()
Andy Shevchenko
-4
/
+3
2022-03-18
staging: fbtft: Constify buf parameter in fbtft_dbg_hex()
Andy Shevchenko
-2
/
+2
2022-02-28
Merge 5.17-rc6 into staging-next
Greg Kroah-Hartman
-0
/
+2
2022-02-28
Backmerge tag 'v5.17-rc6' into drm-next
Dave Airlie
-0
/
+2
2022-02-25
Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
-0
/
+1
[next]