summaryrefslogtreecommitdiff
path: root/drivers/staging/fbtft/fbtft-core.c
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-05staging: fbtft: remove unused variable 'count'Colin Ian King1-2/+0
2024-02-08staging: fbtft: Follow renaming of SPI "master" to "controller"Uwe Kleine-König1-2/+2
2023-09-05staging/fbtft: Use fb_ops helpers for deferred I/OThomas Zimmermann1-64/+23
2023-09-05staging/fbtft: Initialize fb_op struct as static constThomas Zimmermann1-17/+13
2023-07-24staging: Remove flag FBINFO_FLAG_DEFAULT from fbdev driversThomas Zimmermann1-1/+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 Kitt1-2/+1
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 Torvalds1-5/+4
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 Shevchenko1-1/+1
2022-02-16fbdev: Don't sort deferred-I/O pages by defaultThomas Zimmermann1-0/+1
2021-11-15staging/fbtft: Fix backlightNoralf Trønnes1-8/+1
2021-10-13staging: fbtft: Make fbtft_remove_common() return voidUwe Kleine-König1-7/+1
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: Don't spam logs when probe is deferredAndy Shevchenko1-8/+4
2021-05-10staging: fbtft: Rectify GPIO handlingAndy Shevchenko1-7/+6
2020-03-17staging: fbtft: Reformat line over 80 charactersDeepak R Varma1-1/+3
2019-12-10fbtft: Fix the initialization from property algorithmAndy Shevchenko1-3/+3
2019-11-20fbtft: Make use of device property APIAndy Shevchenko1-47/+58
2019-11-20fbtft: Drop useless #ifdef CONFIG_OF and dead codeAndy Shevchenko1-17/+2
2019-11-20fbtft: Describe function parameters in kernel-docAndy Shevchenko1-0/+1
2019-11-20fbtft: Make sure string is NULL terminatedAndy Shevchenko1-1/+1
2019-10-14Merge 5.4-rc3 into staging-nextGreg Kroah-Hartman1-2/+5
2019-10-13staging: fbtft: fbtft-core: Fix last line displayed on fbconMichael Hennerich1-1/+1
2019-10-04Staging: fbtft: fix memory leak in fbtft_framebuffer_allocNavid Emamdoost1-2/+5
2019-07-25Staging: fbtft: Fix GPIO handlingJan Sebastian Götte1-2/+2
2019-07-25Staging: fbtft: Fix reset assertion when using gpio descriptorPhil Reid1-2/+2
2019-07-25Staging: fbtft: Fix probing of gpio descriptorPhil Reid1-21/+18
2019-06-12fbdev: make unregister/unlink functions not failDaniel Vetter1-1/+3
2019-02-26Staging: fbtft: Fix line over 80 charactersBhanusree Pola1-3/+3
2019-02-26Staging: fbtft: Extra blank line not required before '}'Bhanusree Pola1-1/+0
2019-01-18Staging: fbtft: Switch to the gpio descriptor interfaceNishad Kamdar1-144/+29
2018-08-08staging: fbtft: Add spaces around / - StyleLeonardo Brás1-1/+1
2018-08-08staging: fbtft: Fixes some alignment issues - StyleLeonardo Brás1-18/+21
2018-04-30staging: fbtft: Stop using BL_CORE_DRIVER1Daniel Vetter1-2/+2
2018-01-15staging: fbtft: remove redundant license textGreg Kroah-Hartman1-10/+0
2018-01-15staging: fbtft: add SPDX identifiersGreg Kroah-Hartman1-0/+1
2018-01-10staging: fbtft: Fix indentationLuis Gerhorst1-2/+2
2018-01-08drivers/fbtft: Remove unnecessary braces from if/elseLuis Gerhorst1-6/+5
2018-01-08drivers/fbtft: Remove newline after else in else-ifLuis Gerhorst1-2/+1
2017-07-28staging: fbtft: array underflow in fbtft_request_gpios_match()Dan Carpenter1-2/+2