summaryrefslogtreecommitdiff
path: root/drivers/staging/sm750fb/sm750_hw.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-16staging: sm750fb: change definition of CRT_FB_ADDRESS fieldsMike Rapoport1-2/+2
2016-02-16staging: sm750fb: change definition of CRT_FB_WIDTH fieldsMike Rapoport1-5/+4
2016-02-16staging: sm750fb: Remove inclusion of header fileAmitoj Kaur Chawla1-1/+0
2016-02-15staging: sm750fb: Fix indentation of if...else statementsJanani Ravichandran1-10/+9
2016-02-12staging: sm750fb: change definition of CRT_DISPLAY_CTRL multi-bit fieldsMike Rapoport1-2/+4
2016-02-12staging: sm750fb: use BIT macro for CRT_DISPLAY_CTRL single-bit fieldsMike Rapoport1-12/+17
2016-02-12staging: sm750fb: change definition of PANEL_PLANE_BR fieldsMike Rapoport1-3/+4
2016-02-12staging: sm750fb: change definition of PANEL_WINDOW_HEIGHT fieldsMike Rapoport1-3/+5
2016-02-12staging: sm750fb: change definition of PANEL_WINDOW_WIDTH fieldsMike Rapoport1-3/+4
2016-02-12staging: sm750fb: change definition of PANEL_FB_WIDTH fieldsMike Rapoport1-4/+4
2016-02-12staging: sm750fb: change definition of PANEL_FB_ADDRESS fieldsMike Rapoport1-5/+3
2016-02-12staging: sm750fb: change definition of PANEL_DISPLAY_CTRL multi-bit fieldsMike Rapoport1-5/+1
2016-02-12staging: sm750fb: remove PANEL_DISPLAY_CTRL_TFT_DISP definesMike Rapoport1-7/+10
2016-02-12staging: sm750fb: use BIT macro for PANEL_DISPLAY_CTRL single-bit fieldsMike Rapoport1-7/+8
2016-02-12staging: sm750fb: hw_sm750_setBLANK: reduce printk verbosityMike Rapoport1-2/+2
2016-02-08staging: sm750fb, fix typosMatej Vasek1-1/+1
2016-02-08staging: sm750fb: use BIT macro for MISC_CTRL single-bit fieldsMike Rapoport1-6/+2
2016-02-08staging: sm750fb: change definition of SYSTEM_CTRL multi-bit fieldsMike Rapoport1-9/+9
2016-02-08staging: sm750fb: use BIT macro for SYSTEM_CTRL single-bit fieldsMike Rapoport1-7/+8
2016-02-08staging: sm750fb: use BIT macro for DE_STATE2 single-bit fieldsMike Rapoport1-4/+4
2016-02-08staging: sm750fb: use BIT macro for DE_STATE1 single-bit fieldMike Rapoport1-2/+2
2016-02-08staging: sm750fb: hw_sm750(le)_deWait: rename dwVal to valMike Rapoport1-8/+8
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-25staging: sm750fb: remove ancient kernel supportMike Rapoport1-36/+0
2015-10-25staging: 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-15staging: sm750fb: add missing blank line after declarationsJuston Li1-0/+7
2015-07-15staging: sm750fb: remove unnecessary bracesJuston Li1-4/+2
2015-07-15staging: sm750fb: remove unnecessary whitespaceJuston Li1-3/+3
2015-07-15staging: sm750fb: add required spaces around C operatorsAnatoly Stepanov1-6/+6
2015-07-15staging: sm750fb: fix open brace in function declarationAnatoly Stepanov1-1/+2
2015-07-15staging: sm750fb: remove assignment from if conditionAnatoly Stepanov1-3/+4
2015-07-15staging: sm750fb: fix 'switch and case' indentationAnatoly Stepanov1-86/+86
2015-07-15staging: sm750fb: fix indentation in 'else' statementsAnatoly Stepanov1-8/+8
2015-07-15staging: sm750fb: put open brace on the previous lineAnatoly Stepanov1-16/+8