aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/fbtft
AgeCommit message (Expand)Author
2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman
2019-04-02staging: fbtft: fb_ssd1351.c: Replace bit shifting with BIT macroPayal Kshirsagar
2019-04-02staging: fbtft: fb_agm1264k-fl.c: Replace bit shifting with BIT macroPayal Kshirsagar
2019-03-19staging: fbtft: ternary statement to if statement.Bhagyashri Dighole
2019-03-18staging: fbtft: fixed format-string errors.Jeremy Sowden
2019-03-18staging: fbtft: line over 80 charactersBhagyashri Dighole
2019-03-18staging: fbtft: convert a macro to a function.Bhagyashri Dighole
2019-03-18staging: fbtft: Remove unused #defines.Bhagyashri Dighole
2019-03-18staging: fbtft: Fix line over 80 charactersDaniela Mormocea
2019-02-26Staging: fbtft: Fix line over 80 charactersBhanusree Pola
2019-02-26Staging: fbtft: Extra blank line not required before '}'Bhanusree Pola
2019-02-26Staging: fbtft: Alignment should match open parenthesisBhanusree Pola
2019-01-18Staging: fbtft: Switch to the gpio descriptor interfaceNishad Kamdar
2018-12-19staging: fbtft: fix strncmp() size warningYueHaibing
2018-10-03staging: fbtft: Prefer using the BIT macroMamta Shukla
2018-09-16Merge 4.19-rc4 into staging-nextGreg Kroah-Hartman
2018-09-10staging/fbtft: Update TODO and mailing listsDaniel Vetter
2018-08-27staging: fbtft: Adds space around "/"Leonardo Brás
2018-08-08staging: fbtft: Add spaces around / - StyleLeonardo Brás
2018-08-08staging: fbtft: Erases some repetitive usage of function name - StyleLeonardo Brás
2018-08-08staging: fbtft: Adjust some empty-line problems - StyleLeonardo Brás
2018-08-08staging: fbtft: Removes one nesting level to help readability - StyleLeonardo Brás
2018-08-08staging: fbtft: Changes gamma table to define.Leonardo Brás
2018-08-08staging: fbtft: A bit more information on dev_err.Leonardo Brás
2018-08-08staging: fbtft: Fixes some alignment issues - StyleLeonardo Brás
2018-08-08staging: fbtft: Puts macro arguments in parenthesis to avoid precedence issue...Leonardo Brás
2018-07-16staging: fbtft: Fix line continuationMatthias Wolf
2018-07-16staging: fbtft: Fix line over 80 charactersMatthias Wolf
2018-07-02staging: fbtft: indent fbtft_device_display - last entry - pdev - devRadek Dostál
2018-06-11Merge tag 'backlight-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-04-30staging: fbtft: Stop using BL_CORE_DRIVER1Daniel Vetter
2018-04-23staging: fbtft: Fixed lines exceeding columns limitRenato Soma
2018-04-23staging: fbtft: Add TODO file with GPIO work itemLinus Walleij
2018-01-25staging: fbtft: remove unused FB_TFT_SSD1325 kconfigCorentin Labbe
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-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-11-06staging: fbtft: remove redundant initialization of bufColin Ian King
2017-11-06staging: fbtft: fb_ssd1331: fix mirrored displayJohannes H. Jensen
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-18staging: fbtft: differentiate between buffer and data types to fix sparse war...Alfonso Lima Astor
2017-10-18staging: fbtft: remove unnecessary parantheses around assignmentAastha Gupta
2017-09-18staging: fbtft: remove redundant initialization of txbuf16Colin Ian King
2017-07-28staging: fbtft: array underflow in fbtft_request_gpios_match()Dan Carpenter
2017-07-16staging: fbtft: make const array gamma_par_mask staticColin Ian King
2017-05-29staging: fbtft: Fix to avoid precedence issuesRishiraj Manwatkar
2017-05-16staging: fbtft: fix sparse warningJandy Gou