summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+3
* 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
* staging: fbtft: fb_ssd1331: Fix checkpatch warningAnson Jacob2016-09-011-20/+20
* staging: fbtft: fb_ssd1306: Fix checkpatch warningAnson Jacob2016-09-011-11/+12
* staging: fbtft: fb_ssd1289: Fix checkpatch warningAnson Jacob2016-09-011-4/+4
* staging: fbtft: fb_s6d1121.c: Fix checkpatch warningAnson Jacob2016-09-011-4/+4
* staging: fbtft: fb_s6d02a1.c: Fix checkpatch warningAnson Jacob2016-09-011-6/+8
* staging: fbtft: This patch fixes the checkpatch.pl warningPrit Raj2016-08-211-2/+2
* Staging: fbtft: fixed unsigned type warningsMing Yang2016-08-2111-58/+58
* staging: fbtft: do not allocate huge txbufMichal Suchanek2016-08-211-0/+2
* Staging: fbtft: fb_agm1264k-fl: No space is necessary after cast.Sandhya Bankar2016-03-281-1/+1
* Staging: fbtft: fbtft-io: No space is necessary after cast.Sandhya Bankar2016-03-281-4/+4
* Staging: fbtft: fbtft_device: No space is necessary after cast.Sandhya Bankar2016-03-281-3/+3
* staging: fbtft: fb_uc1611.c: Drop void pointer castJanani Ravichandran2016-03-111-2/+2
* staging: fbtft: fb_ra8875.c: Remove unneeded void pointer castJanani Ravichandran2016-03-111-2/+2
* staging: fbtft: fbtft-bus.c: Drop unneeded void pointer castJanani Ravichandran2016-03-111-2/+2
* staging: fbtft: Use devm_kcalloc instead of devm_kzallocAmitoj Kaur Chawla2016-03-111-2/+5
* staging: fbtft: Remove unnecessary spi_set_drvdata()Amitoj Kaur Chawla2016-03-111-5/+0
* staging: fbtft: replace ternary operator with min macroAlison Schofield2016-03-112-3/+3
* staging: fbtft: Use kmalloc_arrayBhaktipriya Shridhar2016-03-111-2/+2
* staging: fbtft: Fix block comment coding styleAnchal Jain2016-02-201-3/+3
* staging: fbtft: Remove the use of CamelCaseEva Rachel Retuya2016-02-141-3/+3
* staging: fbtft: Delete blank line after '{' braceEva Rachel Retuya2016-02-141-1/+0
* staging: fbtft: Insert blank line after function declarationEva Rachel Retuya2016-02-144-0/+4
* staging: fbtft: Fix alignment to match open parenthesisEva Rachel Retuya2016-02-144-28/+27
* staging: fbtft: Modify block comments based on kernel coding styleEva Rachel Retuya2016-02-144-82/+83
OpenPOWER on IntegriCloud