aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-03Staging: sm750fb: Fix C99 CommentsAmitoj Kaur Chawla1-8/+2
2015-03-27staging: sm750fb: Change "foo * bar" style to "foo *bar"Helen Fornazier1-1/+1
2015-03-27staging: sm750fb: Move switch case trailing statmentHelen Fornazier1-5/+10
2015-03-27staging: sm750fb: Add spaces after ','Helen Fornazier1-27/+27
2015-03-27staging: sm750fb: Add space before switch statementHelen Fornazier1-3/+3
2015-03-27staging: sm750fb: Add space before if statementHelen Fornazier1-7/+7
2015-03-27staging: sm750fb: Fix for statement styleHelen Fornazier1-6/+6
2015-03-27staging: sm750fb: Fix if/else/for/switch braces styleHelen Fornazier1-49/+26
2015-03-27staging: sm750fb: Add space after struct definitionHelen Fornazier1-1/+1
2015-03-26staging: sm750fb: Remove spinlock helper functionLorenzo Stoakes1-23/+30
2015-03-26staging: sm750fb: Fix __iomem pointer typesLorenzo Stoakes1-12/+12
2015-03-26staging: sm750fb: Remove unused functionLorenzo Stoakes1-78/+0
2015-03-26staging: sm750fb: Make internal functions staticLorenzo Stoakes1-3/+3
2015-03-26staging: sm750fb: Use memset_io instead of memsetLorenzo Stoakes1-6/+6
2015-03-20staging: sm750fb: Fixed no space and indent warnsRagavendra Nagraj1-230/+230
2015-03-20staging/sm75fb: Declare static functions as suchRicardo Ribalda Delgado1-8/+6
2015-03-15staging: sm750fb: remove parantheses from return statementsSupriya Karanth2-4/+4
2015-03-15Staging: sm750fb: Add space after ','Somya Anand1-65/+65
2015-03-15staging: sm750fb: remove intialization of static intsSupriya Karanth1-3/+3
2015-03-15staging: sm750fb: Add void to function definition with no argumentsSupriya Karanth6-16/+16
2015-03-15staging: sm750: Fix switch-case indentationIoana Ciornei1-79/+79
2015-03-10Staging: sm750fb: provide error path for hw_sm750le_setBLANK()Greg Kroah-Hartman1-0/+2
2015-03-10Staging: sm750fb: fix hw_imageblit parametersGreg Kroah-Hartman2-30/+28
2015-03-10Staging: sm750fb: fix build warning with lynx_accelGreg Kroah-Hartman1-1/+1
2015-03-10Staging: sm750fb: fix build warning with proc_panDisplayGreg Kroah-Hartman1-2/+3
2015-03-10staging: sm750fb: Cleanup the type of mmio750Lorenzo Stoakes4-9/+11
2015-03-10staging: sm750fb: Use kzalloc rather than kmalloc followed by memset with 0Madhusudhanan Ravindran1-2/+1
2015-03-10staging: sm750fb: correct integer comparisonSudip Mukherjee1-1/+1
2015-03-10staging: sm750fb: fix mixed declarationsSudip Mukherjee1-1/+2
2015-03-10staging: sm750fb: correct function returnSudip Mukherjee1-2/+0
2015-03-10staging: sm750fb: remove unused variablesSudip Mukherjee1-2/+1
2015-03-10staging: sm750fb: remove unused functionsSudip Mukherjee3-84/+0
2015-03-10staging: sm750fb: fix build failureSudip Mukherjee1-2/+0
2015-03-10staging: sm750fb: fix undeclared functionSudip Mukherjee1-57/+53
2015-03-10staging: sm750fb: correctly define SM750LE_REVISION_IDSudip Mukherjee2-2/+4
2015-03-10staging: sm750fb: remove pragma optimizeSudip Mukherjee1-3/+0
2015-03-10staging: sm750fb: wrong type for printSudip Mukherjee3-18/+18
2015-03-06staging: sm750fb: add sm750 to stagingSudip Mukherjee34-0/+9959