aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft/fbtft-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-09staging: fbtft: add helper fbtft_write_buf_dcHeiner Kallweit1-0/+15
2017-03-09staging: fbtft: improve a syslog message in fbtft_register_framebufferHeiner Kallweit1-1/+1
2017-03-06staging: fbtft: Make the pointers to s16 init arrays constJoe Perches1-1/+1
2017-03-06staging: fbtft: Remove blank lineGargi Sharma1-1/+0
2017-03-06staging: fbtft: Match alignment with open parenthesesGargi Sharma1-27/+27
2017-02-03staging: fbtft: change 'gamma' array to u32Arnd Bergmann1-1/+1
2017-01-25staging: fbtft: fix checkpatch decimal permissions errorAbdul Rauf1-1/+1
2017-01-19staging: fbtft: remove custom DMA mapped bufferAndy Shevchenko1-20/+2
2017-01-19staging: fbtft: convert fbtft_reset() to be non-atomicAndy Shevchenko1-4/+4
2016-11-10staging: fbtft: Fix 'line over 80 characters'Maninder Singh1-11/+20
2016-10-16staging: fbtft: Convert int arrays to s16Joe Perches1-1/+1
2016-10-02Staging: fbtft: Fix bug in fbtft-coreKsenija Stanojevic1-2/+2
2016-08-21Staging: fbtft: fixed unsigned type warningsMing Yang1-12/+12
2016-08-21staging: fbtft: do not allocate huge txbufMichal Suchanek1-0/+2
2016-03-11staging: fbtft: Use devm_kcalloc instead of devm_kzallocAmitoj Kaur Chawla1-2/+5
2016-03-11staging: fbtft: Remove unnecessary spi_set_drvdata()Amitoj Kaur Chawla1-5/+0
2016-02-20staging: fbtft: Fix block comment coding styleAnchal Jain1-3/+3
2016-02-07staging: fbtft: Use standard MIPI DCS command defines for fbtft driverPriit Laes1-8/+6
2016-02-07Staging: fbtft: fbtft-core: Removed unnecessary checksNizam Haider1-4/+0
2015-10-13staging: fbtft: use alternate screen pointerLars Svensson1-2/+2
2015-10-08Staging: fbtbt: Replace timespec with ktime_tKsenija Stanojevic1-21/+11
2015-10-02Staging: fbtft: Remove debug messages related to DEBUG_BACKLIGHTShraddha Barke1-4/+0
2015-09-29Merge 4.3-rc3 into staging-nextGreg Kroah-Hartman1-7/+3
2015-09-21Staging: fbtft: Remove debug messagesShraddha Barke1-4/+0
2015-09-13staging: fbtft: fix 9-bit SPI support detectionStefan Wahren1-7/+3