summaryrefslogtreecommitdiff
path: root/drivers/staging/sm750fb
AgeCommit message (Expand)Author
2015-09-29staging: sm750fb: replace twoToPowerOfx with shift operatorMike Rapoport
2015-09-29staging: sm750fb: remove unused MB(x) and KB(x) macrosMike Rapoport
2015-09-29staging: sm750fb: replace custom MB(x) macro with appropriate SZ_xMMike Rapoport
2015-09-29staging: sm750fb: tidy up #include directivesMike Rapoport
2015-09-29staging: sm750fb: sm750_help.h: spacing fixMike Rapoport
2015-09-14staging: sm750fb: ddk750_*i2c: shorten lines to under 80 charactersMike Rapoport
2015-09-14staging: sm750fb: ddk750_*i2c: remove multiple blank linesMike Rapoport
2015-09-14staging: sm750fb: ddk750_swi2c: further reduce CamelCaseMike Rapoport
2015-09-14staging: sm750fb: ddk750_swi2c: rename CamelCase static variablesMike Rapoport
2015-09-14staging: sm750fb: ddk750_hwi2c: reduce amount of CamelCaseMike Rapoport
2015-09-14staging: sm750fb: hw_i2c_{read,write}: rename CamelCase variablesMike Rapoport
2015-09-14staging: sm750fb: ddk750_hw_i2c: rename busSpeedModeMike Rapoport
2015-09-14staging: sm750fb: ddk750_swi2c: rename CamelCase static functionsMike Rapoport
2015-09-14staging: sm750fb: ddk750_swi2c: staticize swI2C{SCL,SDA}Mike Rapoport
2015-09-14staging: sm750fb: rename swI2CWriteReg to sm750_sw_i2c_write_regMike Rapoport
2015-09-14staging: sm750fb: rename swI2CReadReg to sm750_sw_i2c_read_regMike Rapoport
2015-09-14staging: sm750fb: rename swI2CInit to sm750_sw_i2c_initMike Rapoport
2015-09-14staging: sm750fb: ddk750_hwi2c: rename CamelCase static functionsMike Rapoport
2015-09-14staging: sm750fb: rename hwI2CWriteReg to sm750_hw_i2c_write_regMike Rapoport
2015-09-14staging: sm750fb: rename hwI2CReadReg to sm750_hw_i2c_read_regMike Rapoport
2015-09-14staging: sm750fb: rename hwI2CClose to sm750_hw_i2c_closeMike Rapoport
2015-09-14staging: sm750fb: rename hwI2CInit to sm750_hw_i2c_initMike Rapoport
2015-08-14Staging: sm750fb: Fix "foo* bar" should be "foo *bar" errorsYash Shah
2015-08-07staging: sm750fb: simplify returnSudip Mukherjee
2015-08-07staging: sm750fb: rearrange codeSudip Mukherjee
2015-08-07staging: sm750fb: fix multiline commentSudip Mukherjee
2015-08-07staging: sm750fb: space around operatorSudip Mukherjee
2015-08-07staging: sm750fb: remove multiple blank lineSudip Mukherjee
2015-07-22staging: sm750fb: ddk750_power.c: Split lines over 80 characters.Antoine BLIN
2015-07-22staging: sm750fb: removed extra parenthesesAaron Ouellette
2015-07-14staging: sm750fb: add missing blank line after declarationsJuston Li
2015-07-14staging: sm750fb: remove unnecessary bracesJuston Li
2015-07-14staging: sm750fb: move while to follow do close braceJuston Li
2015-07-14staging: sm750fb: fix brace placementJuston Li
2015-07-14staging: sm750fb: remove unnecessary whitespaceJuston Li
2015-07-14staging: sm750fb: remove trailing whitespaceJuston Li
2015-07-14staging: sm750fb: add space after semicolonJuston Li
2015-07-14staging: sm750fb: add spaces around operatorsJuston Li
2015-07-14staging: sm750fb: consistent spacing around operatorsJuston Li
2015-07-14staging: sm750fb: add space after return typeJuston Li
2015-07-14staging: sm750fb: add space after struct definitionJuston Li
2015-07-14staging: sm750fb: add space after enum definitionJuston Li
2015-07-14staging: sm750fb: add space after close braceJuston Li
2015-07-14staging: sm750fb: add space before open braceJuston Li
2015-07-14staging: sm750fb: remove space between function name and parenthesisJuston Li
2015-07-14staging: sm750fb: add space before open parenthesisJuston Li
2015-07-14staging: sm750fb: remove space before close parenthesisJuston Li
2015-07-14staging: sm750fb: remove spacing after open parenthesisJuston Li
2015-07-14staging: sm750fb: use tabs for indentationJuston Li
2015-07-14Staging: sm750fb: ddk750_dvi.h: Fix brace coding style issueAnders Fridlund