aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/sm750fb/ddk750_chip.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-16staging: sm750fb: fixed a assignment typoGravatar Lynn Lei 1-1/+1
2017-05-18staging: sm750fb: fix length of lines, function calls and declarationGravatar Matej Dujava 1-3/+4
2017-03-09staging: sm750fb: Removed unnecessary parentheses.Gravatar Varsha Rao 1-1/+1
2017-03-06staging: sm750fb: Fix line over 80 characters.Gravatar Varsha Rao 1-5/+5
2017-03-06staging: sm750fb: Add braces around if statement.Gravatar Varsha Rao 1-2/+2
2017-02-09staging: sm750fb: Replace POKE32 and PEEK32 by inline functionsGravatar Matthieu Simon 1-21/+21
2017-01-10staging:sm750fb:ddk750_chip.c removes un-necessary blank linesGravatar Scott Matheina 1-3/+0
2017-01-10staging:sm750fb:ddk750_chip.c Adds braces to last arm of statementGravatar Scott Matheina 1-1/+2
2016-11-29staging: sm750fb: fix a type issue in sm750_set_chip_type()Gravatar Dan Carpenter 1-1/+1
2016-11-10staging: sm750fb: prefix global identifiersGravatar Arnd Bergmann 1-12/+12
2016-10-30staging: sm750fb: Replace functions CamelCase naming with underscores.Gravatar Elise Lennion 1-2/+2
2016-10-25staging: sm750fb: restructure multi-line comments to follow CodingStyleGravatar Eric S. Stone 1-15/+24
2016-10-16staging: sm750fb: Replace functions CamelCase naming with underscores.Gravatar Elise Lennion 1-18/+18
2016-10-16staging: sm750fb: Merge ddk750_help.* into ddk750_chip.*.Gravatar Elise Lennion 1-12/+11
2016-10-16Staging: sm750fb: fix do not add new typedefs warningGravatar Mihaela Muraru 1-4/+4
2016-10-02staging: sm750fb: replace roundedDiv with DIV_ROUND_CLOSESTGravatar Moshe Green 1-4/+2
2016-09-27staging: sm750fb: rename getChipType to sm750_get_chip_typeGravatar Moshe Green 1-8/+8
2016-09-22staging: sm750fb: Use BIT(x) macroGravatar Rehas Sachdeva 1-1/+1
2016-09-16staging: sm750fb: fix block comment style and spelling issues in ddk750_chip.cGravatar Moshe Green 1-22/+27
2016-09-16staging: sm750fb: fix line length coding style issues in ddk750_chip.cGravatar Moshe Green 1-8/+15
2016-08-21Staging: sm750fb: fix block comment coding style issue in ddk750_chip.cGravatar Moshe Green 1-2/+4
2016-08-21Staging: sm750fb: fix line length coding style issue in ddk750_chip.cGravatar Moshe Green 1-1/+3
2016-08-21Staging: sm750fb: fix a line length coding style warning in ddk750_chip.cGravatar Moshe Green 1-1/+3
2016-03-29staging: sm750fb: initialize max_d to maximum D value of 6Gravatar Colin Ian King 1-1/+1
2016-02-20staging: sm750fb: move MHz() and roundedDiv() close to their usageGravatar Mike Rapoport 1-0/+4
2016-02-20staging: sm750fb: replace absDiff with kernel standard abs macroGravatar Mike Rapoport 1-1/+2
2016-02-11staging: sm750fb: use BIT macro for DMA_ABORT_INTERRUPT single-bit fieldsGravatar Mike Rapoport 1-1/+1
2016-02-11staging: sm750fb: use BIT macro for PANEL_DISPLAY_CTRL single-bit fieldsGravatar Mike Rapoport 1-3/+3
2016-02-11staging: sm750fb: share common bits in display control registersGravatar Mike Rapoport 1-3/+3
2016-02-11staging: sm750fb: use BIT macro for VGA_CONFIGURATION single-bit fieldsGravatar Mike Rapoport 1-2/+1
2016-02-11staging: sm750fb: change defintion of PANEL_PLL_CTRL multi-bit fieldsGravatar Mike Rapoport 1-9/+15
2016-02-11staging: sm750fb: use BIT macro for PLL_CTRL single-bit fieldsGravatar Mike Rapoport 1-4/+1
2016-02-11staging: sm750fb: rename PANEL_PLL_CTRL_* fields to PLL_CTRL_*Gravatar Mike Rapoport 1-11/+11
2016-02-11staging: sm750fb: formatPllReg: fix comment formattingGravatar Mike Rapoport 1-4/+6
2016-02-11staging: sm750fb: formatPllReg: rename ulPllReg to regGravatar Mike Rapoport 1-3/+3
2016-02-07staging: sm750fb: use BIT macro for MODE0_GATE single-bit fieldsGravatar Mike Rapoport 1-1/+1
2016-02-07staging: sm750fb: change definition of CURRENT_GATE multi-bit fieldsGravatar Mike Rapoport 1-10/+10
2016-02-07staging: sm750fb: set{Memory, Master}Clock: rename ulReg to regGravatar Mike Rapoport 1-14/+14
2016-02-07staging: sm750fb: use BIT macro for CURRENT_GATE single-bit fieldsGravatar Mike Rapoport 1-2/+1
2016-02-07staging: sm750fb: change definition of MISC_CTRL multi-bit fieldsGravatar Mike Rapoport 1-1/+1
2016-02-07staging: sm750fb: use BIT macro for MISC_CTRL single-bit fieldsGravatar Mike Rapoport 1-2/+2
2016-02-07staging: sm750fb: ddk750_initHw: rename ulReg to regGravatar Mike Rapoport 1-26/+26
2015-10-24staging: sm750fb: remove unused pllcalparam typedefGravatar Mike Rapoport 1-7/+0
2015-10-24staging: sm750fb: simplify PLL divisors calculationsGravatar Mike Rapoport 1-34/+10
2015-10-24staging: sm750fb: remove '#if 1' conditionalsGravatar Mike Rapoport 1-8/+5
2015-10-16staging: sm750fb: remove some unnecessary castingsGravatar Mike Rapoport 1-2/+2
2015-10-16staging: sm750fb: rename getChipClock to get_mxclk_freqGravatar Mike Rapoport 1-3/+3
2015-10-16staging: sm750fb: merge calcPLL and getPllValue into getChipClockGravatar Mike Rapoport 1-43/+10
2015-10-12staging: sm750fb: Rename miniDiffGravatar Amitoj Kaur Chawla 1-4/+4
2015-10-12staging: sm750fb: Remove space after opening braceGravatar Amitoj Kaur Chawla 1-1/+0