aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-10staging: fbtft: Don't spam logs when probe is deferredAndy Shevchenko1-8/+4
2021-05-10staging: fbtft: Rectify GPIO handlingAndy Shevchenko17-60/+25
2021-05-10staging: fbtft: fb_ili9320: Remove unused variable 'ret'Lee Jones1-2/+1
2021-04-05staging: fbtft: convert sysfs snprintf to sysfs_emitXuezhi Zhang1-1/+1
2021-02-12staging: fbtft: add tearing signal detectCarlis1-0/+115
2020-05-22staging: fbtft: fb_st7789v: make HSD20_IPS numeric and not a stringColin Ian King1-1/+1
2020-05-15staging: fbtft: fb_st7789v: Initialize the DisplayOliver Graute1-5/+27
2020-03-17staging: fbtft: Avoid potential precedence issuesDeepak R Varma1-2/+2
2020-03-17staging: fbtft: simplify array index computationDeepak R Varma1-1/+5
2020-03-17staging: fbtft: Reformat long macro definitionsDeepak R Varma1-3/+11
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-12-10staging: fbtft: Do not hardcode SPI CS polarity inversionLinus Walleij2-6/+19
2019-11-20staging: fbtft: Fix Kconfig indentationKrzysztof Kozlowski1-6/+6
2019-11-20fbtft: Drop OF dependencyAndy Shevchenko2-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-26drivers/staging/fbtft/fb_seps525: New driver for SEPS525 (Syncoam) LCD ControllersMichael Hennerich3-0/+221
2019-10-24staging: fbtft: Fix duplicate arguments to bitwise ANDJamal Shareef1-11/+11
2019-10-14Merge 5.4-rc3 into staging-nextGreg Kroah-Hartman5-2129/+6
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-10-01staging/fbtft: Remove flexfbNoralf Trønnes3-858/+0
2019-10-01staging/fbtft: Remove fbtft_deviceNoralf Trønnes3-1268/+0
2019-10-01staging/fbtft: Depend on OFNoralf Trønnes1-1/+1
2019-09-12staging: fbtft: make several arrays static const, makes object smallerColin Ian King7-7/+7
2019-08-12Merge 5.3-rc4 into staging-nextGreg Kroah-Hartman9-34/+31
2019-07-30Staging: fbtft: Fix some typo. pdc8544 --> pcd8544Christophe JAILLET1-2/+2
2019-07-25Staging: fbtft: Fix GPIO handlingJan Sebastian Götte9-11/+11
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-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman1-0/+1
2019-04-02staging: fbtft: fb_ssd1351.c: Replace bit shifting with BIT macroPayal Kshirsagar1-2/+2
2019-04-02staging: fbtft: fb_agm1264k-fl.c: Replace bit shifting with BIT macroPayal Kshirsagar1-1/+1
2019-03-19staging: fbtft: ternary statement to if statement.Bhagyashri Dighole1-1/+2
2019-03-18staging: fbtft: fixed format-string errors.Jeremy Sowden5-9/+10
2019-03-18staging: fbtft: line over 80 charactersBhagyashri Dighole2-2/+4
2019-03-18staging: fbtft: convert a macro to a function.Bhagyashri Dighole1-4/+5
2019-03-18staging: fbtft: Remove unused #defines.Bhagyashri Dighole1-6/+0
2019-03-18staging: fbtft: Fix line over 80 charactersDaniela Mormocea1-1/+3
2019-02-26Staging: fbtft: Fix line over 80 charactersBhanusree Pola1-3/+3