summaryrefslogtreecommitdiff
path: root/drivers/staging/sm750fb/ddk750_chip.c
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-16staging: sm750fb: fixed a assignment typoLynn Lei
2017-05-18staging: sm750fb: fix length of lines, function calls and declarationMatej Dujava
2017-03-09staging: sm750fb: Removed unnecessary parentheses.Varsha Rao
2017-03-06staging: sm750fb: Fix line over 80 characters.Varsha Rao
2017-03-06staging: sm750fb: Add braces around if statement.Varsha Rao
2017-02-09staging: sm750fb: Replace POKE32 and PEEK32 by inline functionsMatthieu Simon
2017-01-10staging:sm750fb:ddk750_chip.c removes un-necessary blank linesScott Matheina
2017-01-10staging:sm750fb:ddk750_chip.c Adds braces to last arm of statementScott Matheina
2016-11-29staging: sm750fb: fix a type issue in sm750_set_chip_type()Dan Carpenter
2016-11-10staging: sm750fb: prefix global identifiersArnd Bergmann
2016-10-30staging: sm750fb: Replace functions CamelCase naming with underscores.Elise Lennion
2016-10-25staging: sm750fb: restructure multi-line comments to follow CodingStyleEric S. Stone
2016-10-16staging: sm750fb: Replace functions CamelCase naming with underscores.Elise Lennion
2016-10-16staging: sm750fb: Merge ddk750_help.* into ddk750_chip.*.Elise Lennion
2016-10-16Staging: sm750fb: fix do not add new typedefs warningMihaela Muraru
2016-10-02staging: sm750fb: replace roundedDiv with DIV_ROUND_CLOSESTMoshe Green
2016-09-27staging: sm750fb: rename getChipType to sm750_get_chip_typeMoshe Green
2016-09-22staging: sm750fb: Use BIT(x) macroRehas Sachdeva
2016-09-16staging: sm750fb: fix block comment style and spelling issues in ddk750_chip.cMoshe Green
2016-09-16staging: sm750fb: fix line length coding style issues in ddk750_chip.cMoshe Green
2016-08-21Staging: sm750fb: fix block comment coding style issue in ddk750_chip.cMoshe Green
2016-08-21Staging: sm750fb: fix line length coding style issue in ddk750_chip.cMoshe Green
2016-08-21Staging: sm750fb: fix a line length coding style warning in ddk750_chip.cMoshe Green
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