summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft
Commit message (Expand)AuthorAgeFilesLines
* staging: fbtft: remove unused FB_TFT_SSD1325 kconfigCorentin Labbe2018-01-251-6/+0
* staging: fbtft: remove redundant license textGreg Kroah-Hartman2018-01-1535-357/+2
* 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/+5
* drivers/fbtft: Remove newline after else in else-ifLuis Gerhorst2018-01-081-2/+1
* Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-135-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-281-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/+4
* staging: fbtft: use helper fbtft_write_buf_dc in fbtft-bus.cHeiner Kallweit2017-03-091-23/+8
* 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
* staging: fbtft: improve a syslog message in fbtft_register_framebufferHeiner Kallweit2017-03-091-1/+1
* staging: fbtft: add adriver for SH1106Heiner Kallweit2017-03-063-0/+210
* staging: fbtft: Merged two identical conditionals into one.Narcisa Ana Maria Vasile2017-03-061-3/+2
* staging: fbtft: fix unnecessary line continuationsCezary Gapinski2017-03-061-1/+1
* staging: fbtft: Make some s16 arrays constJoe Perches2017-03-066-16/+16
* staging: fbtft: Make the pointers to s16 init arrays constJoe Perches2017-03-063-5/+5
* staging:fbtft: Fix some warnings regarding types.Anthony Brandon2017-03-061-1/+1
* Staging: fbtft: fb_watterott: fix incorrect type in assignmentsJulián de Gortari2017-03-061-3/+3
* staging: fbtft: Remove blank lineGargi Sharma2017-03-061-1/+0
* staging: fbtft: Match alignment with open parenthesesGargi Sharma2017-03-061-27/+27
* staging: fbtft: Add check on strlcpy() return valueTobin C. Harding2017-03-061-1/+7
* staging: fbtft: Replace magic number with constantTobin C. Harding2017-03-061-1/+1
* staging: fbtft: Fix buffer overflow vulnerabilityTobin C. Harding2017-03-061-1/+1
* staging: fbtft: fix unaligned parenthesesUmang Raghuvanshi2017-02-053-12/+14
* staging: fbtft: change 'gamma' array to u32Arnd Bergmann2017-02-0322-26/+26
* staging: fbtft: fix unaligned parenthesesUmang Raghuvanshi2017-01-271-5/+5
* staging: fbtft: fix checkpatch decimal permissions errorAbdul Rauf2017-01-258-32/+32
* staging: fbtft: remove duplicate entries of ili9225Amitesh Singh2017-01-251-16/+0
* staging: fbtft: fb_ssd1306: Refactor write_vmem()Andy Shevchenko2017-01-191-9/+7
* staging: fbtft: fb_ssd1306: Support smaller screen sizesAndy Shevchenko2017-01-191-0/+21
* staging: fbtft: propagate error code from kstrto*()Andy Shevchenko2017-01-191-6/+1
* staging: fbtft: remove custom DMA mapped bufferAndy Shevchenko2017-01-194-29/+2
* staging: fbtft: convert fbtft_reset() to be non-atomicAndy Shevchenko2017-01-191-4/+4
* staging: fbtft: replace decimal with 4-digit octal permissionsStefano Manni2017-01-191-9/+9
OpenPOWER on IntegriCloud