summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb
Commit message (Expand)AuthorAgeFilesLines
* staging: sm750fb: replace twoToPowerOfx with shift operatorMike Rapoport2015-09-291-14/+4
* staging: sm750fb: remove unused MB(x) and KB(x) macrosMike Rapoport2015-09-292-3/+0
* staging: sm750fb: replace custom MB(x) macro with appropriate SZ_xMMike Rapoport2015-09-292-6/+9
* staging: sm750fb: tidy up #include directivesMike Rapoport2015-09-294-62/+62
* staging: sm750fb: sm750_help.h: spacing fixMike Rapoport2015-09-291-1/+1
* staging: sm750fb: ddk750_*i2c: shorten lines to under 80 charactersMike Rapoport2015-09-143-12/+32
* staging: sm750fb: ddk750_*i2c: remove multiple blank linesMike Rapoport2015-09-142-17/+0
* staging: sm750fb: ddk750_swi2c: further reduce CamelCaseMike Rapoport2015-09-142-71/+71
* staging: sm750fb: ddk750_swi2c: rename CamelCase static variablesMike Rapoport2015-09-141-48/+48
* staging: sm750fb: ddk750_hwi2c: reduce amount of CamelCaseMike Rapoport2015-09-141-18/+18
* staging: sm750fb: hw_i2c_{read,write}: rename CamelCase variablesMike Rapoport2015-09-142-10/+10
* staging: sm750fb: ddk750_hw_i2c: rename busSpeedModeMike Rapoport2015-09-142-3/+3
* staging: sm750fb: ddk750_swi2c: rename CamelCase static functionsMike Rapoport2015-09-141-58/+58
* staging: sm750fb: ddk750_swi2c: staticize swI2C{SCL,SDA}Mike Rapoport2015-09-142-23/+2
* staging: sm750fb: rename swI2CWriteReg to sm750_sw_i2c_write_regMike Rapoport2015-09-143-5/+5
* staging: sm750fb: rename swI2CReadReg to sm750_sw_i2c_read_regMike Rapoport2015-09-143-3/+3
* staging: sm750fb: rename swI2CInit to sm750_sw_i2c_initMike Rapoport2015-09-144-4/+4
* staging: sm750fb: ddk750_hwi2c: rename CamelCase static functionsMike Rapoport2015-09-141-8/+8
* staging: sm750fb: rename hwI2CWriteReg to sm750_hw_i2c_write_regMike Rapoport2015-09-143-3/+3
* staging: sm750fb: rename hwI2CReadReg to sm750_hw_i2c_read_regMike Rapoport2015-09-143-3/+3
* staging: sm750fb: rename hwI2CClose to sm750_hw_i2c_closeMike Rapoport2015-09-142-2/+2
* staging: sm750fb: rename hwI2CInit to sm750_hw_i2c_initMike Rapoport2015-09-143-3/+3
* Staging: sm750fb: Fix "foo* bar" should be "foo *bar" errorsYash Shah2015-08-144-14/+14
* staging: sm750fb: simplify returnSudip Mukherjee2015-08-071-5/+1
* staging: sm750fb: rearrange codeSudip Mukherjee2015-08-071-14/+13
* staging: sm750fb: fix multiline commentSudip Mukherjee2015-08-071-24/+39
* staging: sm750fb: space around operatorSudip Mukherjee2015-08-071-13/+17
* staging: sm750fb: remove multiple blank lineSudip Mukherjee2015-08-071-26/+0
* staging: sm750fb: ddk750_power.c: Split lines over 80 characters.Antoine BLIN2015-07-221-6/+11
* staging: sm750fb: removed extra parenthesesAaron Ouellette2015-07-221-1/+1
* staging: sm750fb: add missing blank line after declarationsJuston Li2015-07-149-0/+19
* staging: sm750fb: remove unnecessary bracesJuston Li2015-07-142-10/+5
* staging: sm750fb: move while to follow do close braceJuston Li2015-07-141-8/+4
* staging: sm750fb: fix brace placementJuston Li2015-07-1413-148/+71
* staging: sm750fb: remove unnecessary whitespaceJuston Li2015-07-142-4/+4
* staging: sm750fb: remove trailing whitespaceJuston Li2015-07-142-3/+3
* staging: sm750fb: add space after semicolonJuston Li2015-07-142-7/+7
* staging: sm750fb: add spaces around operatorsJuston Li2015-07-146-12/+12
* staging: sm750fb: consistent spacing around operatorsJuston Li2015-07-143-5/+5
* staging: sm750fb: add space after return typeJuston Li2015-07-141-6/+6
* staging: sm750fb: add space after struct definitionJuston Li2015-07-142-9/+9
* staging: sm750fb: add space after enum definitionJuston Li2015-07-142-5/+5
* staging: sm750fb: add space after close braceJuston Li2015-07-145-8/+8
* staging: sm750fb: add space before open braceJuston Li2015-07-145-23/+23
* staging: sm750fb: remove space between function name and parenthesisJuston Li2015-07-141-4/+4
* staging: sm750fb: add space before open parenthesisJuston Li2015-07-148-42/+42
* staging: sm750fb: remove space before close parenthesisJuston Li2015-07-143-3/+3
* staging: sm750fb: remove spacing after open parenthesisJuston Li2015-07-143-8/+8
* staging: sm750fb: use tabs for indentationJuston Li2015-07-1417-881/+881
* Staging: sm750fb: ddk750_dvi.h: Fix brace coding style issueAnders Fridlund2015-07-141-2/+1
OpenPOWER on IntegriCloud