summaryrefslogtreecommitdiff
path: root/drivers/staging/fbtft
AgeCommit message (Expand)AuthorFilesLines
2024-03-21Merge tag 'staging-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+0
2024-03-14Merge 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-04Merge tag 'staging-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus 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/d...Dave 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 funct...Amit 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...Linus Torvalds2-6/+5
2022-03-25Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+1
2022-03-22Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-57/+35
2022-03-18staging: fbtft: Consider type of init sequence values in fbtft_init_display()Andy Shevchenko1-4/+3
2022-03-18staging: fbtft: Constify buf parameter in fbtft_dbg_hex()Andy Shevchenko2-2/+2
2022-02-28Merge 5.17-rc6 into staging-nextGreg Kroah-Hartman1-0/+2
2022-02-28Backmerge tag 'v5.17-rc6' into drm-nextDave Airlie1-0/+2
2022-02-24Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-0/+1
2022-02-16fbdev: Don't sort deferred-I/O pages by defaultThomas Zimmermann1-0/+1
2022-02-15staging: fbtft: fb_st7789v: reset display before initializationOliver Graute1-0/+2
2022-02-14Merge 5.17-rc4 into staging-testingGreg Kroah-Hartman1-1/+4
2022-02-09spi: make remove callback a void functionUwe Kleine-König1-2/+1
2022-02-09staging: fbtft: Deduplicate driver registration macrosUwe Kleine-König1-57/+36
2022-02-09staging: fbtft: Fix error path in fbtft_driver_module_init()Uwe Kleine-König1-1/+4
2022-01-25staging: fbtft: Fix error path in fbtft_driver_module_init()Uwe Kleine-König1-1/+4
2022-01-25staging: fbtft: Deduplicate driver registration macrosUwe Kleine-König1-57/+36
2021-12-03staging: fbtft: sh1106: use new macro FBTFT_REGISTER_SPI_DRIVERHeiner Kallweit1-6/+1
2021-12-03staging: fbtft: add macro FBTFT_REGISTER_SPI_DRIVERHeiner Kallweit1-0/+41
2021-11-29Merge 5.16-rc3 into staging-nextGreg Kroah-Hartman2-12/+1
2021-11-15staging/fbtft: Fix backlightNoralf Trønnes2-12/+1
2021-11-15staging: fbtft: Remove fb_watterott driverNoralf Trønnes3-309/+0
2021-10-13staging: fbtft: Make fbtft_remove_common() return voidUwe Kleine-König2-10/+6
2021-09-13staging: fbtft: fbtft-core: fix 'trailing statements should be on next line' ...Srivathsa Dara1-1/+2
2021-08-05staging/fbtft: Fix braces coding styleLen Baker1-1/+3
2021-08-05staging/fbtft: Remove unnecessary variable initializationLen Baker1-1/+1
2021-08-05staging/fbtft: Remove all strcpy() usesLen Baker1-11/+6
2021-05-10staging: fbtft: Update TODOAndy Shevchenko1-5/+0
2021-05-10staging: fbtft: Replace custom ->reset() with generic oneAndy Shevchenko1-14/+0
2021-05-10staging: fbtft: Add support for orientation on Himax HX8347dAndy Shevchenko1-3/+26