aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-08staging: fbtft: Removes one nesting level to help readability - StyleLeonardo Brás1-12/+15
2018-08-08staging: fbtft: Changes gamma table to define.Leonardo Brás1-8/+5
2018-08-08staging: fbtft: A bit more information on dev_err.Leonardo Brás1-2/+4
2018-08-08staging: fbtft: Fixes some alignment issues - StyleLeonardo Brás12-82/+106
2018-08-08staging: fbtft: Puts macro arguments in parenthesis to avoid precedence issues - StyleLeonardo Brás10-15/+22
2018-07-16staging: fbtft: Fix line continuationMatthias Wolf1-4/+2
2018-07-16staging: fbtft: Fix line over 80 charactersMatthias Wolf1-10/+20
2018-07-02staging: fbtft: indent fbtft_device_display - last entry - pdev - devRadek Dostál1-5/+5
2018-06-11Merge tag 'backlight-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlightLinus Torvalds2-2/+3
2018-04-30staging: fbtft: Stop using BL_CORE_DRIVER1Daniel Vetter2-2/+3
2018-04-23staging: fbtft: Fixed lines exceeding columns limitRenato Soma1-4/+9
2018-04-23staging: fbtft: Add TODO file with GPIO work itemLinus Walleij1-0/+4
2018-01-25staging: fbtft: remove unused FB_TFT_SSD1325 kconfigCorentin Labbe1-6/+0
2018-01-15staging: fbtft: remove redundant license textGreg Kroah-Hartman35-357/+2
2018-01-15staging: fbtft: add SPDX identifiersGreg Kroah-Hartman38-0/+38
2018-01-10staging: fbtft: Fix indentationLuis Gerhorst1-2/+2
2018-01-08drivers/fbtft: Remove unnecessary braces from if/elseLuis Gerhorst1-6/+5
2018-01-08drivers/fbtft: Remove newline after else in else-ifLuis Gerhorst1-2/+1
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds5-20/+26
2017-11-06staging: fbtft: remove redundant initialization of bufColin Ian King1-1/+1
2017-11-06staging: fbtft: fb_ssd1331: fix mirrored displayJohannes H. Jensen1-1/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-10-18staging: fbtft: differentiate between buffer and data types to fix sparse warningAlfonso Lima Astor1-12/+12
2017-10-18staging: fbtft: remove unnecessary parantheses around assignmentAastha Gupta1-1/+1
2017-09-18staging: fbtft: remove redundant initialization of txbuf16Colin Ian King1-5/+5
2017-07-28staging: fbtft: array underflow in fbtft_request_gpios_match()Dan Carpenter1-2/+2
2017-07-16staging: fbtft: make const array gamma_par_mask staticColin Ian King1-1/+1
2017-05-29staging: fbtft: Fix to avoid precedence issuesRishiraj Manwatkar1-1/+1
2017-05-16staging: fbtft: fix sparse warningJandy Gou1-1/+1
2017-05-15Staging: fbtft: Fix unbalanced braces around else statementLaurence Rochfort1-2/+2
2017-04-28staging: fbtft: fix open parentheses alignmentChristophe Colin1-7/+7
2017-04-08staging: fbtft: fix type assignment warningAlex Wilson1-1/+1
2017-03-23staging: fbtft: Replace a bit shift by a use of BIT.Arushi Singhal4-4/+4
2017-03-09staging/fbtft: Hush checkpatch.pl warning about unnecessary line continuationsAlexander Kapshuk1-4/+4
2017-03-09staging: fbtft: fb_sh1106: use new helper helper fbtft_write_buf_dcHeiner Kallweit1-13/+4
2017-03-09staging: fbtft: use helper fbtft_write_buf_dc in fbtft-bus.cHeiner Kallweit1-23/+8
2017-03-09staging: fbtft: add helper fbtft_write_buf_dcHeiner Kallweit2-0/+16
2017-03-09staging: fbtft: fb_sh1106: use own implementation of write_registerHeiner Kallweit1-32/+33
2017-03-09staging: fbtft: improve a syslog message in fbtft_register_framebufferHeiner Kallweit1-1/+1
2017-03-06staging: fbtft: add adriver for SH1106Heiner Kallweit3-0/+210
2017-03-06staging: fbtft: Merged two identical conditionals into one.Narcisa Ana Maria Vasile1-3/+2
2017-03-06staging: fbtft: fix unnecessary line continuationsCezary Gapinski1-1/+1
2017-03-06staging: fbtft: Make some s16 arrays constJoe Perches6-16/+16
2017-03-06staging: fbtft: Make the pointers to s16 init arrays constJoe Perches3-5/+5
2017-03-06staging:fbtft: Fix some warnings regarding types.Anthony Brandon1-1/+1
2017-03-06Staging: fbtft: fb_watterott: fix incorrect type in assignmentsJulián de Gortari1-3/+3
2017-03-06staging: fbtft: Remove blank lineGargi Sharma1-1/+0