aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-07staging: fbtft: Use standard MIPI DCS command defines for ili9340Priit Laes1-14/+12
2016-02-07staging: fbtft: Use standard MIPI DCS command defines for ili9163Priit Laes1-54/+32
2016-02-07staging: fbtft: Use standard MIPI DCS command defines for hx8357dPriit Laes1-20/+18
2016-02-07staging: fbtft: Use standard MIPI DCS command defines for hx8353dPriit Laes1-8/+13
2016-02-07Staging: fbtft: Removed commented out/dead codeBen Gilbert1-25/+2
2016-02-07Staging: fbtft: fbtft-core: Removed unnecessary checksNizam Haider1-4/+0
2015-11-05Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds2-2/+0
2015-11-04Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire', 'spi/topic/owner', 'spi/topic/pxa' and 'spi/topic/pxa2xx' into spi-nextMark Brown2-2/+0
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis2-2/+0
2015-10-24staging: fbtft: fix voltage settings for C-Berry28Dennis Menschel1-4/+4
2015-10-24staging: fbtft: use init function instead of init sequenceDennis Menschel1-19/+24
2015-10-24staging: fbtft: remove redundant set_addr_win() functionDennis Menschel1-19/+0
2015-10-24staging: fbtft: use MIPI DCS for ST7789V and C-Berry28Dennis Menschel2-28/+18
2015-10-16Staging: fbtft: fb_ssd1331: Remove unnecessary castShivani Bhardwaj1-1/+1
2015-10-16Staging: fbtft: fb_ra8875: Remove useless castShivani Bhardwaj1-1/+1
2015-10-16Staging: fbtft: fb_agm1264k-fl: Remove unnecessary castShivani Bhardwaj1-1/+1
2015-10-16staging: fbtft: Fix multi-line comment styleCristina Moraru1-20/+20
2015-10-13staging: fbtft: access screen buffer directlyLars Svensson1-4/+4
2015-10-13staging: fbtft: use alternate screen pointerLars Svensson10-14/+14
2015-10-13staging: fbtft: add support for C-Berry28 displayDennis Menschel1-0/+74