summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb/ddk750_chip.c
Commit message (Expand)AuthorAgeFilesLines
* staging: sm750fb: use BIT macro for PLL_CTRL single-bit fieldsMike Rapoport2016-02-111-4/+1
* staging: sm750fb: rename PANEL_PLL_CTRL_* fields to PLL_CTRL_*Mike Rapoport2016-02-111-11/+11
* staging: sm750fb: formatPllReg: fix comment formattingMike Rapoport2016-02-111-4/+6
* staging: sm750fb: formatPllReg: rename ulPllReg to regMike Rapoport2016-02-111-3/+3
* staging: sm750fb: use BIT macro for MODE0_GATE single-bit fieldsMike Rapoport2016-02-071-1/+1
* staging: sm750fb: change definition of CURRENT_GATE multi-bit fieldsMike Rapoport2016-02-071-10/+10
* staging: sm750fb: set{Memory, Master}Clock: rename ulReg to regMike Rapoport2016-02-071-14/+14
* staging: sm750fb: use BIT macro for CURRENT_GATE single-bit fieldsMike Rapoport2016-02-071-2/+1
* staging: sm750fb: change definition of MISC_CTRL multi-bit fieldsMike Rapoport2016-02-071-1/+1
* staging: sm750fb: use BIT macro for MISC_CTRL single-bit fieldsMike Rapoport2016-02-071-2/+2
* staging: sm750fb: ddk750_initHw: rename ulReg to regMike Rapoport2016-02-071-26/+26
* staging: sm750fb: remove unused pllcalparam typedefMike Rapoport2015-10-241-7/+0
* staging: sm750fb: simplify PLL divisors calculationsMike Rapoport2015-10-241-34/+10
* staging: sm750fb: remove '#if 1' conditionalsMike Rapoport2015-10-241-8/+5
* staging: sm750fb: remove some unnecessary castingsMike Rapoport2015-10-161-2/+2
* staging: sm750fb: rename getChipClock to get_mxclk_freqMike Rapoport2015-10-161-3/+3
* staging: sm750fb: merge calcPLL and getPllValue into getChipClockMike Rapoport2015-10-161-43/+10
* staging: sm750fb: Rename miniDiffAmitoj Kaur Chawla2015-10-121-4/+4
* staging: sm750fb: Remove space after opening braceAmitoj Kaur Chawla2015-10-121-1/+0
* staging: sm750fb: Remove space before closing braceAmitoj Kaur Chawla2015-10-121-1/+0
* staging: sm750fb: Remove space after castAmitoj Kaur Chawla2015-10-121-2/+2
* Staging: sm750fb: Use ARRAY_SIZE macroShraddha Barke2015-10-121-2/+2
* staging: sm750fb: Remove multiple blank linesAmitoj Kaur Chawla2015-10-081-7/+0
* 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/+0
* staging: sm750fb: staticize local functions in ddk750_chipMike Rapoport2015-09-301-6/+6
* staging: sm750fb: remove dead codeMike Rapoport2015-09-291-53/+0
* staging: sm750fb: replace twoToPowerOfx with shift operatorMike Rapoport2015-09-291-14/+4
* 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-141-0/+1
* staging: sm750fb: add spaces around operatorsJuston Li2015-07-141-1/+1
* staging: sm750fb: consistent spacing around operatorsJuston Li2015-07-141-2/+2
* staging: sm750fb: remove space before close parenthesisJuston Li2015-07-141-1/+1
* staging: sm750fb: remove spacing after open parenthesisJuston Li2015-07-141-3/+3
* drivers: staging: sm750fb: Fix "'foo * bar' should be 'foo *bar'" errorsGreg Donald2015-06-181-1/+1
* staging: sm750fb: fix c99 commentsJuston Li2015-06-121-9/+2
* 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
* Staging: sm750fb: Fixed indent of switch-caseAmitoj Kaur Chawla2015-04-031-1/+2
* Staging: sm750fb: Fix C99 CommentsAmitoj Kaur Chawla2015-04-031-8/+2
* staging: sm750fb: Change "foo * bar" style to "foo *bar"Helen Fornazier2015-03-271-1/+1
* staging: sm750fb: Move switch case trailing statmentHelen Fornazier2015-03-271-5/+10
* staging: sm750fb: Add spaces after ','Helen Fornazier2015-03-271-27/+27
* staging: sm750fb: Add space before switch statementHelen Fornazier2015-03-271-3/+3
* staging: sm750fb: Add space before if statementHelen Fornazier2015-03-271-7/+7
OpenPOWER on IntegriCloud