summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft/fbtft_device.c
Commit message (Expand)AuthorAgeFilesLines
* staging: fbtft: remove redundant license textGreg Kroah-Hartman2018-01-151-10/+0
* staging: fbtft: add SPDX identifiersGreg Kroah-Hartman2018-01-151-0/+1
* staging: fbtft: Merged two identical conditionals into one.Narcisa Ana Maria Vasile2017-03-061-3/+2
* staging: fbtft: Make some s16 arrays constJoe Perches2017-03-061-4/+4
* staging: fbtft: Add check on strlcpy() return valueTobin C. Harding2017-03-061-1/+7
* staging: fbtft: Replace magic number with constantTobin C. Harding2017-03-061-1/+1
* staging: fbtft: Fix buffer overflow vulnerabilityTobin C. Harding2017-03-061-1/+1
* staging: fbtft: fix checkpatch decimal permissions errorAbdul Rauf2017-01-251-19/+19
* staging: fbtft: Convert int arrays to s16Joe Perches2016-10-161-6/+6
* 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: fbtft_device: Fix checkpatch warningAnson Jacob2016-09-011-3/+5
* Staging: fbtft: fixed unsigned type warningsMing Yang2016-08-211-11/+11
* Staging: fbtft: fbtft_device: No space is necessary after cast.Sandhya Bankar2016-03-281-3/+3
* staging: fbtft: use to_platform_device()Geliang Tang2016-02-071-1/+1
* staging: fbtft: use to_spi_deviceGeliang Tang2016-02-071-1/+1
* staging: fbtft: Use standard MIPI DCS command defines for fbtft driverPriit Laes2016-02-071-23/+48
* staging: fbtft: fix voltage settings for C-Berry28Dennis Menschel2015-10-241-4/+4
* staging: fbtft: use MIPI DCS for ST7789V and C-Berry28Dennis Menschel2015-10-241-3/+4
* staging: fbtft: add support for C-Berry28 displayDennis Menschel2015-10-131-0/+74
* staging: fbtft: change log levelSudip Mukherjee2015-09-121-6/+2
* staging: fbtft: start using pr_fmtSudip Mukherjee2015-09-121-38/+29
* staging: fbtft: use dev_*Sudip Mukherjee2015-09-121-8/+7
* staging: fbtft: do not use magic numbersSudip Mukherjee2015-09-121-1/+1
* staging: fbtft: use strncpy instead of strcpySudip Mukherjee2015-09-121-1/+2
* staging/fbtft : Add missing whitespace around operatorsAnish Bhatt2015-09-121-2/+2
* staging/fbtft : Fix multiple/missing blank line issuesAnish Bhatt2015-09-121-1/+0
* staging/fbtft : Remove repeated set_addr_win debug messagesAnish Bhatt2015-09-121-2/+0
* staging/fbtft : Remove FSF mailing addressAnish Bhatt2015-09-121-4/+0
* Staging: fbtft: Add support for the Ultrachip UC1611 LCD controllerHenri Chain2015-07-141-0/+31
* staging: fbtft: eliminate code duplicationAnton Gerasimov2015-06-131-4/+2
* staging: fbtft: remove unnecessary spaces before tabsAnton Gerasimov2015-06-131-2/+2
* staging: fbtft: remove unnecessary line continuationsAnton Gerasimov2015-06-131-16/+16
* staging: fbtft: make module descriptions greppableAnton Gerasimov2015-06-131-6/+3
* staging: fbtft: split long stringsAnton Gerasimov2015-06-131-1/+2
* staging: fbtft: Add support for ili9163 controllerKozhevnikov Anatoly2015-03-261-0/+18
* staging: fbtft: Do not use binary constantsGeert Uytterhoeven2015-03-241-3/+3
* staging: fbtft: fbtft_device.c: remove extra parentheses around function argu...Aya Mahfouz2015-03-151-2/+2
* Staging: fbtft: Fix Sparse warningsFrederic Jacob2015-03-011-2/+2
* staging: fbtft: fix spacing errorsAya Mahfouz2015-02-261-31/+57
* staging: fbtft: add fbtft_device driverThomas Petazzoni2015-01-171-0/+1444
OpenPOWER on IntegriCloud