summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb/ddk750_mode.c
Commit message (Expand)AuthorAgeFilesLines
* staging: sm750fb: Remove unused return variable in program_mode_registers()Dorcas AnonoLitunya2023-10-211-6/+2
* Staging: sm750fb: Rename ddk750_setModeTimingDorcas AnonoLitunya2023-10-171-1/+1
* Staging: sm750fb: Rename programModeRegistersDorcas AnonoLitunya2023-10-171-3/+3
* Staging: sm750fb: Rename dispControlDorcas AnonoLitunya2023-10-171-16/+16
* Staging: sm750fb: Rename pModeParamDorcas AnonoLitunya2023-10-171-26/+26
* Staging: sm750fb: Rename displayControlAdjust_SM750EDorcas AnonoLitunya2023-10-171-3/+3
* staging: sm750fb: Fix lines over 80 charactersJamal Shareef2019-10-151-2/+3
* staging: sm750fb: Remove set but not used variable 'uiActualPixelClk'zhengbin2019-10-081-2/+1
* staging: sm750fb: CHECK: Avoid CamelCaseIdo Tamir2019-09-301-4/+4
* staging: sm750fb: Remove extra space characterAymen Qader2018-10-021-1/+1
* staging: sm750fb: Remove typedefs from enumsChristian Luetke-Stetzkamp2018-02-161-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* staging: sm750fb: Remove typedef from "typedef struct _mode_parameter_t"Arushi Singhal2017-03-231-3/+5
* staging:sm750fb: Code readability is improved.Arushi Singhal2017-03-211-25/+30
* staging: sm750fb: Alignment should match open parenthesisArushi Singhal2017-03-141-40/+39
* staging: sm750fb: Remove unnecessary blank lines.Varsha Rao2017-03-061-5/+0
* staging: sm750fb: Replace POKE32 and PEEK32 by inline functionsMatthieu Simon2017-02-091-19/+19
* staging: sm750fb: prefix global identifiersArnd Bergmann2016-11-101-3/+3
* staging: sm750fb: restructure multi-line comments to follow CodingStyleEric S. Stone2016-10-251-11/+14
* staging: sm750fb: Replace functions CamelCase naming with underscores.Elise Lennion2016-10-161-3/+3
* staging: sm750fb: Merge ddk750_help.* into ddk750_chip.*.Elise Lennion2016-10-161-1/+0
* Staging: sm750fb: fix do not add new typedefs warningMihaela Muraru2016-10-161-2/+3
* staging: sm750fb: conform to block comment styleElizabeth Ferdman2016-10-021-14/+13
* staging: sm750fb: rename getChipType to sm750_get_chip_typeMoshe Green2016-09-271-2/+2
* staging: sm750fb: Correctly set CLOCK_PHASE bit of display controller.Phil Turnbull2016-09-121-1/+1
* staging: sm750fb: change definition of PANEL_VERTICAL_SYNC fieldsMike Rapoport2016-02-151-2/+5
* staging: sm750fb: change definition of PANEL_VERTICAL_TOTAL fieldsMike Rapoport2016-02-151-2/+5
* staging: sm750fb: change definition of PANEL_HORIZONTAL_SYNC fieldsMike Rapoport2016-02-151-2/+5
* staging: sm750fb: change definition of CRT_VERTICAL_SYNC fieldsMike Rapoport2016-02-151-2/+5
* staging: sm750fb: change definition of CRT_VERTICAL_TOTAL fieldsMike Rapoport2016-02-151-2/+5
* staging: sm750fb: change definition of CRT_HORIZONTAL_SYNC fieldsMike Rapoport2016-02-151-2/+5
* staging: sm750fb: change definition of CRT_HORIZONTAL_TOTAL fieldsMike Rapoport2016-02-151-2/+5
* staging: sm750fb: change definition of CRT_AUTO_CENTERING_BR fieldsMike Rapoport2016-02-151-2/+3
* staging: sm750fb: change definition of CRT_AUTO_CENTERING_TL fieldsMike Rapoport2016-02-151-3/+1
* staging: sm750fb: change definition of PANEL_HORIZONTAL_TOTAL fieldsMike Rapoport2016-02-111-3/+6
* staging: sm750fb: change definition of CRT_DISPLAY_CTRL multi-bit fieldsMike Rapoport2016-02-111-9/+9
* staging: sm750fb: use BIT macro for CRT_DISPLAY_CTRL single-bit fieldsMike Rapoport2016-02-111-2/+1
* staging: sm750fb: use BIT macro for PANEL_DISPLAY_CTRL single-bit fieldsMike Rapoport2016-02-111-30/+22
* staging: sm750fb: merge reserved bits of PANEL/CRT_DISPLAY_CTRL registersMike Rapoport2016-02-111-5/+2
* staging: sm750fb: share common bits in display control registersMike Rapoport2016-02-111-19/+23
* staging: sm750fb: programModeRegisters: rename local vairablesMike Rapoport2016-02-111-12/+16
* staging: sm750fb, fix typosMatej Vasek2016-02-071-1/+1
* drivers:staging:sm750fb Fix all space preferred around messagesBogicevic Sasa2016-02-071-14/+14
* staging: sm750fb: remove '#if 1' conditionalsMike Rapoport2015-10-241-2/+1
* staging: sm750fb: add missing blank line after declarationsJuston Li2015-07-141-0/+3
* staging: sm750fb: fix brace placementJuston Li2015-07-141-9/+4
* staging: sm750fb: add space after close braceJuston Li2015-07-141-1/+1
* staging: sm750fb: add space before open braceJuston Li2015-07-141-4/+4
* staging: sm750fb: add space before open parenthesisJuston Li2015-07-141-6/+6
* staging: sm750fb: remove space before close parenthesisJuston Li2015-07-141-1/+1