aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb/ddk750_chip.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-24staging: sm750fb: remove unused pllcalparam typedefMike Rapoport1-7/+0
2015-10-24staging: sm750fb: simplify PLL divisors calculationsMike Rapoport1-34/+10
2015-10-24staging: sm750fb: remove '#if 1' conditionalsMike Rapoport1-8/+5
2015-10-16staging: sm750fb: remove some unnecessary castingsMike Rapoport1-2/+2
2015-10-16staging: sm750fb: rename getChipClock to get_mxclk_freqMike Rapoport1-3/+3
2015-10-16staging: sm750fb: merge calcPLL and getPllValue into getChipClockMike Rapoport1-43/+10
2015-10-12staging: sm750fb: Rename miniDiffAmitoj Kaur Chawla1-4/+4
2015-10-12staging: sm750fb: Remove space after opening braceAmitoj Kaur Chawla1-1/+0
2015-10-12staging: sm750fb: Remove space before closing braceAmitoj Kaur Chawla1-1/+0
2015-10-12staging: sm750fb: Remove space after castAmitoj Kaur Chawla1-2/+2
2015-10-12Staging: sm750fb: Use ARRAY_SIZE macroShraddha Barke1-2/+2
2015-10-08staging: sm750fb: Remove multiple blank linesAmitoj Kaur Chawla1-7/+0
2015-10-08staging: sm750fb: Add space around ':'Amitoj Kaur Chawla1-1/+1
2015-10-08staging: sm750fb: Add space around '?'Amitoj Kaur Chawla1-1/+1
2015-10-08staging: sm750fb: Add space around '*'Amitoj Kaur Chawla1-2/+2
2015-10-08staging: sm750fb: Add space around '/'Amitoj Kaur Chawla1-2/+2
2015-09-30staging: sm750fb: remove unused calcPllValue2 functionMike Rapoport1-100/+0
2015-09-30staging: sm750fb: staticize local functions in ddk750_chipMike Rapoport1-6/+6
2015-09-29staging: sm750fb: remove dead codeMike Rapoport1-53/+0
2015-09-29staging: sm750fb: replace twoToPowerOfx with shift operatorMike Rapoport1-14/+4
2015-09-29staging: sm750fb: replace custom MB(x) macro with appropriate SZ_xMMike Rapoport1-5/+7
2015-07-14staging: sm750fb: add missing blank line after declarationsJuston Li1-0/+1
2015-07-14staging: sm750fb: add spaces around operatorsJuston Li1-1/+1
2015-07-14staging: sm750fb: consistent spacing around operatorsJuston Li1-2/+2
2015-07-14staging: sm750fb: remove space before close parenthesisJuston Li1-1/+1
2015-07-14staging: sm750fb: remove spacing after open parenthesisJuston Li1-3/+3
2015-06-18drivers: staging: sm750fb: Fix "'foo * bar' should be 'foo *bar'" errorsGreg Donald1-1/+1
2015-06-12staging: sm750fb: fix c99 commentsJuston Li1-9/+2
2015-05-31Staging: sm750fb: Replace spaces with tabs at the start of linesIsaac Assegai1-1/+1
2015-05-08Staging: sm750fb: Remove space after parenthesisAmitoj Kaur Chawla1-2/+2
2015-04-04Revert "Staging: sm750fb: Fix C99 Comments"Greg Kroah-Hartman1-2/+8
2015-04-03Staging: sm750fb: Remove zero testing pointer typed valueAmitoj Kaur Chawla1-3/+3
2015-04-03Staging: sm750fb: Fixed indent of switch-caseAmitoj Kaur Chawla1-1/+2
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-20staging: sm750fb: Fixed no space and indent warnsRagavendra Nagraj1-230/+230
2015-03-15staging: sm750fb: remove parantheses from return statementsSupriya Karanth1-1/+1
2015-03-15staging: sm750fb: Add void to function definition with no argumentsSupriya Karanth1-3/+3
2015-03-06staging: sm750fb: add sm750 to stagingSudip Mukherjee1-0/+639