summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft
AgeCommit message (Expand)AuthorLines
2019-10-04Staging: fbtft: fix memory leak in fbtft_framebuffer_allocNavid Emamdoost-2/+5
2019-10-01staging/fbtft: Remove flexfbNoralf Trønnes-858/+0
2019-10-01staging/fbtft: Remove fbtft_deviceNoralf Trønnes-1268/+0
2019-10-01staging/fbtft: Depend on OFNoralf Trønnes-1/+1
2019-09-12staging: fbtft: make several arrays static const, makes object smallerColin Ian King-7/+7
2019-08-12Merge 5.3-rc4 into staging-nextGreg Kroah-Hartman-34/+31
2019-07-30Staging: fbtft: Fix some typo. pdc8544 --> pcd8544Christophe JAILLET-2/+2
2019-07-25Staging: fbtft: Fix GPIO handlingJan Sebastian Götte-11/+11
2019-07-25Staging: fbtft: Fix reset assertion when using gpio descriptorPhil Reid-2/+2
2019-07-25Staging: fbtft: Fix probing of gpio descriptorPhil Reid-21/+18
2019-06-12fbdev: make unregister/unlink functions not failDaniel Vetter-1/+3
2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman-0/+1
2019-04-02staging: fbtft: fb_ssd1351.c: Replace bit shifting with BIT macroPayal Kshirsagar-2/+2
2019-04-02staging: fbtft: fb_agm1264k-fl.c: Replace bit shifting with BIT macroPayal Kshirsagar-1/+1
2019-03-19staging: fbtft: ternary statement to if statement.Bhagyashri Dighole-1/+2
2019-03-18staging: fbtft: fixed format-string errors.Jeremy Sowden-9/+10
2019-03-18staging: fbtft: line over 80 charactersBhagyashri Dighole-2/+4
2019-03-18staging: fbtft: convert a macro to a function.Bhagyashri Dighole-4/+5
2019-03-18staging: fbtft: Remove unused #defines.Bhagyashri Dighole-6/+0
2019-03-18staging: fbtft: Fix line over 80 charactersDaniela Mormocea-1/+3
2019-02-26Staging: fbtft: Fix line over 80 charactersBhanusree Pola-3/+3
2019-02-26Staging: fbtft: Extra blank line not required before '}'Bhanusree Pola-1/+0
2019-02-26Staging: fbtft: Alignment should match open parenthesisBhanusree Pola-2/+2
2019-01-18Staging: fbtft: Switch to the gpio descriptor interfaceNishad Kamdar-587/+143
2018-12-19staging: fbtft: fix strncmp() size warningYueHaibing-1/+1
2018-10-03staging: fbtft: Prefer using the BIT macroMamta Shukla-28/+28
2018-09-16Merge 4.19-rc4 into staging-nextGreg Kroah-Hartman-0/+4
2018-09-10staging/fbtft: Update TODO and mailing listsDaniel Vetter-0/+4
2018-08-27staging: fbtft: Adds space around "/"Leonardo Brás-1/+1
2018-08-08staging: fbtft: Add spaces around / - StyleLeonardo Brás-1/+1
2018-08-08staging: fbtft: Erases some repetitive usage of function name - StyleLeonardo Brás-6/+6
2018-08-08staging: fbtft: Adjust some empty-line problems - StyleLeonardo Brás-3/+2
2018-08-08staging: fbtft: Removes one nesting level to help readability - StyleLeonardo Brás-12/+15
2018-08-08staging: fbtft: Changes gamma table to define.Leonardo Brás-8/+5
2018-08-08staging: fbtft: A bit more information on dev_err.Leonardo Brás-2/+4
2018-08-08staging: fbtft: Fixes some alignment issues - StyleLeonardo Brás-82/+106
2018-08-08staging: fbtft: Puts macro arguments in parenthesis to avoid precedence issue...Leonardo Brás-15/+22
2018-07-16staging: fbtft: Fix line continuationMatthias Wolf-4/+2
2018-07-16staging: fbtft: Fix line over 80 charactersMatthias Wolf-10/+20
2018-07-02staging: fbtft: indent fbtft_device_display - last entry - pdev - devRadek Dostál-5/+5
2018-06-11Merge tag 'backlight-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+3
2018-04-30staging: fbtft: Stop using BL_CORE_DRIVER1Daniel Vetter-2/+3
2018-04-23staging: fbtft: Fixed lines exceeding columns limitRenato Soma-4/+9
2018-04-23staging: fbtft: Add TODO file with GPIO work itemLinus Walleij-0/+4
2018-01-25staging: fbtft: remove unused FB_TFT_SSD1325 kconfigCorentin Labbe-6/+0
2018-01-15staging: fbtft: remove redundant license textGreg Kroah-Hartman-357/+2
2018-01-15staging: fbtft: add SPDX identifiersGreg Kroah-Hartman-0/+38
2018-01-10staging: fbtft: Fix indentationLuis Gerhorst-2/+2
2018-01-08drivers/fbtft: Remove unnecessary braces from if/elseLuis Gerhorst-6/+5
2018-01-08drivers/fbtft: Remove newline after else in else-ifLuis Gerhorst-2/+1