aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-14staging: fbtft: Modify block comments based on kernel coding styleEva Rachel Retuya4-82/+83
2016-02-11staging: fbtft: Remove blank line after '{' braceEva Rachel Retuya1-1/+0
2016-02-11staging: fbtft: Add blank line after function declarationEva Rachel Retuya2-0/+2
2016-02-11staging: fbtft: Indent to match open parenthesisEva Rachel Retuya3-76/+76
2016-02-11staging: fbtft: Fix block comments according to kernel coding styleEva Rachel Retuya4-61/+75
2016-02-07Staging: fbtft: add ssd1325 controller supportAlexey Mednyy3-0/+212
2016-02-07Staging: fbtft: add ssd1305 controller supportAlexey Mednyy3-0/+223
2016-02-07staging: fbtft: use to_platform_device()Geliang Tang1-1/+1
2016-02-07staging: fbtft: use to_spi_deviceGeliang Tang1-1/+1
2016-02-07staging: fbtft: Remove unused and duplicated definesPriit Laes2-40/+0
2016-02-07staging: fbtft: Use standard MIPI DCS command defines for hx8340bnPriit Laes1-10/+15
2016-02-07staging: fbtft: Use standard MIPI DCS command defines for tinylcdPriit Laes1-14/+14
2016-02-07staging: fbtft: Use standard MIPI DCS command defines for fbtft driverPriit Laes2-31/+54
2016-02-07staging: fbtft: Use standard MIPI DCS command defines for st7735rPriit Laes1-22/+20
2016-02-07staging: fbtft: Use standard MIPI DCS command defines for s6d02a1Priit Laes1-19/+23
2016-02-07staging: fbtft: Use standard MIPI DCS command defines for ili9486Priit Laes1-17/+18
2016-02-07staging: fbtft: Use standard MIPI DCS command defines for ili9481Priit Laes1-13/+17
2016-02-07staging: fbtft: Use standard MIPI DCS command defines for ili9341Priit Laes1-25/+25