summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb
Commit message (Expand)AuthorAgeFilesLines
* staging: sm750fb: Alignment should match open parenthesisArushi Singhal2017-03-141-40/+39
* staging: sm750fb: fixes add blank line after function/struct/union/enum decla...Arushi Singhal2017-03-141-0/+3
* staging: sm750fb: function prototype argument should have an identifier nameArushi Singhal2017-03-144-5/+5
* staging: sm750fb: Removed unnecessary parentheses.Varsha Rao2017-03-094-5/+5
* staging: sm750fb: Remove blank lines after { and before } braces.Varsha Rao2017-03-063-9/+0
* staging: sm750fb: Replace NULL comparison.Varsha Rao2017-03-061-1/+1
* staging: sm750fb: Added spaces around arithmetic operators.Varsha Rao2017-03-062-2/+2
* staging: sm750fb: Remove unnecessary blank lines.Varsha Rao2017-03-067-26/+0
* staging: sm750fb: Add identifier to function definition argument.Varsha Rao2017-03-061-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: add spaces around operatorsKatie Dunne2017-03-061-5/+5
* staging: sm750fb: add curly braces to if-statementsKatie Dunne2017-03-061-13/+13
* Staging: sm750fb: sm750.c - style fixDerek Robson2017-02-121-1/+1
* staging: sm750fb: Replace POKE32 and PEEK32 by inline functionsMatthieu Simon2017-02-0910-173/+180
* 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 checkpatch 80 characters warningAbdul Rauf2017-01-101-2/+4
* staging: sm750fb: fix checkpatch multiple blank lines checkAbdul Rauf2017-01-101-1/+0
* staging: sm750fb: fix tabstop style warningAndrea Ghittino2016-11-301-1/+1
* staging: sm750fb: fix a type issue in sm750_set_chip_type()Dan Carpenter2016-11-292-2/+2
* staging: sm750fb: update licenseSudip Mukherjee2016-11-291-1/+1
* Merge 4.9-rc5 into staging-nextGreg Kroah-Hartman2016-11-141-4/+4
|\
| * staging: sm750fb: Fix bugs introduced by early commitsHuacai Chen2016-11-071-4/+4
* | staging: sm750fb: prefix global identifiersArnd Bergmann2016-11-1013-73/+73
* | staging: sm750fb: Replace pr_*() with dev_*().Elise Lennion2016-11-071-6/+6
* | staging: sm750fb: Shorten local variables names.Elise Lennion2016-10-301-13/+13
* | staging: sm750fb: Replace functions CamelCase naming with underscores.Elise Lennion2016-10-307-19/+19
* | staging: sm750fb: Refine code in set_current_gate().Elise Lennion2016-10-301-20/+4
* | staging: sm750fb: Refine the code and remove unused code.Elise Lennion2016-10-271-50/+21
* | staging: sm750fb: restructure multi-line comments to follow CodingStyleEric S. Stone2016-10-2512-127/+184
* | staging: sm750fb: Add const qualifier to struct declaration.Elise Lennion2016-10-171-1/+1
* | staging: sm750fb: Remove unnecessary comments.Elise Lennion2016-10-161-8/+0
* | staging: sm750fb: Replace functions CamelCase naming with underscores.Elise Lennion2016-10-166-36/+36
* | staging: sm750fb: compress return logicElizabeth Ferdman2016-10-161-3/+1
* | staging: sm750fb: Merge ddk750_help.* into ddk750_chip.*.Elise Lennion2016-10-1613-60/+30
* | staging: sm750fb: Replace printk() with pr_info().Elise Lennion2016-10-161-1/+1
* | Staging: sm750fb: use unsigned int instead unsignedMuraru Mihaela2016-10-161-5/+5
* | Staging: sm750fb: fix do not add new typedefs warningMihaela Muraru2016-10-164-16/+15
|/
* staging: sm750fb: replace roundedDiv with DIV_ROUND_CLOSESTMoshe Green2016-10-021-4/+2
* staging: sm750fb: conform to block comment styleElizabeth Ferdman2016-10-027-101/+113
* staging: sm750fb: rename getChipType to sm750_get_chip_typeMoshe Green2016-09-276-19/+19
* staging: sm750fb: Remove unnecessary parenthesesRehas Sachdeva2016-09-221-2/+2
* staging: sm750fb: Use BIT(x) macroRehas Sachdeva2016-09-221-1/+1
* staging: sm750fb: Add spaces around '|'Rehas Sachdeva2016-09-201-22/+22
* staging: sm750fb: Change 'uint32_t' to 'u32'Rehas Sachdeva2016-09-161-1/+1
* staging: sm750fb: Change 'x != NULL' to 'x'Rehas Sachdeva2016-09-161-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: Remove unnecessary blank lineSandhya Bankar2016-09-161-2/+0
OpenPOWER on IntegriCloud