aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-05staging: fbtft: fix unaligned parenthesesUmang Raghuvanshi3-12/+14
2017-02-03staging: fbtft: change 'gamma' array to u32Arnd Bergmann22-26/+26
2017-01-27staging: fbtft: fix unaligned parenthesesUmang Raghuvanshi1-5/+5
2017-01-25staging: fbtft: fix checkpatch decimal permissions errorAbdul Rauf8-32/+32
2017-01-25staging: fbtft: remove duplicate entries of ili9225Amitesh Singh1-16/+0
2017-01-19staging: fbtft: fb_ssd1306: Refactor write_vmem()Andy Shevchenko1-9/+7
2017-01-19staging: fbtft: fb_ssd1306: Support smaller screen sizesAndy Shevchenko1-0/+21
2017-01-19staging: fbtft: propagate error code from kstrto*()Andy Shevchenko1-6/+1
2017-01-19staging: fbtft: remove custom DMA mapped bufferAndy Shevchenko4-29/+2
2017-01-19staging: fbtft: convert fbtft_reset() to be non-atomicAndy Shevchenko1-4/+4
2017-01-19staging: fbtft: replace decimal with 4-digit octal permissionsStefano Manni1-9/+9
2017-01-03staging: fbtft: fix code alignment with open parenthesisScott Matheina1-8/+10
2016-11-10staging: fbtft: Fix 'line over 80 characters'Maninder Singh1-11/+20
2016-10-25Staging:fbtft: Replace decimal permissions with 4 digit octalNadim Almas1-5/+5
2016-10-25staging: fbtft: Fix module autoloadJavier Martinez Canillas1-0/+1
2016-10-16Staging: fbtft: Fix too many leading tabs warningGustavo A. R. Silva1-31/+37
2016-10-16staging: fbtft: Convert int arrays to s16Joe Perches8-75/+323
2016-10-16Staging: fbtft: Fixed open parenthesis alignment checkHarman Kalra1-6/+3
2016-10-02Staging: fbtft: Fix bug in fbtft-coreKsenija Stanojevic1-2/+2
2016-10-02staging: fbtft: fix NULL comparison checkpatch warningCarlos Palminha1-2/+2
2016-09-18Staging: fbtft: Use !x instead of x == NULL.Sandhya Bankar1-1/+1
2016-09-16staging: fbtft: add spaces around <<Gargi Sharma1-2/+2
2016-09-16staging: fbtft: move && operator for logical continuationGargi Sharma1-4/+4
2016-09-01staging: fbtft: fb_tls8204: Fix checkpatch warningAnson Jacob1-28/+29
2016-09-01staging: fbtft: fbtft_device: Fix checkpatch warningAnson Jacob1-3/+5
2016-09-01staging: fbtft: fbtft-bus: Fix checkpatch warningAnson Jacob1-1/+2
2016-09-01staging: fbtft: fb_st7735r: Fix checkpatch warningAnson Jacob1-17/+26
2016-09-01staging: fbtft: fb_ssd1331: Fix checkpatch warningAnson Jacob1-20/+20
2016-09-01staging: fbtft: fb_ssd1306: Fix checkpatch warningAnson Jacob1-11/+12
2016-09-01staging: fbtft: fb_ssd1289: Fix checkpatch warningAnson Jacob1-4/+4
2016-09-01staging: fbtft: fb_s6d1121.c: Fix checkpatch warningAnson Jacob1-4/+4
2016-09-01staging: fbtft: fb_s6d02a1.c: Fix checkpatch warningAnson Jacob1-6/+8
2016-08-21staging: fbtft: This patch fixes the checkpatch.pl warningPrit Raj1-2/+2
2016-08-21Staging: fbtft: fixed unsigned type warningsMing Yang11-58/+58
2016-08-21staging: fbtft: do not allocate huge txbufMichal Suchanek1-0/+2
2016-03-28Staging: fbtft: fb_agm1264k-fl: No space is necessary after cast.Sandhya Bankar1-1/+1
2016-03-28Staging: fbtft: fbtft-io: No space is necessary after cast.Sandhya Bankar1-4/+4
2016-03-28Staging: fbtft: fbtft_device: No space is necessary after cast.Sandhya Bankar1-3/+3
2016-03-11staging: fbtft: fb_uc1611.c: Drop void pointer castJanani Ravichandran1-2/+2
2016-03-11staging: fbtft: fb_ra8875.c: Remove unneeded void pointer castJanani Ravichandran1-2/+2
2016-03-11staging: fbtft: fbtft-bus.c: Drop unneeded void pointer castJanani Ravichandran1-2/+2
2016-03-11staging: fbtft: Use devm_kcalloc instead of devm_kzallocAmitoj Kaur Chawla1-2/+5
2016-03-11staging: fbtft: Remove unnecessary spi_set_drvdata()Amitoj Kaur Chawla1-5/+0
2016-03-11staging: fbtft: replace ternary operator with min macroAlison Schofield2-3/+3
2016-03-11staging: fbtft: Use kmalloc_arrayBhaktipriya Shridhar1-2/+2
2016-02-20staging: fbtft: Fix block comment coding styleAnchal Jain1-3/+3
2016-02-14staging: fbtft: Remove the use of CamelCaseEva Rachel Retuya1-3/+3
2016-02-14staging: fbtft: Delete blank line after '{' braceEva Rachel Retuya1-1/+0
2016-02-14staging: fbtft: Insert blank line after function declarationEva Rachel Retuya4-0/+4
2016-02-14staging: fbtft: Fix alignment to match open parenthesisEva Rachel Retuya4-28/+27