aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-14staging: sm750fb: ddk750_*i2c: shorten lines to under 80 charactersMike Rapoport3-12/+32
2015-09-14staging: sm750fb: ddk750_*i2c: remove multiple blank linesMike Rapoport2-17/+0
2015-09-14staging: sm750fb: ddk750_swi2c: further reduce CamelCaseMike Rapoport2-71/+71
2015-09-14staging: sm750fb: ddk750_swi2c: rename CamelCase static variablesMike Rapoport1-48/+48
2015-09-14staging: sm750fb: ddk750_hwi2c: reduce amount of CamelCaseMike Rapoport1-18/+18
2015-09-14staging: sm750fb: hw_i2c_{read,write}: rename CamelCase variablesMike Rapoport2-10/+10
2015-09-14staging: sm750fb: ddk750_hw_i2c: rename busSpeedModeMike Rapoport2-3/+3
2015-09-14staging: sm750fb: ddk750_swi2c: rename CamelCase static functionsMike Rapoport1-58/+58
2015-09-14staging: sm750fb: ddk750_swi2c: staticize swI2C{SCL,SDA}Mike Rapoport2-23/+2
2015-09-14staging: sm750fb: rename swI2CWriteReg to sm750_sw_i2c_write_regMike Rapoport3-5/+5
2015-09-14staging: sm750fb: rename swI2CReadReg to sm750_sw_i2c_read_regMike Rapoport3-3/+3
2015-09-14staging: sm750fb: rename swI2CInit to sm750_sw_i2c_initMike Rapoport4-4/+4
2015-09-14staging: sm750fb: ddk750_hwi2c: rename CamelCase static functionsMike Rapoport1-8/+8
2015-09-14staging: sm750fb: rename hwI2CWriteReg to sm750_hw_i2c_write_regMike Rapoport3-3/+3
2015-09-14staging: sm750fb: rename hwI2CReadReg to sm750_hw_i2c_read_regMike Rapoport3-3/+3
2015-09-14staging: sm750fb: rename hwI2CClose to sm750_hw_i2c_closeMike Rapoport2-2/+2
2015-09-14staging: sm750fb: rename hwI2CInit to sm750_hw_i2c_initMike Rapoport3-3/+3
2015-08-14Staging: sm750fb: Fix "foo* bar" should be "foo *bar" errorsYash Shah4-14/+14
2015-08-07staging: sm750fb: simplify returnSudip Mukherjee1-5/+1
2015-08-07staging: sm750fb: rearrange codeSudip Mukherjee1-14/+13
2015-08-07staging: sm750fb: fix multiline commentSudip Mukherjee1-24/+39
2015-08-07staging: sm750fb: space around operatorSudip Mukherjee1-13/+17
2015-08-07staging: sm750fb: remove multiple blank lineSudip Mukherjee1-26/+0
2015-07-22staging: sm750fb: ddk750_power.c: Split lines over 80 characters.Antoine BLIN1-6/+11
2015-07-22staging: sm750fb: removed extra parenthesesAaron Ouellette1-1/+1
2015-07-14staging: sm750fb: add missing blank line after declarationsJuston Li9-0/+19
2015-07-14staging: sm750fb: remove unnecessary bracesJuston Li2-10/+5
2015-07-14staging: sm750fb: move while to follow do close braceJuston Li1-8/+4
2015-07-14staging: sm750fb: fix brace placementJuston Li13-148/+71
2015-07-14staging: sm750fb: remove unnecessary whitespaceJuston Li2-4/+4
2015-07-14staging: sm750fb: remove trailing whitespaceJuston Li2-3/+3
2015-07-14staging: sm750fb: add space after semicolonJuston Li2-7/+7
2015-07-14staging: sm750fb: add spaces around operatorsJuston Li6-12/+12
2015-07-14staging: sm750fb: consistent spacing around operatorsJuston Li3-5/+5
2015-07-14staging: sm750fb: add space after return typeJuston Li1-6/+6
2015-07-14staging: sm750fb: add space after struct definitionJuston Li2-9/+9
2015-07-14staging: sm750fb: add space after enum definitionJuston Li2-5/+5
2015-07-14staging: sm750fb: add space after close braceJuston Li5-8/+8
2015-07-14staging: sm750fb: add space before open braceJuston Li5-23/+23
2015-07-14staging: sm750fb: remove space between function name and parenthesisJuston Li1-4/+4
2015-07-14staging: sm750fb: add space before open parenthesisJuston Li8-42/+42
2015-07-14staging: sm750fb: remove space before close parenthesisJuston Li3-3/+3
2015-07-14staging: sm750fb: remove spacing after open parenthesisJuston Li3-8/+8
2015-07-14staging: sm750fb: use tabs for indentationJuston Li17-881/+881
2015-07-14Staging: sm750fb: ddk750_dvi.h: Fix brace coding style issueAnders Fridlund1-2/+1
2015-07-14staging: sm750fb: coding style global ERROR fixesVinay Simha BN2-6/+6
2015-07-14staging: sm750fb: add required spaces around C operatorsAnatoly Stepanov1-6/+6
2015-07-14staging: sm750fb: fix open brace in function declarationAnatoly Stepanov1-1/+2
2015-07-14staging: sm750fb: remove assignment from if conditionAnatoly Stepanov1-3/+4
2015-07-14staging: sm750fb: fix 'switch and case' indentationAnatoly Stepanov1-86/+86