summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft/fbtft-core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-211-2/+0
|\
| * staging: fbtft: remove unused variable 'count'Colin Ian King2024-03-051-2/+0
* | staging: fbtft: Follow renaming of SPI "master" to "controller"Uwe Kleine-König2024-02-081-2/+2
|/
* staging/fbtft: Use fb_ops helpers for deferred I/OThomas Zimmermann2023-09-051-64/+23
* staging/fbtft: Initialize fb_op struct as static constThomas Zimmermann2023-09-051-17/+13
* staging: Remove flag FBINFO_FLAG_DEFAULT from fbdev driversThomas Zimmermann2023-07-241-1/+1
* staging: Replace all spi->chip_select and spi->cs_gpiod references with funct...Amit Kumar Mahapatra2023-03-111-1/+1
* staging: fbtft: core: set smem_len before fb_deferred_io_init callPeter Suti2022-07-281-1/+1
* staging: ftbft: Use backlight helperStephen Kitt2022-06-101-2/+1
* fbdev: Use pageref offset for deferred-I/O writebackThomas Zimmermann2022-05-031-6/+3
* fbdev: Rename pagelist to pagereflist for deferred I/OThomas Zimmermann2022-05-031-5/+5
* fbdev: Track deferred-I/O pages in pageref structThomas Zimmermann2022-05-031-2/+3
* fbdev: Put mmap for deferred I/O into driversThomas Zimmermann2022-05-031-0/+1
* Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-281-5/+4
|\
| * staging: fbtft: Consider type of init sequence values in fbtft_init_display()Andy Shevchenko2022-03-181-4/+3
| * staging: fbtft: Constify buf parameter in fbtft_dbg_hex()Andy Shevchenko2022-03-181-1/+1
* | fbdev: Don't sort deferred-I/O pages by defaultThomas Zimmermann2022-02-161-0/+1
|/
* staging/fbtft: Fix backlightNoralf Trønnes2021-11-151-8/+1
* staging: fbtft: Make fbtft_remove_common() return voidUwe Kleine-König2021-10-131-7/+1
* staging: fbtft: fbtft-core: fix 'trailing statements should be on next line' ...Srivathsa Dara2021-09-131-1/+2
* staging/fbtft: Fix braces coding styleLen Baker2021-08-051-1/+3
* staging/fbtft: Remove unnecessary variable initializationLen Baker2021-08-051-1/+1
* staging/fbtft: Remove all strcpy() usesLen Baker2021-08-051-11/+6
* staging: fbtft: Don't spam logs when probe is deferredAndy Shevchenko2021-05-101-8/+4
* staging: fbtft: Rectify GPIO handlingAndy Shevchenko2021-05-101-7/+6
* staging: fbtft: Reformat line over 80 charactersDeepak R Varma2020-03-171-1/+3
* fbtft: Fix the initialization from property algorithmAndy Shevchenko2019-12-101-3/+3
* fbtft: Make use of device property APIAndy Shevchenko2019-11-201-47/+58
* fbtft: Drop useless #ifdef CONFIG_OF and dead codeAndy Shevchenko2019-11-201-17/+2
* fbtft: Describe function parameters in kernel-docAndy Shevchenko2019-11-201-0/+1
* fbtft: Make sure string is NULL terminatedAndy Shevchenko2019-11-201-1/+1
* Merge 5.4-rc3 into staging-nextGreg Kroah-Hartman2019-10-141-2/+5
|\
| * Staging: fbtft: fix memory leak in fbtft_framebuffer_allocNavid Emamdoost2019-10-041-2/+5
* | staging: fbtft: fbtft-core: Fix last line displayed on fbconMichael Hennerich2019-10-131-1/+1
|/
* Staging: fbtft: Fix GPIO handlingJan Sebastian Götte2019-07-251-2/+2
* Staging: fbtft: Fix reset assertion when using gpio descriptorPhil Reid2019-07-251-2/+2
* Staging: fbtft: Fix probing of gpio descriptorPhil Reid2019-07-251-21/+18
* fbdev: make unregister/unlink functions not failDaniel Vetter2019-06-121-1/+3
* Staging: fbtft: Fix line over 80 charactersBhanusree Pola2019-02-261-3/+3
* Staging: fbtft: Extra blank line not required before '}'Bhanusree Pola2019-02-261-1/+0
* Staging: fbtft: Switch to the gpio descriptor interfaceNishad Kamdar2019-01-181-144/+29
* staging: fbtft: Add spaces around / - StyleLeonardo Brás2018-08-081-1/+1
* staging: fbtft: Fixes some alignment issues - StyleLeonardo Brás2018-08-081-18/+21
* staging: fbtft: Stop using BL_CORE_DRIVER1Daniel Vetter2018-04-301-2/+2
* staging: fbtft: remove redundant license textGreg Kroah-Hartman2018-01-151-10/+0
* staging: fbtft: add SPDX identifiersGreg Kroah-Hartman2018-01-151-0/+1
* staging: fbtft: Fix indentationLuis Gerhorst2018-01-101-2/+2
* drivers/fbtft: Remove unnecessary braces from if/elseLuis Gerhorst2018-01-081-6/+5
* drivers/fbtft: Remove newline after else in else-ifLuis Gerhorst2018-01-081-2/+1
* staging: fbtft: array underflow in fbtft_request_gpios_match()Dan Carpenter2017-07-281-2/+2