aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-02staging: sm750fb: remove clear method from lynxfb_{crtc,output}Mike Rapoport4-21/+0
2015-10-02staging: sm750fb: remove proc_checkMode method from lynxfb_outputMike Rapoport4-16/+1
2015-10-02staging: sm750fb: remove unneeded switch statementMike Rapoport1-15/+2
2015-09-30staging: sm750fb: remove unused enable{ZVPort,SSP,PWM} functionsMike Rapoport2-76/+0
2015-09-30staging: sm750fb: staticize getPowerMode functionMike Rapoport2-3/+1
2015-09-30staging: sm750fb: remove unused macrosMike Rapoport2-40/+0
2015-09-30staging: sm750fb: remove unused ddk750_initDVIDisp functionMike Rapoport2-34/+0
2015-09-30staging: sm750fb: remove unused calcPllValue2 functionMike Rapoport2-101/+0
2015-09-30staging: sm750fb: staticize local functions in ddk750_chipMike Rapoport2-11/+6
2015-09-29staging: sm750fb: remove dead codeMike Rapoport8-442/+2
2015-09-29staging: sm750fb: replace twoToPowerOfx with shift operatorMike Rapoport1-14/+4
2015-09-29staging: sm750fb: remove unused MB(x) and KB(x) macrosMike Rapoport2-3/+0
2015-09-29staging: sm750fb: replace custom MB(x) macro with appropriate SZ_xMMike Rapoport2-6/+9
2015-09-29staging: sm750fb: tidy up #include directivesMike Rapoport4-62/+62
2015-09-29staging: sm750fb: sm750_help.h: spacing fixMike Rapoport1-1/+1
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