summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb/ddk750_chip.c
Commit message (Expand)AuthorAgeFilesLines
* staging: sm750fb: move MHz() and roundedDiv() close to their usageMike Rapoport2016-02-211-0/+4
* staging: sm750fb: replace absDiff with kernel standard abs macroMike Rapoport2016-02-211-1/+2
* staging: sm750fb: use BIT macro for DMA_ABORT_INTERRUPT single-bit fieldsMike Rapoport2016-02-121-1/+1
* staging: sm750fb: use BIT macro for PANEL_DISPLAY_CTRL single-bit fieldsMike Rapoport2016-02-121-3/+3
* staging: sm750fb: share common bits in display control registersMike Rapoport2016-02-121-3/+3
* staging: sm750fb: use BIT macro for VGA_CONFIGURATION single-bit fieldsMike Rapoport2016-02-121-2/+1Star
* staging: sm750fb: change defintion of PANEL_PLL_CTRL multi-bit fieldsMike Rapoport2016-02-121-9/+15
* staging: sm750fb: use BIT macro for PLL_CTRL single-bit fieldsMike Rapoport2016-02-121-4/+1Star
* staging: sm750fb: rename PANEL_PLL_CTRL_* fields to PLL_CTRL_*Mike Rapoport2016-02-121-11/+11
* staging: sm750fb: formatPllReg: fix comment formattingMike Rapoport2016-02-121-4/+6
* staging: sm750fb: formatPllReg: rename ulPllReg to regMike Rapoport2016-02-121-3/+3
* staging: sm750fb: use BIT macro for MODE0_GATE single-bit fieldsMike Rapoport2016-02-081-1/+1
* staging: sm750fb: change definition of CURRENT_GATE multi-bit fieldsMike Rapoport2016-02-081-10/+10
* staging: sm750fb: set{Memory, Master}Clock: rename ulReg to regMike Rapoport2016-02-081-14/+14
* staging: sm750fb: use BIT macro for CURRENT_GATE single-bit fieldsMike Rapoport2016-02-081-2/+1Star
* staging: sm750fb: change definition of MISC_CTRL multi-bit fieldsMike Rapoport2016-02-081-1/+1
* staging: sm750fb: use BIT macro for MISC_CTRL single-bit fieldsMike Rapoport2016-02-081-2/+2
* staging: sm750fb: ddk750_initHw: rename ulReg to regMike Rapoport2016-02-081-26/+26
* staging: sm750fb: remove unused pllcalparam typedefMike Rapoport2015-10-251-7/+0Star
* staging: sm750fb: simplify PLL divisors calculationsMike Rapoport2015-10-251-34/+10Star
* staging: sm750fb: remove '#if 1' conditionalsMike Rapoport2015-10-251-8/+5Star
* staging: sm750fb: remove some unnecessary castingsMike Rapoport2015-10-171-2/+2
* staging: sm750fb: rename getChipClock to get_mxclk_freqMike Rapoport2015-10-171-3/+3
* staging: sm750fb: merge calcPLL and getPllValue into getChipClockMike Rapoport2015-10-171-43/+10Star
* staging: sm750fb: Rename miniDiffAmitoj Kaur Chawla2015-10-131-4/+4
* staging: sm750fb: Remove space after opening braceAmitoj Kaur Chawla2015-10-131-1/+0Star
* staging: sm750fb: Remove space before closing braceAmitoj Kaur Chawla2015-10-131-1/+0Star
* staging: sm750fb: Remove space after castAmitoj Kaur Chawla2015-10-131-2/+2
* Staging: sm750fb: Use ARRAY_SIZE macroShraddha Barke2015-10-131-2/+2
* staging: sm750fb: Remove multiple blank linesAmitoj Kaur Chawla2015-10-081-7/+0Star
* staging: sm750fb: Add space around ':'Amitoj Kaur Chawla2015-10-081-1/+1
* staging: sm750fb: Add space around '?'Amitoj Kaur Chawla2015-10-081-1/+1
* staging: sm750fb: Add space around '*'Amitoj Kaur Chawla2015-10-081-2/+2
* staging: sm750fb: Add space around '/'Amitoj Kaur Chawla2015-10-081-2/+2
* staging: sm750fb: remove unused calcPllValue2 functionMike Rapoport2015-09-301-100/+0Star
* staging: sm750fb: staticize local functions in ddk750_chipMike Rapoport2015-09-301-6/+6
* staging: sm750fb: remove dead codeMike Rapoport2015-09-291-53/+0Star
* staging: sm750fb: replace twoToPowerOfx with shift operatorMike Rapoport2015-09-291-14/+4Star
* staging: sm750fb: replace custom MB(x) macro with appropriate SZ_xMMike Rapoport2015-09-291-5/+7
* staging: sm750fb: add missing blank line after declarationsJuston Li2015-07-151-0/+1
* staging: sm750fb: add spaces around operatorsJuston Li2015-07-151-1/+1
* staging: sm750fb: consistent spacing around operatorsJuston Li2015-07-151-2/+2
* staging: sm750fb: remove space before close parenthesisJuston Li2015-07-151-1/+1
* staging: sm750fb: remove spacing after open parenthesisJuston Li2015-07-151-3/+3
* drivers: staging: sm750fb: Fix "'foo * bar' should be 'foo *bar'" errorsGreg Donald2015-06-191-1/+1
* staging: sm750fb: fix c99 commentsJuston Li2015-06-131-9/+2Star
* Staging: sm750fb: Replace spaces with tabs at the start of linesIsaac Assegai2015-05-311-1/+1
* Staging: sm750fb: Remove space after parenthesisAmitoj Kaur Chawla2015-05-081-2/+2
* Revert "Staging: sm750fb: Fix C99 Comments"Greg Kroah-Hartman2015-04-041-2/+8
* Staging: sm750fb: Remove zero testing pointer typed valueAmitoj Kaur Chawla2015-04-031-3/+3