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