aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb/ddk750_chip.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-27staging: sm750fb: lower case to fix camelcase checkpatch warningJules Irenge1-2/+2
2019-03-26staging: sm750fb: Prefer using the BIT macroSanjana Sanikommu1-1/+1
2019-03-18staging: sm750fb: Remove an unnecessary local variable in a functionMadhumitha Prabakaran1-4/+1
2019-03-18staging: sm750fb: Edit CamelCase in local variablesNishka Dasgupta1-8/+8
2018-02-16staging: sm750fb: Remove typedefs from enumsChristian Luetke-Stetzkamp1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-16staging: sm750fb: fixed a assignment typoLynn Lei1-1/+1
2017-05-18staging: sm750fb: fix length of lines, function calls and declarationMatej Dujava1-3/+4
2017-03-09staging: sm750fb: Removed unnecessary parentheses.Varsha Rao1-1/+1
2017-03-06staging: sm750fb: Fix line over 80 characters.Varsha Rao1-5/+5
2017-03-06staging: sm750fb: Add braces around if statement.Varsha Rao1-2/+2
2017-02-09staging: sm750fb: Replace POKE32 and PEEK32 by inline functionsMatthieu Simon1-21/+21
2017-01-10staging:sm750fb:ddk750_chip.c removes un-necessary blank linesScott Matheina1-3/+0
2017-01-10staging:sm750fb:ddk750_chip.c Adds braces to last arm of statementScott Matheina1-1/+2
2016-11-29staging: sm750fb: fix a type issue in sm750_set_chip_type()Dan Carpenter1-1/+1
2016-11-10staging: sm750fb: prefix global identifiersArnd Bergmann1-12/+12
2016-10-30staging: sm750fb: Replace functions CamelCase naming with underscores.Elise Lennion1-2/+2
2016-10-25staging: sm750fb: restructure multi-line comments to follow CodingStyleEric S. Stone1-15/+24
2016-10-16staging: sm750fb: Replace functions CamelCase naming with underscores.Elise Lennion1-18/+18
2016-10-16staging: sm750fb: Merge ddk750_help.* into ddk750_chip.*.Elise Lennion1-12/+11
2016-10-16Staging: sm750fb: fix do not add new typedefs warningMihaela Muraru1-4/+4
2016-10-02staging: sm750fb: replace roundedDiv with DIV_ROUND_CLOSESTMoshe Green1-4/+2
2016-09-27staging: sm750fb: rename getChipType to sm750_get_chip_typeMoshe Green1-8/+8
2016-09-22staging: sm750fb: Use BIT(x) macroRehas Sachdeva1-1/+1
2016-09-16staging: sm750fb: fix block comment style and spelling issues in ddk750_chip.cMoshe Green1-22/+27
2016-09-16staging: sm750fb: fix line length coding style issues in ddk750_chip.cMoshe Green1-8/+15
2016-08-21Staging: sm750fb: fix block comment coding style issue in ddk750_chip.cMoshe Green1-2/+4
2016-08-21Staging: sm750fb: fix line length coding style issue in ddk750_chip.cMoshe Green1-1/+3
2016-08-21Staging: sm750fb: fix a line length coding style warning in ddk750_chip.cMoshe Green1-1/+3
2016-03-29staging: sm750fb: initialize max_d to maximum D value of 6Colin Ian King1-1/+1
2016-02-20staging: sm750fb: move MHz() and roundedDiv() close to their usageMike Rapoport1-0/+4
2016-02-20staging: sm750fb: replace absDiff with kernel standard abs macroMike Rapoport1-1/+2
2016-02-11staging: sm750fb: use BIT macro for DMA_ABORT_INTERRUPT single-bit fieldsMike Rapoport1-1/+1
2016-02-11staging: sm750fb: use BIT macro for PANEL_DISPLAY_CTRL single-bit fieldsMike Rapoport1-3/+3
2016-02-11staging: sm750fb: share common bits in display control registersMike Rapoport1-3/+3
2016-02-11staging: sm750fb: use BIT macro for VGA_CONFIGURATION single-bit fieldsMike Rapoport1-2/+1
2016-02-11staging: sm750fb: change defintion of PANEL_PLL_CTRL multi-bit fieldsMike Rapoport1-9/+15
2016-02-11staging: sm750fb: use BIT macro for PLL_CTRL single-bit fieldsMike Rapoport1-4/+1
2016-02-11staging: sm750fb: rename PANEL_PLL_CTRL_* fields to PLL_CTRL_*Mike Rapoport1-11/+11
2016-02-11staging: sm750fb: formatPllReg: fix comment formattingMike Rapoport1-4/+6
2016-02-11staging: sm750fb: formatPllReg: rename ulPllReg to regMike Rapoport1-3/+3
2016-02-07staging: sm750fb: use BIT macro for MODE0_GATE single-bit fieldsMike Rapoport1-1/+1
2016-02-07staging: sm750fb: change definition of CURRENT_GATE multi-bit fieldsMike Rapoport1-10/+10
2016-02-07staging: sm750fb: set{Memory, Master}Clock: rename ulReg to regMike Rapoport1-14/+14
2016-02-07staging: sm750fb: use BIT macro for CURRENT_GATE single-bit fieldsMike Rapoport1-2/+1
2016-02-07staging: sm750fb: change definition of MISC_CTRL multi-bit fieldsMike Rapoport1-1/+1
2016-02-07staging: sm750fb: use BIT macro for MISC_CTRL single-bit fieldsMike Rapoport1-2/+2
2016-02-07staging: sm750fb: ddk750_initHw: rename ulReg to regMike Rapoport1-26/+26
2015-10-24staging: sm750fb: remove unused pllcalparam typedefMike Rapoport1-7/+0
2015-10-24staging: sm750fb: simplify PLL divisors calculationsMike Rapoport1-34/+10