summaryrefslogtreecommitdiff
path: root/drivers/staging/sm750fb/ddk750_chip.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-30staging: sm750fb: initialize max_d to maximum D value of 6Colin Ian King1-1/+1
2016-02-21staging: sm750fb: move MHz() and roundedDiv() close to their usageMike Rapoport1-0/+4
2016-02-21staging: sm750fb: replace absDiff with kernel standard abs macroMike Rapoport1-1/+2
2016-02-12staging: sm750fb: use BIT macro for DMA_ABORT_INTERRUPT single-bit fieldsMike Rapoport1-1/+1
2016-02-12staging: sm750fb: use BIT macro for PANEL_DISPLAY_CTRL single-bit fieldsMike Rapoport1-3/+3
2016-02-12staging: sm750fb: share common bits in display control registersMike Rapoport1-3/+3
2016-02-12staging: sm750fb: use BIT macro for VGA_CONFIGURATION single-bit fieldsMike Rapoport1-2/+1
2016-02-12staging: sm750fb: change defintion of PANEL_PLL_CTRL multi-bit fieldsMike Rapoport1-9/+15
2016-02-12staging: sm750fb: use BIT macro for PLL_CTRL single-bit fieldsMike Rapoport1-4/+1
2016-02-12staging: sm750fb: rename PANEL_PLL_CTRL_* fields to PLL_CTRL_*Mike Rapoport1-11/+11
2016-02-12staging: sm750fb: formatPllReg: fix comment formattingMike Rapoport1-4/+6
2016-02-12staging: sm750fb: formatPllReg: rename ulPllReg to regMike Rapoport1-3/+3
2016-02-08staging: sm750fb: use BIT macro for MODE0_GATE single-bit fieldsMike Rapoport1-1/+1
2016-02-08staging: sm750fb: change definition of CURRENT_GATE multi-bit fieldsMike Rapoport1-10/+10
2016-02-08staging: sm750fb: set{Memory, Master}Clock: rename ulReg to regMike Rapoport1-14/+14
2016-02-08staging: sm750fb: use BIT macro for CURRENT_GATE single-bit fieldsMike Rapoport1-2/+1
2016-02-08staging: sm750fb: change definition of MISC_CTRL multi-bit fieldsMike Rapoport1-1/+1
2016-02-08staging: sm750fb: use BIT macro for MISC_CTRL single-bit fieldsMike Rapoport1-2/+2
2016-02-08staging: sm750fb: ddk750_initHw: rename ulReg to regMike Rapoport1-26/+26
2015-10-25staging: sm750fb: remove unused pllcalparam typedefMike Rapoport1-7/+0
2015-10-25staging: sm750fb: simplify PLL divisors calculationsMike Rapoport1-34/+10
2015-10-25staging: sm750fb: remove '#if 1' conditionalsMike Rapoport1-8/+5
2015-10-17staging: sm750fb: remove some unnecessary castingsMike Rapoport1-2/+2
2015-10-17staging: sm750fb: rename getChipClock to get_mxclk_freqMike Rapoport1-3/+3
2015-10-17staging: sm750fb: merge calcPLL and getPllValue into getChipClockMike Rapoport1-43/+10
2015-10-13staging: sm750fb: Rename miniDiffAmitoj Kaur Chawla1-4/+4
2015-10-13staging: sm750fb: Remove space after opening braceAmitoj Kaur Chawla1-1/+0
2015-10-13staging: sm750fb: Remove space before closing braceAmitoj Kaur Chawla1-1/+0
2015-10-13staging: sm750fb: Remove space after castAmitoj Kaur Chawla1-2/+2
2015-10-13Staging: 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-15staging: sm750fb: add missing blank line after declarationsJuston Li1-0/+1
2015-07-15staging: sm750fb: add spaces around operatorsJuston Li1-1/+1
2015-07-15staging: sm750fb: consistent spacing around operatorsJuston Li1-2/+2
2015-07-15staging: sm750fb: remove space before close parenthesisJuston Li1-1/+1
2015-07-15staging: sm750fb: remove spacing after open parenthesisJuston Li1-3/+3
2015-06-19drivers: staging: sm750fb: Fix "'foo * bar' should be 'foo *bar'" errorsGreg Donald1-1/+1
2015-06-13staging: 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