summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft
Commit message (Expand)AuthorAgeFilesLines
* Staging: fbtft: Fix line over 80 charactersBhanusree Pola2019-02-261-3/+3
* Staging: fbtft: Extra blank line not required before '}'Bhanusree Pola2019-02-261-1/+0Star
* Staging: fbtft: Alignment should match open parenthesisBhanusree Pola2019-02-262-2/+2
* Staging: fbtft: Switch to the gpio descriptor interfaceNishad Kamdar2019-01-1827-587/+143Star
* staging: fbtft: fix strncmp() size warningYueHaibing2018-12-191-1/+1
* staging: fbtft: Prefer using the BIT macroMamta Shukla2018-10-031-28/+28
* Merge 4.19-rc4 into staging-nextGreg Kroah-Hartman2018-09-161-0/+4
|\
| * staging/fbtft: Update TODO and mailing listsDaniel Vetter2018-09-101-0/+4
* | staging: fbtft: Adds space around "/"Leonardo Brás2018-08-271-1/+1
|/
* staging: fbtft: Add spaces around / - StyleLeonardo Brás2018-08-081-1/+1
* staging: fbtft: Erases some repetitive usage of function name - StyleLeonardo Brás2018-08-086-6/+6
* staging: fbtft: Adjust some empty-line problems - StyleLeonardo Brás2018-08-084-3/+2Star
* staging: fbtft: Removes one nesting level to help readability - StyleLeonardo Brás2018-08-081-12/+15
* staging: fbtft: Changes gamma table to define.Leonardo Brás2018-08-081-8/+5Star
* staging: fbtft: A bit more information on dev_err.Leonardo Brás2018-08-081-2/+4
* staging: fbtft: Fixes some alignment issues - StyleLeonardo Brás2018-08-0812-82/+106
* staging: fbtft: Puts macro arguments in parenthesis to avoid precedence issue...Leonardo Brás2018-08-0810-15/+22
* staging: fbtft: Fix line continuationMatthias Wolf2018-07-161-4/+2Star
* staging: fbtft: Fix line over 80 charactersMatthias Wolf2018-07-161-10/+20
* staging: fbtft: indent fbtft_device_display - last entry - pdev - devRadek Dostál2018-07-021-5/+5
* Merge tag 'backlight-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-06-112-2/+3
|\
| * staging: fbtft: Stop using BL_CORE_DRIVER1Daniel Vetter2018-04-302-2/+3
* | staging: fbtft: Fixed lines exceeding columns limitRenato Soma2018-04-231-4/+9
* | staging: fbtft: Add TODO file with GPIO work itemLinus Walleij2018-04-231-0/+4
|/
* staging: fbtft: remove unused FB_TFT_SSD1325 kconfigCorentin Labbe2018-01-251-6/+0Star
* staging: fbtft: remove redundant license textGreg Kroah-Hartman2018-01-1535-357/+2Star
* staging: fbtft: add SPDX identifiersGreg Kroah-Hartman2018-01-1538-0/+38
* staging: fbtft: Fix indentationLuis Gerhorst2018-01-101-2/+2
* drivers/fbtft: Remove unnecessary braces from if/elseLuis Gerhorst2018-01-081-6/+5Star
* drivers/fbtft: Remove newline after else in else-ifLuis Gerhorst2018-01-081-2/+1Star
* Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-145-20/+26
|\
| * staging: fbtft: remove redundant initialization of bufColin Ian King2017-11-061-1/+1
| * staging: fbtft: fb_ssd1331: fix mirrored displayJohannes H. Jensen2017-11-061-1/+7
| * staging: fbtft: differentiate between buffer and data types to fix sparse war...Alfonso Lima Astor2017-10-181-12/+12
| * staging: fbtft: remove unnecessary parantheses around assignmentAastha Gupta2017-10-181-1/+1
| * staging: fbtft: remove redundant initialization of txbuf16Colin Ian King2017-09-181-5/+5
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
|/
* staging: fbtft: array underflow in fbtft_request_gpios_match()Dan Carpenter2017-07-291-2/+2
* staging: fbtft: make const array gamma_par_mask staticColin Ian King2017-07-161-1/+1
* staging: fbtft: Fix to avoid precedence issuesRishiraj Manwatkar2017-05-291-1/+1
* staging: fbtft: fix sparse warningJandy Gou2017-05-161-1/+1
* Staging: fbtft: Fix unbalanced braces around else statementLaurence Rochfort2017-05-151-2/+2
* staging: fbtft: fix open parentheses alignmentChristophe Colin2017-04-281-7/+7
* staging: fbtft: fix type assignment warningAlex Wilson2017-04-081-1/+1
* staging: fbtft: Replace a bit shift by a use of BIT.Arushi Singhal2017-03-234-4/+4
* staging/fbtft: Hush checkpatch.pl warning about unnecessary line continuationsAlexander Kapshuk2017-03-091-4/+4
* staging: fbtft: fb_sh1106: use new helper helper fbtft_write_buf_dcHeiner Kallweit2017-03-091-13/+4Star
* staging: fbtft: use helper fbtft_write_buf_dc in fbtft-bus.cHeiner Kallweit2017-03-091-23/+8Star
* staging: fbtft: add helper fbtft_write_buf_dcHeiner Kallweit2017-03-092-0/+16
* staging: fbtft: fb_sh1106: use own implementation of write_registerHeiner Kallweit2017-03-091-32/+33