summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb/ddk750_chip.c
Commit message (Expand)AuthorAgeFilesLines
* staging: sm750fb: Remove typedefs from enumsChristian Luetke-Stetzkamp2018-02-161-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* staging: sm750fb: fixed a assignment typoLynn Lei2017-07-161-1/+1
* staging: sm750fb: fix length of lines, function calls and declarationMatej Dujava2017-05-181-3/+4
* staging: sm750fb: Removed unnecessary parentheses.Varsha Rao2017-03-091-1/+1
* staging: sm750fb: Fix line over 80 characters.Varsha Rao2017-03-061-5/+5
* staging: sm750fb: Add braces around if statement.Varsha Rao2017-03-061-2/+2
* staging: sm750fb: Replace POKE32 and PEEK32 by inline functionsMatthieu Simon2017-02-091-21/+21
* staging:sm750fb:ddk750_chip.c removes un-necessary blank linesScott Matheina2017-01-101-3/+0
* staging:sm750fb:ddk750_chip.c Adds braces to last arm of statementScott Matheina2017-01-101-1/+2
* staging: sm750fb: fix a type issue in sm750_set_chip_type()Dan Carpenter2016-11-291-1/+1
* staging: sm750fb: prefix global identifiersArnd Bergmann2016-11-101-12/+12
* staging: sm750fb: Replace functions CamelCase naming with underscores.Elise Lennion2016-10-301-2/+2
* staging: sm750fb: restructure multi-line comments to follow CodingStyleEric S. Stone2016-10-251-15/+24
* staging: sm750fb: Replace functions CamelCase naming with underscores.Elise Lennion2016-10-161-18/+18
* staging: sm750fb: Merge ddk750_help.* into ddk750_chip.*.Elise Lennion2016-10-161-12/+11
* Staging: sm750fb: fix do not add new typedefs warningMihaela Muraru2016-10-161-4/+4
* staging: sm750fb: replace roundedDiv with DIV_ROUND_CLOSESTMoshe Green2016-10-021-4/+2
* staging: sm750fb: rename getChipType to sm750_get_chip_typeMoshe Green2016-09-271-8/+8
* staging: sm750fb: Use BIT(x) macroRehas Sachdeva2016-09-221-1/+1
* staging: sm750fb: fix block comment style and spelling issues in ddk750_chip.cMoshe Green2016-09-161-22/+27
* staging: sm750fb: fix line length coding style issues in ddk750_chip.cMoshe Green2016-09-161-8/+15
* Staging: sm750fb: fix block comment coding style issue in ddk750_chip.cMoshe Green2016-08-211-2/+4
* Staging: sm750fb: fix line length coding style issue in ddk750_chip.cMoshe Green2016-08-211-1/+3
* Staging: sm750fb: fix a line length coding style warning in ddk750_chip.cMoshe Green2016-08-211-1/+3
* staging: sm750fb: initialize max_d to maximum D value of 6Colin Ian King2016-03-291-1/+1
* staging: sm750fb: move MHz() and roundedDiv() close to their usageMike Rapoport2016-02-201-0/+4
* staging: sm750fb: replace absDiff with kernel standard abs macroMike Rapoport2016-02-201-1/+2
* staging: sm750fb: use BIT macro for DMA_ABORT_INTERRUPT single-bit fieldsMike Rapoport2016-02-111-1/+1
* staging: sm750fb: use BIT macro for PANEL_DISPLAY_CTRL single-bit fieldsMike Rapoport2016-02-111-3/+3
* staging: sm750fb: share common bits in display control registersMike Rapoport2016-02-111-3/+3
* staging: sm750fb: use BIT macro for VGA_CONFIGURATION single-bit fieldsMike Rapoport2016-02-111-2/+1
* staging: sm750fb: change defintion of PANEL_PLL_CTRL multi-bit fieldsMike Rapoport2016-02-111-9/+15
* 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
OpenPOWER on IntegriCloud