aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft/fbtft_device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-18staging: fbtft: fixed format-string errors.Jeremy Sowden1-1/+1
2019-01-18Staging: fbtft: Switch to the gpio descriptor interfaceNishad Kamdar1-336/+8
2018-12-19staging: fbtft: fix strncmp() size warningYueHaibing1-1/+1
2018-08-08staging: fbtft: Adjust some empty-line problems - StyleLeonardo Brás1-2/+0
2018-08-08staging: fbtft: Changes gamma table to define.Leonardo Brás1-8/+5
2018-08-08staging: fbtft: Fixes some alignment issues - StyleLeonardo Brás1-12/+13
2018-07-02staging: fbtft: indent fbtft_device_display - last entry - pdev - devRadek Dostál1-5/+5
2018-01-15staging: fbtft: remove redundant license textGreg Kroah-Hartman1-10/+0
2018-01-15staging: fbtft: add SPDX identifiersGreg Kroah-Hartman1-0/+1
2017-03-06staging: fbtft: Merged two identical conditionals into one.Narcisa Ana Maria Vasile1-3/+2
2017-03-06staging: fbtft: Make some s16 arrays constJoe Perches1-4/+4
2017-03-06staging: fbtft: Add check on strlcpy() return valueTobin C. Harding1-1/+7
2017-03-06staging: fbtft: Replace magic number with constantTobin C. Harding1-1/+1
2017-03-06staging: fbtft: Fix buffer overflow vulnerabilityTobin C. Harding1-1/+1
2017-01-25staging: fbtft: fix checkpatch decimal permissions errorAbdul Rauf1-19/+19
2016-10-16staging: fbtft: Convert int arrays to s16Joe Perches1-6/+6
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-01staging: fbtft: fbtft_device: Fix checkpatch warningAnson Jacob1-3/+5
2016-08-21Staging: fbtft: fixed unsigned type warningsMing Yang1-11/+11
2016-03-28Staging: fbtft: fbtft_device: No space is necessary after cast.Sandhya Bankar1-3/+3
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: Use standard MIPI DCS command defines for fbtft driverPriit Laes1-23/+48
2015-10-24staging: fbtft: fix voltage settings for C-Berry28Dennis Menschel1-4/+4
2015-10-24staging: fbtft: use MIPI DCS for ST7789V and C-Berry28Dennis Menschel1-3/+4
2015-10-13staging: fbtft: add support for C-Berry28 displayDennis Menschel1-0/+74
2015-09-12staging: fbtft: change log levelSudip Mukherjee1-6/+2
2015-09-12staging: fbtft: start using pr_fmtSudip Mukherjee1-38/+29
2015-09-12staging: fbtft: use dev_*Sudip Mukherjee1-8/+7
2015-09-12staging: fbtft: do not use magic numbersSudip Mukherjee1-1/+1
2015-09-12staging: fbtft: use strncpy instead of strcpySudip Mukherjee1-1/+2
2015-09-12staging/fbtft : Add missing whitespace around operatorsAnish Bhatt1-2/+2
2015-09-12staging/fbtft : Fix multiple/missing blank line issuesAnish Bhatt1-1/+0
2015-09-12staging/fbtft : Remove repeated set_addr_win debug messagesAnish Bhatt1-2/+0
2015-09-12staging/fbtft : Remove FSF mailing addressAnish Bhatt1-4/+0
2015-07-14Staging: fbtft: Add support for the Ultrachip UC1611 LCD controllerHenri Chain1-0/+31
2015-06-13staging: fbtft: eliminate code duplicationAnton Gerasimov1-4/+2
2015-06-13staging: fbtft: remove unnecessary spaces before tabsAnton Gerasimov1-2/+2
2015-06-13staging: fbtft: remove unnecessary line continuationsAnton Gerasimov1-16/+16
2015-06-13staging: fbtft: make module descriptions greppableAnton Gerasimov1-6/+3
2015-06-13staging: fbtft: split long stringsAnton Gerasimov1-1/+2
2015-03-26staging: fbtft: Add support for ili9163 controllerKozhevnikov Anatoly1-0/+18
2015-03-24staging: fbtft: Do not use binary constantsGeert Uytterhoeven1-3/+3
2015-03-15staging: fbtft: fbtft_device.c: remove extra parentheses around function argumentsAya Mahfouz1-2/+2
2015-03-01Staging: fbtft: Fix Sparse warningsFrederic Jacob1-2/+2
2015-02-26staging: fbtft: fix spacing errorsAya Mahfouz1-31/+57
2015-01-17staging: fbtft: add fbtft_device driverThomas Petazzoni1-0/+1444