aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb/ddk750_chip.c
AgeCommit message (Expand)Author
2016-03-29staging: sm750fb: initialize max_d to maximum D value of 6Colin Ian King
2016-02-20staging: sm750fb: move MHz() and roundedDiv() close to their usageMike Rapoport
2016-02-20staging: sm750fb: replace absDiff with kernel standard abs macroMike Rapoport
2016-02-11staging: sm750fb: use BIT macro for DMA_ABORT_INTERRUPT single-bit fieldsMike Rapoport
2016-02-11staging: sm750fb: use BIT macro for PANEL_DISPLAY_CTRL single-bit fieldsMike Rapoport
2016-02-11staging: sm750fb: share common bits in display control registersMike Rapoport
2016-02-11staging: sm750fb: use BIT macro for VGA_CONFIGURATION single-bit fieldsMike Rapoport
2016-02-11staging: sm750fb: change defintion of PANEL_PLL_CTRL multi-bit fieldsMike Rapoport
2016-02-11staging: sm750fb: use BIT macro for PLL_CTRL single-bit fieldsMike Rapoport
2016-02-11staging: sm750fb: rename PANEL_PLL_CTRL_* fields to PLL_CTRL_*Mike Rapoport
2016-02-11staging: sm750fb: formatPllReg: fix comment formattingMike Rapoport
2016-02-11staging: sm750fb: formatPllReg: rename ulPllReg to regMike Rapoport
2016-02-07staging: sm750fb: use BIT macro for MODE0_GATE single-bit fieldsMike Rapoport
2016-02-07staging: sm750fb: change definition of CURRENT_GATE multi-bit fieldsMike Rapoport
2016-02-07staging: sm750fb: set{Memory, Master}Clock: rename ulReg to regMike Rapoport
2016-02-07staging: sm750fb: use BIT macro for CURRENT_GATE single-bit fieldsMike Rapoport
2016-02-07staging: sm750fb: change definition of MISC_CTRL multi-bit fieldsMike Rapoport
2016-02-07staging: sm750fb: use BIT macro for MISC_CTRL single-bit fieldsMike Rapoport
2016-02-07staging: sm750fb: ddk750_initHw: rename ulReg to regMike Rapoport
2015-10-24staging: sm750fb: remove unused pllcalparam typedefMike Rapoport
2015-10-24staging: sm750fb: simplify PLL divisors calculationsMike Rapoport
2015-10-24staging: sm750fb: remove '#if 1' conditionalsMike Rapoport
2015-10-16staging: sm750fb: remove some unnecessary castingsMike Rapoport
2015-10-16staging: sm750fb: rename getChipClock to get_mxclk_freqMike Rapoport
2015-10-16staging: sm750fb: merge calcPLL and getPllValue into getChipClockMike Rapoport
2015-10-12staging: sm750fb: Rename miniDiffAmitoj Kaur Chawla
2015-10-12staging: sm750fb: Remove space after opening braceAmitoj Kaur Chawla
2015-10-12staging: sm750fb: Remove space before closing braceAmitoj Kaur Chawla
2015-10-12staging: sm750fb: Remove space after castAmitoj Kaur Chawla
2015-10-12Staging: sm750fb: Use ARRAY_SIZE macroShraddha Barke
2015-10-08staging: sm750fb: Remove multiple blank linesAmitoj Kaur Chawla
2015-10-08staging: sm750fb: Add space around ':'Amitoj Kaur Chawla
2015-10-08staging: sm750fb: Add space around '?'Amitoj Kaur Chawla
2015-10-08staging: sm750fb: Add space around '*'Amitoj Kaur Chawla
2015-10-08staging: sm750fb: Add space around '/'Amitoj Kaur Chawla
2015-09-30staging: sm750fb: remove unused calcPllValue2 functionMike Rapoport
2015-09-30staging: sm750fb: staticize local functions in ddk750_chipMike Rapoport
2015-09-29staging: sm750fb: remove dead codeMike Rapoport
2015-09-29staging: sm750fb: replace twoToPowerOfx with shift operatorMike Rapoport
2015-09-29staging: sm750fb: replace custom MB(x) macro with appropriate SZ_xMMike Rapoport
2015-07-14staging: sm750fb: add missing blank line after declarationsJuston Li
2015-07-14staging: sm750fb: add spaces around operatorsJuston Li
2015-07-14staging: sm750fb: consistent spacing around operatorsJuston Li
2015-07-14staging: sm750fb: remove space before close parenthesisJuston Li
2015-07-14staging: sm750fb: remove spacing after open parenthesisJuston Li
2015-06-18drivers: staging: sm750fb: Fix "'foo * bar' should be 'foo *bar'" errorsGreg Donald
2015-06-12staging: sm750fb: fix c99 commentsJuston Li
2015-05-31Staging: sm750fb: Replace spaces with tabs at the start of linesIsaac Assegai
2015-05-08Staging: sm750fb: Remove space after parenthesisAmitoj Kaur Chawla
2015-04-04Revert "Staging: sm750fb: Fix C99 Comments"Greg Kroah-Hartman