summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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/+2Star
* 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/+0Star
* 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/+0Star
* staging: fbtft: fb_ssd1306: Refactor write_vmem()Andy Shevchenko2017-01-191-9/+7Star
* 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/+1Star
* staging: fbtft: remove custom DMA mapped bufferAndy Shevchenko2017-01-194-29/+2Star
* 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
* staging: fbtft: fix code alignment with open parenthesisScott Matheina2017-01-031-8/+10
* staging: fbtft: Fix 'line over 80 characters'Maninder Singh2016-11-101-11/+20
* Staging:fbtft: Replace decimal permissions with 4 digit octalNadim Almas2016-10-251-5/+5
* staging: fbtft: Fix module autoloadJavier Martinez Canillas2016-10-251-0/+1
* Staging: fbtft: Fix too many leading tabs warningGustavo A. R. Silva2016-10-161-31/+37
* staging: fbtft: Convert int arrays to s16Joe Perches2016-10-168-75/+323
* Staging: fbtft: Fixed open parenthesis alignment checkHarman Kalra2016-10-161-6/+3Star
* Staging: fbtft: Fix bug in fbtft-coreKsenija Stanojevic2016-10-021-2/+2
* staging: fbtft: fix NULL comparison checkpatch warningCarlos Palminha2016-10-021-2/+2
* Staging: fbtft: Use !x instead of x == NULL.Sandhya Bankar2016-09-181-1/+1
* staging: fbtft: add spaces around <<Gargi Sharma2016-09-161-2/+2
* staging: fbtft: move && operator for logical continuationGargi Sharma2016-09-161-4/+4
* staging: fbtft: fb_tls8204: Fix checkpatch warningAnson Jacob2016-09-011-28/+29
* staging: fbtft: fbtft_device: Fix checkpatch warningAnson Jacob2016-09-011-3/+5
* staging: fbtft: fbtft-bus: Fix checkpatch warningAnson Jacob2016-09-011-1/+2
* staging: fbtft: fb_st7735r: Fix checkpatch warningAnson Jacob2016-09-011-17/+26