aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/sm750fb
AgeCommit message (Expand)AuthorFilesLines
2017-11-06staging: sm750fb: Fix parameter mistake in poke32Gravatar Huacai Chen 1-1/+1
2017-10-03staging: sm750fb: Remove typedef struct _dvi_ctrl_device_tGravatar Mihaela Muraru 2-4/+4
2017-10-03staging: sm750fb: remove typedef for enum in ddk750_sii164.{c,h}Gravatar Keerthi Reddy 2-3/+4
2017-10-03Staging: sm750fb: remove typedef for enum in ddk750_power.{c,h}Gravatar Keerthi Reddy 2-5/+4
2017-09-17staging: sm750fb: Remove extra blank linesGravatar Harsha Sharma 1-4/+0
2017-07-18staging: sm750fb: avoid conflicting vesafbGravatar Teddy Wang 1-0/+24
2017-07-16staging: sm750fb: fixed a assignment typoGravatar Lynn Lei 1-1/+1
2017-06-29drivers: staging: sm750: Hold lock irrespective of fb numbers.Gravatar Dhananjay Balan 1-13/+13
2017-06-25staging: sm750fb - add parameter namesGravatar Derek Robson 1-8/+16
2017-06-23staging: sm750fb: change default screen resolutionGravatar Sudip Mukherjee 1-1/+1
2017-06-06staging: sm750fb: change default screen resolutionGravatar Sudip Mukherjee 1-1/+1
2017-05-18staging: sm750fb: fix length of lines, function calls and declarationGravatar Matej Dujava 11-161/+125
2017-04-08staging: sm750fb: removed line continuations in quoted stringsGravatar Prasant Jalan 1-9/+9
2017-04-08staging: sm750fb: fixing function return with lock heldGravatar Prasant Jalan 1-4/+8
2017-04-08staging: sm750fb: ddk750_display.c - fixed checkpatch warning: line over 80 c...Gravatar Andrea della Porta 1-1/+2
2017-03-23staging: sm750fb: Remove typedef from "typedef enum _spolarity_t"Gravatar Arushi Singhal 1-6/+5
2017-03-23staging: sm750fb: Remove typedef from "typedef struct _mode_parameter_t"Gravatar Arushi Singhal 3-9/+9
2017-03-21staging:sm750fb: Code readability is improved.Gravatar Arushi Singhal 1-25/+30
2017-03-16staging: sm750fb: Removes unused variable from sm750_hw_copyareaGravatar Tahia Khan 1-3/+0
2017-03-14staging: sm750fb: Alignment should match open parenthesisGravatar Arushi Singhal 1-40/+39
2017-03-14staging: sm750fb: fixes add blank line after function/struct/union/enum decla...Gravatar Arushi Singhal 1-0/+3
2017-03-14staging: sm750fb: function prototype argument should have an identifier nameGravatar Arushi Singhal 4-5/+5
2017-03-09staging: sm750fb: Removed unnecessary parentheses.Gravatar Varsha Rao 4-5/+5
2017-03-06staging: sm750fb: Remove blank lines after { and before } braces.Gravatar Varsha Rao 3-9/+0
2017-03-06staging: sm750fb: Replace NULL comparison.Gravatar Varsha Rao 1-1/+1
2017-03-06staging: sm750fb: Added spaces around arithmetic operators.Gravatar Varsha Rao 2-2/+2
2017-03-06staging: sm750fb: Remove unnecessary blank lines.Gravatar Varsha Rao 7-26/+0
2017-03-06staging: sm750fb: Add identifier to function definition argument.Gravatar Varsha Rao 1-1/+1
2017-03-06staging: sm750fb: Fix line over 80 characters.Gravatar Varsha Rao 1-5/+5
2017-03-06staging: sm750fb: Add braces around if statement.Gravatar Varsha Rao 1-2/+2
2017-03-06staging: sm750fb: add spaces around operatorsGravatar Katie Dunne 1-5/+5
2017-03-06staging: sm750fb: add curly braces to if-statementsGravatar Katie Dunne 1-13/+13
2017-02-12Staging: sm750fb: sm750.c - style fixGravatar Derek Robson 1-1/+1
2017-02-09staging: sm750fb: Replace POKE32 and PEEK32 by inline functionsGravatar Matthieu Simon 10-173/+180
2017-01-10staging:sm750fb:ddk750_chip.c removes un-necessary blank linesGravatar Scott Matheina 1-3/+0
2017-01-10staging:sm750fb:ddk750_chip.c Adds braces to last arm of statementGravatar Scott Matheina 1-1/+2
2017-01-10staging: sm750fb: fix checkpatch 80 characters warningGravatar Abdul Rauf 1-2/+4
2017-01-10staging: sm750fb: fix checkpatch multiple blank lines checkGravatar Abdul Rauf 1-1/+0
2016-11-30staging: sm750fb: fix tabstop style warningGravatar Andrea Ghittino 1-1/+1
2016-11-29staging: sm750fb: fix a type issue in sm750_set_chip_type()Gravatar Dan Carpenter 2-2/+2
2016-11-29staging: sm750fb: update licenseGravatar Sudip Mukherjee 1-1/+1
2016-11-14Merge 4.9-rc5 into staging-nextGravatar Greg Kroah-Hartman 1-4/+4
2016-11-10staging: sm750fb: prefix global identifiersGravatar Arnd Bergmann 13-73/+73
2016-11-07staging: sm750fb: Replace pr_*() with dev_*().Gravatar Elise Lennion 1-6/+6
2016-11-07staging: sm750fb: Fix bugs introduced by early commitsGravatar Huacai Chen 1-4/+4
2016-10-30staging: sm750fb: Shorten local variables names.Gravatar Elise Lennion 1-13/+13
2016-10-30staging: sm750fb: Replace functions CamelCase naming with underscores.Gravatar Elise Lennion 7-19/+19
2016-10-30staging: sm750fb: Refine code in set_current_gate().Gravatar Elise Lennion 1-20/+4
2016-10-27staging: sm750fb: Refine the code and remove unused code.Gravatar Elise Lennion 1-50/+21
2016-10-25staging: sm750fb: restructure multi-line comments to follow CodingStyleGravatar Eric S. Stone 12-127/+184