summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft
Commit message (Expand)AuthorAgeFilesLines
* staging: fbtft: fb_uc1611.c: Drop void pointer castJanani Ravichandran2016-03-121-2/+2
* staging: fbtft: fb_ra8875.c: Remove unneeded void pointer castJanani Ravichandran2016-03-121-2/+2
* staging: fbtft: fbtft-bus.c: Drop unneeded void pointer castJanani Ravichandran2016-03-121-2/+2
* staging: fbtft: Use devm_kcalloc instead of devm_kzallocAmitoj Kaur Chawla2016-03-121-2/+5
* staging: fbtft: Remove unnecessary spi_set_drvdata()Amitoj Kaur Chawla2016-03-121-5/+0Star
* staging: fbtft: replace ternary operator with min macroAlison Schofield2016-03-122-3/+3
* staging: fbtft: Use kmalloc_arrayBhaktipriya Shridhar2016-03-121-2/+2
* staging: fbtft: Fix block comment coding styleAnchal Jain2016-02-211-3/+3
* staging: fbtft: Remove the use of CamelCaseEva Rachel Retuya2016-02-151-3/+3
* staging: fbtft: Delete blank line after '{' braceEva Rachel Retuya2016-02-151-1/+0Star
* staging: fbtft: Insert blank line after function declarationEva Rachel Retuya2016-02-154-0/+4
* staging: fbtft: Fix alignment to match open parenthesisEva Rachel Retuya2016-02-154-28/+27Star
* staging: fbtft: Modify block comments based on kernel coding styleEva Rachel Retuya2016-02-154-82/+83
* staging: fbtft: Remove blank line after '{' braceEva Rachel Retuya2016-02-121-1/+0Star
* staging: fbtft: Add blank line after function declarationEva Rachel Retuya2016-02-122-0/+2
* staging: fbtft: Indent to match open parenthesisEva Rachel Retuya2016-02-123-76/+76
* staging: fbtft: Fix block comments according to kernel coding styleEva Rachel Retuya2016-02-124-61/+75
* Staging: fbtft: add ssd1325 controller supportAlexey Mednyy2016-02-083-0/+212
* Staging: fbtft: add ssd1305 controller supportAlexey Mednyy2016-02-083-0/+223
* staging: fbtft: use to_platform_device()Geliang Tang2016-02-081-1/+1
* staging: fbtft: use to_spi_deviceGeliang Tang2016-02-081-1/+1
* staging: fbtft: Remove unused and duplicated definesPriit Laes2016-02-082-40/+0Star
* staging: fbtft: Use standard MIPI DCS command defines for hx8340bnPriit Laes2016-02-081-10/+15
* staging: fbtft: Use standard MIPI DCS command defines for tinylcdPriit Laes2016-02-081-14/+14
* staging: fbtft: Use standard MIPI DCS command defines for fbtft driverPriit Laes2016-02-082-31/+54
* staging: fbtft: Use standard MIPI DCS command defines for st7735rPriit Laes2016-02-081-22/+20Star
* staging: fbtft: Use standard MIPI DCS command defines for s6d02a1Priit Laes2016-02-081-19/+23
* staging: fbtft: Use standard MIPI DCS command defines for ili9486Priit Laes2016-02-081-17/+18
* staging: fbtft: Use standard MIPI DCS command defines for ili9481Priit Laes2016-02-081-13/+17
* staging: fbtft: Use standard MIPI DCS command defines for ili9341Priit Laes2016-02-081-25/+25
* staging: fbtft: Use standard MIPI DCS command defines for ili9340Priit Laes2016-02-081-14/+12Star
* staging: fbtft: Use standard MIPI DCS command defines for ili9163Priit Laes2016-02-081-54/+32Star
* staging: fbtft: Use standard MIPI DCS command defines for hx8357dPriit Laes2016-02-081-20/+18Star
* staging: fbtft: Use standard MIPI DCS command defines for hx8353dPriit Laes2016-02-081-8/+13
* Staging: fbtft: Removed commented out/dead codeBen Gilbert2016-02-081-25/+2Star
* Staging: fbtft: fbtft-core: Removed unnecessary checksNizam Haider2016-02-081-4/+0Star
* Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2015-11-052-2/+0Star
|\
| *-. Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...Mark Brown2015-11-042-2/+0Star
| |\ \
| | | * spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-282-2/+0Star
| | |/
* | | staging: fbtft: fix voltage settings for C-Berry28Dennis Menschel2015-10-251-4/+4
* | | staging: fbtft: use init function instead of init sequenceDennis Menschel2015-10-251-19/+24
* | | staging: fbtft: remove redundant set_addr_win() functionDennis Menschel2015-10-251-19/+0Star
* | | staging: fbtft: use MIPI DCS for ST7789V and C-Berry28Dennis Menschel2015-10-252-28/+18Star
* | | Staging: fbtft: fb_ssd1331: Remove unnecessary castShivani Bhardwaj2015-10-171-1/+1
* | | Staging: fbtft: fb_ra8875: Remove useless castShivani Bhardwaj2015-10-171-1/+1
* | | Staging: fbtft: fb_agm1264k-fl: Remove unnecessary castShivani Bhardwaj2015-10-171-1/+1
* | | staging: fbtft: Fix multi-line comment styleCristina Moraru2015-10-171-20/+20
* | | staging: fbtft: access screen buffer directlyLars Svensson2015-10-131-4/+4
* | | staging: fbtft: use alternate screen pointerLars Svensson2015-10-1310-14/+14
* | | staging: fbtft: add support for C-Berry28 displayDennis Menschel2015-10-131-0/+74