aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-08staging: sm750fb: removed line continuations in quoted stringsPrasant Jalan1-9/+9
2017-04-08staging: sm750fb: fixing function return with lock heldPrasant Jalan1-4/+8
2017-04-08staging: sm750fb: ddk750_display.c - fixed checkpatch warning: line over 80 charsAndrea della Porta1-1/+2
2017-03-23staging: sm750fb: Remove typedef from "typedef enum _spolarity_t"Arushi Singhal1-6/+5
2017-03-23staging: sm750fb: Remove typedef from "typedef struct _mode_parameter_t"Arushi Singhal3-9/+9
2017-03-21staging:sm750fb: Code readability is improved.Arushi Singhal1-25/+30
2017-03-16staging: sm750fb: Removes unused variable from sm750_hw_copyareaTahia Khan1-3/+0
2017-03-14staging: sm750fb: Alignment should match open parenthesisArushi Singhal1-40/+39
2017-03-14staging: sm750fb: fixes add blank line after function/struct/union/enum declarationsArushi Singhal1-0/+3
2017-03-14staging: sm750fb: function prototype argument should have an identifier nameArushi Singhal4-5/+5
2017-03-09staging: sm750fb: Removed unnecessary parentheses.Varsha Rao4-5/+5
2017-03-06staging: sm750fb: Remove blank lines after { and before } braces.Varsha Rao3-9/+0
2017-03-06staging: sm750fb: Replace NULL comparison.Varsha Rao1-1/+1
2017-03-06staging: sm750fb: Added spaces around arithmetic operators.Varsha Rao2-2/+2
2017-03-06staging: sm750fb: Remove unnecessary blank lines.Varsha Rao7-26/+0
2017-03-06staging: sm750fb: Add identifier to function definition argument.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-03-06staging: sm750fb: add spaces around operatorsKatie Dunne1-5/+5
2017-03-06staging: sm750fb: add curly braces to if-statementsKatie Dunne1-13/+13
2017-02-12Staging: sm750fb: sm750.c - style fixDerek Robson1-1/+1
2017-02-09staging: sm750fb: Replace POKE32 and PEEK32 by inline functionsMatthieu Simon10-173/+180
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
2017-01-10staging: sm750fb: fix checkpatch 80 characters warningAbdul Rauf1-2/+4
2017-01-10staging: sm750fb: fix checkpatch multiple blank lines checkAbdul Rauf1-1/+0
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