aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-30staging: sm750fb: fix tabstop style warningAndrea Ghittino1-1/+1
2016-11-29staging: sm750fb: fix a type issue in sm750_set_chip_type()Dan Carpenter2-2/+2
2016-11-29staging: sm750fb: update licenseSudip Mukherjee1-1/+1
2016-11-14Merge 4.9-rc5 into staging-nextGreg Kroah-Hartman1-4/+4
2016-11-10staging: sm750fb: prefix global identifiersArnd Bergmann13-73/+73
2016-11-07staging: sm750fb: Replace pr_*() with dev_*().Elise Lennion1-6/+6
2016-11-07staging: sm750fb: Fix bugs introduced by early commitsHuacai Chen1-4/+4
2016-10-30staging: sm750fb: Shorten local variables names.Elise Lennion1-13/+13
2016-10-30staging: sm750fb: Replace functions CamelCase naming with underscores.Elise Lennion7-19/+19
2016-10-30staging: sm750fb: Refine code in set_current_gate().Elise Lennion1-20/+4
2016-10-27staging: sm750fb: Refine the code and remove unused code.Elise Lennion1-50/+21
2016-10-25staging: sm750fb: restructure multi-line comments to follow CodingStyleEric S. Stone12-127/+184
2016-10-17staging: sm750fb: Add const qualifier to struct declaration.Elise Lennion1-1/+1
2016-10-16staging: sm750fb: Remove unnecessary comments.Elise Lennion1-8/+0
2016-10-16staging: sm750fb: Replace functions CamelCase naming with underscores.Elise Lennion6-36/+36
2016-10-16staging: sm750fb: compress return logicElizabeth Ferdman1-3/+1
2016-10-16staging: sm750fb: Merge ddk750_help.* into ddk750_chip.*.Elise Lennion13-60/+30
2016-10-16staging: sm750fb: Replace printk() with pr_info().Elise Lennion1-1/+1
2016-10-16Staging: sm750fb: use unsigned int instead unsignedMuraru Mihaela1-5/+5
2016-10-16Staging: sm750fb: fix do not add new typedefs warningMihaela Muraru4-16/+15
2016-10-02staging: sm750fb: replace roundedDiv with DIV_ROUND_CLOSESTMoshe Green1-4/+2
2016-10-02staging: sm750fb: conform to block comment styleElizabeth Ferdman7-101/+113
2016-09-27staging: sm750fb: rename getChipType to sm750_get_chip_typeMoshe Green6-19/+19
2016-09-22staging: sm750fb: Remove unnecessary parenthesesRehas Sachdeva1-2/+2
2016-09-22staging: sm750fb: Use BIT(x) macroRehas Sachdeva1-1/+1
2016-09-20staging: sm750fb: Add spaces around '|'Rehas Sachdeva1-22/+22
2016-09-16staging: sm750fb: Change 'uint32_t' to 'u32'Rehas Sachdeva1-1/+1
2016-09-16staging: sm750fb: Change 'x != NULL' to 'x'Rehas 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-09-16Staging: sm750fb: Remove unnecessary blank lineSandhya Bankar1-2/+0
2016-09-12staging: sm750fb: Correctly set CLOCK_PHASE bit of display controller.Phil Turnbull1-1/+1
2016-08-21staging: sm750fb: Fix block comment styleEdward Lipinsky1-3/+5
2016-08-21sm750fb/sm750_hw.c: split assignment & long linesStefan Wolz1-4/+9
2016-08-21sm750fb/sm750_hw.c: fixed commentsStefan Wolz1-22/+26
2016-08-21sm750fb/sm750_hw.c: fixed whitespacingStefan Wolz1-17/+9
2016-08-21sm750fb/sm750_hw.c: corrected alignmentStefan Wolz1-6/+7
2016-08-21staging: sm750fb: fix block comments errors in ddk750_display.cyeongjun Kim1-5/+8
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-03-11Staging: sm750fb: Remove unused functionsBhumika Goyal2-41/+0
2016-03-11Staging: sm750fb: Remove leading and trailing whitespace.Sandhya Bankar1-2/+2
2016-03-11staging: sm750fb: convert pr_err() to dev_err()Eva Rachel Retuya1-4/+10
2016-03-11staging: sm750fb: Remove Unused macroBhaktipriya Shridhar1-2/+0
2016-03-11staging: sm750fb: Use pcim_enable_device()Amitoj Kaur Chawla1-5/+2
2016-03-11staging: sm750fb: Replace kzalloc with devm_kzallocAmitoj Kaur Chawla1-5/+2
2016-03-11staging: sm750fb: Remove unnecessary pci_set_drvdata()Amitoj Kaur Chawla1-1/+0
2016-03-11staging: sm750fb: Remove parentheses from return argumentsAmitoj Kaur Chawla2-3/+3