aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-26staging: fbtft: Fix typo in fbtftMasanari Iida13-17/+17
2015-03-26Staging: fbtft: fb_pcd8544: Fix comments styleCláudio Maia1-48/+59
2015-03-26Staging: fbtft: fb_pcd8544: Fix warning line over 80 charactersCláudio Maia1-1/+2
2015-03-26staging: fbtft: Add support for ili9163 controllerKozhevnikov Anatoly4-0/+328
2015-03-26staging: fbtft: Remove do {} while(0) in single statement macroHelen Fornazier1-3/+1
2015-03-26staging: fbtft: Add space around '='Helen Fornazier1-1/+1
2015-03-24staging: fbtft: Do not use binary constantsGeert Uytterhoeven10-49/+43
2015-03-23staging: fbtft: Fix indentation style by spaceHelen Fornazier1-4/+4
2015-03-23staging: fbtft: remove trailing white spaceHelen Fornazier1-5/+5
2015-03-20Staging: fbtft: add declaration of non-static functionsPeter Poklop1-1/+1
2015-03-20staging: fbtft: Fix potential null dereferenceRavindran, Madhusudhanan (M.)1-0/+3
2015-03-20staging: fbtft: Use kmemdup rather than duplicating its implementationMadhusudhanan Ravindran1-2/+1
2015-03-16Staging: fbtft: Remove unnecessary print messagesVatika Harlalka1-9/+0
2015-03-15staging: fbtft: fbtft_device.c: remove extra parentheses around function argumentsAya Mahfouz1-2/+2
2015-03-15staging: fbtft: fbtft-io.c: remove extra parentheses around function argumentsAya Mahfouz1-4/+4
2015-03-15staging: fbtft: fb_st7735r.c: remove extra parentheses around function argumentsAya Mahfouz1-1/+1
2015-03-15staging: fbtft: fb_s6d02a1.c: remove extra parentheses around function argumentsAya Mahfouz1-1/+1
2015-03-15staging: fbtft: fb_hx8353d.c: remove extra parentheses around function argumentsAya Mahfouz1-1/+1
2015-03-15staging: fbtft: fb_hx8340bn.c: remove extra parentheses around function argumentsAya Mahfouz1-1/+1
2015-03-15staging: fbtft: fb_agm1264k-fl.c: remove extra parentheses around function argumentsAya Mahfouz1-1/+1
2015-03-06Staging: fbtft: add header for internal functionsDrew Fustini2-6/+26
2015-03-06Staging: fbtft: clean dev_err() loggingHaneen Mohammed11-28/+30
2015-03-06Staging: fbtft: Remove unnecessary 'out of memory' message.Dilek Uzulmez1-5/+1
2015-03-06Staging: fbtft: Remove unnecessary 'out of memory' message.Dilek Uzulmez1-5/+1
2015-03-06Staging: fbtft-core: remove unnecessary line continuationsYeliz Taneroglu1-2/+2
2015-03-01Staging: fbtft: fix space errorsMatteo Semenzato1-45/+45
2015-03-01staging: fbtft: fbtft-io: Use '%zu' to print 'size_t' formatFabio Estevam1-2/+2
2015-03-01staging: fbtft: fbtft-core: Use '%zu' to print 'size_t' formatFabio Estevam1-1/+1
2015-03-01Staging: fbtft: Fix Sparse warningsFrederic Jacob2-3/+3
2015-03-01staging: fbtft: remove unused variableAya Mahfouz1-3/+1
2015-02-26Staging: fbtft: removed trailing whitespaceYeliz Taneroglu1-1/+1
2015-02-26Staging: fbtft: Convert comment from C99 style to C89 styleMelike Yurtoglu1-15/+15
2015-02-26Staging: fbtft: remove trailing whitespaceMelike Yurtoglu1-6/+6
2015-02-26Staging: fbtft: Added blank line after declarationaybuke ozdemir1-0/+1
2015-02-26Staging: fbtft: Added blank line after declarationaybuke ozdemir1-0/+1
2015-02-26staging: fbtft: fix spacing errorsAya Mahfouz1-31/+57
2015-02-26staging: fbtft: fix space prohibited before that ','Aya Mahfouz1-1/+1
2015-02-26staging: fbtft: fix space required after that ','Aya Mahfouz1-4/+4
2015-02-26staging: fbtft: fix braces {} are not necessary for single statement blocksAya Mahfouz1-4/+2
2015-02-26staging: fbtft: fix space prohibited before that ','Aya Mahfouz1-75/+75
2015-02-26staging: fbtft: fix braces {} are not necessary for single statement blocksAya Mahfouz1-2/+1
2015-02-26staging: fbtft: fix code indent should use tabs where possibleAya Mahfouz1-3/+3
2015-02-24staging: fbtft: fix space prohibited before that ','Aya Mahfouz1-5/+5
2015-02-24staging: fbtft: fix spacing errorsAya Mahfouz1-50/+50
2015-01-28staging: fbtft: remove redundant .ownerHeba Aamer1-1/+0
2015-01-28staging: fbtft: fix trailing whitespaceHeba Aamer1-3/+3
2015-01-28staging: fbtft: fix do not initialise statics to 0 or NULLHeba Aamer1-1/+1
2015-01-28staging: fbtft: fix Macros with complex values should be enclosed in parenthesesHeba Aamer1-1/+1
2015-01-28staging: fbtft: fix spaces required around that '<'Heba Aamer1-3/+3
2015-01-28staging: fbtft: fix spaces required around that '='Heba Aamer1-3/+3