summaryrefslogtreecommitdiff
path: root/drivers/staging/fbtft/fbtft-core.c
AgeCommit message (Expand)Author
2024-03-21Merge tag 'staging-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-05staging: fbtft: remove unused variable 'count'Colin Ian King
2024-02-08staging: fbtft: Follow renaming of SPI "master" to "controller"Uwe Kleine-König
2023-09-05staging/fbtft: Use fb_ops helpers for deferred I/OThomas Zimmermann
2023-09-05staging/fbtft: Initialize fb_op struct as static constThomas Zimmermann
2023-07-24staging: Remove flag FBINFO_FLAG_DEFAULT from fbdev driversThomas Zimmermann
2023-03-11staging: Replace all spi->chip_select and spi->cs_gpiod references with funct...Amit Kumar Mahapatra
2022-07-28staging: fbtft: core: set smem_len before fb_deferred_io_init callPeter Suti
2022-06-10staging: ftbft: Use backlight helperStephen Kitt
2022-05-03fbdev: Use pageref offset for deferred-I/O writebackThomas Zimmermann
2022-05-03fbdev: Rename pagelist to pagereflist for deferred I/OThomas Zimmermann
2022-05-03fbdev: Track deferred-I/O pages in pageref structThomas Zimmermann
2022-05-03fbdev: Put mmap for deferred I/O into driversThomas Zimmermann
2022-03-28Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-18staging: fbtft: Consider type of init sequence values in fbtft_init_display()Andy Shevchenko
2022-03-18staging: fbtft: Constify buf parameter in fbtft_dbg_hex()Andy Shevchenko
2022-02-16fbdev: Don't sort deferred-I/O pages by defaultThomas Zimmermann
2021-11-15staging/fbtft: Fix backlightNoralf Trønnes
2021-10-13staging: fbtft: Make fbtft_remove_common() return voidUwe Kleine-König
2021-09-13staging: fbtft: fbtft-core: fix 'trailing statements should be on next line' ...Srivathsa Dara
2021-08-05staging/fbtft: Fix braces coding styleLen Baker
2021-08-05staging/fbtft: Remove unnecessary variable initializationLen Baker
2021-08-05staging/fbtft: Remove all strcpy() usesLen Baker
2021-05-10staging: fbtft: Don't spam logs when probe is deferredAndy Shevchenko
2021-05-10staging: fbtft: Rectify GPIO handlingAndy Shevchenko
2020-03-17staging: fbtft: Reformat line over 80 charactersDeepak R Varma
2019-12-10fbtft: Fix the initialization from property algorithmAndy Shevchenko
2019-11-20fbtft: Make use of device property APIAndy Shevchenko
2019-11-20fbtft: Drop useless #ifdef CONFIG_OF and dead codeAndy Shevchenko
2019-11-20fbtft: Describe function parameters in kernel-docAndy Shevchenko
2019-11-20fbtft: Make sure string is NULL terminatedAndy Shevchenko
2019-10-14Merge 5.4-rc3 into staging-nextGreg Kroah-Hartman
2019-10-13staging: fbtft: fbtft-core: Fix last line displayed on fbconMichael Hennerich
2019-10-04Staging: fbtft: fix memory leak in fbtft_framebuffer_allocNavid Emamdoost
2019-07-25Staging: fbtft: Fix GPIO handlingJan Sebastian Götte
2019-07-25Staging: fbtft: Fix reset assertion when using gpio descriptorPhil Reid
2019-07-25Staging: fbtft: Fix probing of gpio descriptorPhil Reid
2019-06-12fbdev: make unregister/unlink functions not failDaniel Vetter
2019-02-26Staging: fbtft: Fix line over 80 charactersBhanusree Pola
2019-02-26Staging: fbtft: Extra blank line not required before '}'Bhanusree Pola
2019-01-18Staging: fbtft: Switch to the gpio descriptor interfaceNishad Kamdar
2018-08-08staging: fbtft: Add spaces around / - StyleLeonardo Brás
2018-08-08staging: fbtft: Fixes some alignment issues - StyleLeonardo Brás
2018-04-30staging: fbtft: Stop using BL_CORE_DRIVER1Daniel Vetter
2018-01-15staging: fbtft: remove redundant license textGreg Kroah-Hartman
2018-01-15staging: fbtft: add SPDX identifiersGreg Kroah-Hartman
2018-01-10staging: fbtft: Fix indentationLuis Gerhorst
2018-01-08drivers/fbtft: Remove unnecessary braces from if/elseLuis Gerhorst
2018-01-08drivers/fbtft: Remove newline after else in else-ifLuis Gerhorst
2017-07-28staging: fbtft: array underflow in fbtft_request_gpios_match()Dan Carpenter