summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb/sm750_hw.c
Commit message (Expand)AuthorAgeFilesLines
...
* staging: sm750fb: remove hw_sm750_getVMSize functionMike Rapoport2015-10-271-11/+2
* staging: sm750fb: replace lynx_share with sm750_dev in lynxfb_parMike Rapoport2015-10-271-3/+3
* staging: sm750fb: merge struct sm750_state into struct sm750_devMike Rapoport2015-10-271-5/+5
* staging: sm750fb: rename 'struct sm750_dev' variables to sm750_devMike Rapoport2015-10-271-9/+9
* staging: sm750fb: rename struct sm750_share to sm750_devMike Rapoport2015-10-271-4/+4
* staging: sm750fb: merge sm750_hw.h into sm750.hMike Rapoport2015-10-271-1/+0
* staging: sm750fb: replace PADDING macro with ALIGNMike Rapoport2015-10-271-2/+2
* staging: sm750fb: remove ancient kernel supportMike Rapoport2015-10-241-36/+0
* staging: sm750fb: remove '#if 1' conditionalsMike Rapoport2015-10-241-2/+1
* staging: sm750fb: remove clear method from lynxfb_{crtc,output}Mike Rapoport2015-10-021-12/+0
* staging: sm750fb: remove proc_checkMode method from lynxfb_outputMike Rapoport2015-10-021-9/+0
* staging: sm750fb: remove dead codeMike Rapoport2015-09-291-14/+0
* staging: sm750fb: replace custom MB(x) macro with appropriate SZ_xMMike Rapoport2015-09-291-1/+2
* staging: sm750fb: tidy up #include directivesMike Rapoport2015-09-291-15/+15
* staging: sm750fb: rename swI2CWriteReg to sm750_sw_i2c_write_regMike Rapoport2015-09-141-3/+3
* staging: sm750fb: rename swI2CReadReg to sm750_sw_i2c_read_regMike Rapoport2015-09-141-1/+1
* staging: sm750fb: rename swI2CInit to sm750_sw_i2c_initMike Rapoport2015-09-141-1/+1
* staging: sm750fb: add missing blank line after declarationsJuston Li2015-07-141-0/+7
* staging: sm750fb: remove unnecessary bracesJuston Li2015-07-141-4/+2
* staging: sm750fb: remove unnecessary whitespaceJuston Li2015-07-141-3/+3
* staging: sm750fb: add required spaces around C operatorsAnatoly Stepanov2015-07-141-6/+6
* staging: sm750fb: fix open brace in function declarationAnatoly Stepanov2015-07-141-1/+2
* staging: sm750fb: remove assignment from if conditionAnatoly Stepanov2015-07-141-3/+4
* staging: sm750fb: fix 'switch and case' indentationAnatoly Stepanov2015-07-141-86/+86
* staging: sm750fb: fix indentation in 'else' statementsAnatoly Stepanov2015-07-141-8/+8
* staging: sm750fb: put open brace on the previous lineAnatoly Stepanov2015-07-141-16/+8
* staging: sm750fb: fix indentation of pointer operatorAnatoly Stepanov2015-07-141-13/+13
* staging: sm750fb: insert space before open parenthesisAnatoly Stepanov2015-07-141-31/+31
* staging: sm750fb: insert space between ')' and '{'Anatoly Stepanov2015-07-141-20/+20
* staging: sm750fb: remove trailing whitespacesAnatoly Stepanov2015-07-141-13/+12
* staging: sm750fb: replace spaces with tabsAnatoly Stepanov2015-07-141-35/+35
* drivers: staging: sm750fb: Fix "'foo * bar' should be 'foo *bar'" errorsGreg Donald2015-06-181-9/+9
* staging: sm750fb: fix c99 commentsJuston Li2015-06-121-3/+1
* Staging: sm750fb: sm750_hw.c: Insert spaces after commas.Isaac Assegai2015-06-081-32/+32
* staging: sm750fb: use arch_phys_wc_add() and ioremap_wc()Luis R. Rodriguez2015-05-241-2/+1
* Staging: sm750fb: Add space after ','Somya Anand2015-03-151-65/+65
* staging: sm750fb: Add void to function definition with no argumentsSupriya Karanth2015-03-151-2/+2
* Staging: sm750fb: provide error path for hw_sm750le_setBLANK()Greg Kroah-Hartman2015-03-101-0/+2
* staging: sm750fb: correctly define SM750LE_REVISION_IDSudip Mukherjee2015-03-101-1/+1
* staging: sm750fb: wrong type for printSudip Mukherjee2015-03-101-2/+2
* staging: sm750fb: add sm750 to stagingSudip Mukherjee2015-03-061-0/+640