aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-26Staging: fbtft: Extra blank line not required before '}'Bhanusree Pola1-1/+0
2019-02-26Staging: fbtft: Alignment should match open parenthesisBhanusree Pola2-2/+2
2019-01-18Staging: fbtft: Switch to the gpio descriptor interfaceNishad Kamdar27-587/+143
2018-12-19staging: fbtft: fix strncmp() size warningYueHaibing1-1/+1
2018-10-03staging: fbtft: Prefer using the BIT macroMamta Shukla1-28/+28
2018-09-16Merge 4.19-rc4 into staging-nextGreg Kroah-Hartman1-0/+4
2018-09-10staging/fbtft: Update TODO and mailing listsDaniel Vetter1-0/+4
2018-08-27staging: fbtft: Adds space around "/"Leonardo Brás1-1/+1
2018-08-08staging: fbtft: Add spaces around / - StyleLeonardo Brás1-1/+1
2018-08-08staging: fbtft: Erases some repetitive usage of function name - StyleLeonardo Brás6-6/+6
2018-08-08staging: fbtft: Adjust some empty-line problems - StyleLeonardo Brás4-3/+2