summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb
Commit message (Expand)AuthorAgeFilesLines
* staging: sm750fb: Fix the power state error in resumeBinbin Zhou2015-10-131-0/+1
* staging: sm750fb: Add space around '&'Amitoj Kaur Chawla2015-10-131-3/+3
* staging: sm750fb: Add space around '<<'Amitoj Kaur Chawla2015-10-131-4/+4
* staging: sm750fb: Remove multiple blank linesAmitoj Kaur Chawla2015-10-131-3/+0Star
* staging: sm750fb: Rename dispStateAmitoj Kaur Chawla2015-10-131-3/+3
* staging: sm750fb: Remove multiple blank linesAmitoj Kaur Chawla2015-10-131-3/+0Star
* staging: sm750fb: Rename miniDiffAmitoj Kaur Chawla2015-10-131-4/+4
* staging: sm750fb: Remove space after opening braceAmitoj Kaur Chawla2015-10-131-1/+0Star
* staging: sm750fb: Remove space before closing braceAmitoj Kaur Chawla2015-10-131-1/+0Star
* staging: sm750fb: Remove space after castAmitoj Kaur Chawla2015-10-131-2/+2
* Staging: sm750fb: Use ARRAY_SIZE macroShraddha Barke2015-10-131-2/+2
* staging: sm750fb: Remove multiple blank linesAmitoj Kaur Chawla2015-10-081-7/+0Star
* staging: sm750fb: Add space around ':'Amitoj Kaur Chawla2015-10-081-1/+1
* staging: sm750fb: Add space around '?'Amitoj Kaur Chawla2015-10-081-1/+1
* staging: sm750fb: Add space around '*'Amitoj Kaur Chawla2015-10-081-2/+2
* staging: sm750fb: Add space around '/'Amitoj Kaur Chawla2015-10-081-2/+2
* staging: sm750fb: remove clear method from lynxfb_{crtc,output}Mike Rapoport2015-10-024-21/+0Star
* staging: sm750fb: remove proc_checkMode method from lynxfb_outputMike Rapoport2015-10-024-16/+1Star
* staging: sm750fb: remove unneeded switch statementMike Rapoport2015-10-021-15/+2Star
* staging: sm750fb: remove unused enable{ZVPort,SSP,PWM} functionsMike Rapoport2015-09-302-76/+0Star
* staging: sm750fb: staticize getPowerMode functionMike Rapoport2015-09-302-3/+1Star
* staging: sm750fb: remove unused macrosMike Rapoport2015-09-302-40/+0Star
* staging: sm750fb: remove unused ddk750_initDVIDisp functionMike Rapoport2015-09-302-34/+0Star
* staging: sm750fb: remove unused calcPllValue2 functionMike Rapoport2015-09-302-101/+0Star
* staging: sm750fb: staticize local functions in ddk750_chipMike Rapoport2015-09-302-11/+6Star
* staging: sm750fb: remove dead codeMike Rapoport2015-09-298-442/+2Star
* staging: sm750fb: replace twoToPowerOfx with shift operatorMike Rapoport2015-09-291-14/+4Star
* staging: sm750fb: remove unused MB(x) and KB(x) macrosMike Rapoport2015-09-292-3/+0Star
* 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/+0Star
* 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/+2Star
* 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-154-14/+14
* staging: sm750fb: simplify returnSudip Mukherjee2015-08-081-5/+1Star