summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb/sm750_hw.c
Commit message (Expand)AuthorAgeFilesLines
* staging: sm750fb: change definition of CRT_FB_ADDRESS fieldsMike Rapoport2016-02-161-2/+2
* staging: sm750fb: change definition of CRT_FB_WIDTH fieldsMike Rapoport2016-02-161-5/+4Star
* staging: sm750fb: Remove inclusion of header fileAmitoj Kaur Chawla2016-02-161-1/+0Star
* staging: sm750fb: Fix indentation of if...else statementsJanani Ravichandran2016-02-151-10/+9Star
* staging: sm750fb: change definition of CRT_DISPLAY_CTRL multi-bit fieldsMike Rapoport2016-02-121-2/+4
* staging: sm750fb: use BIT macro for CRT_DISPLAY_CTRL single-bit fieldsMike Rapoport2016-02-121-12/+17
* staging: sm750fb: change definition of PANEL_PLANE_BR fieldsMike Rapoport2016-02-121-3/+4
* staging: sm750fb: change definition of PANEL_WINDOW_HEIGHT fieldsMike Rapoport2016-02-121-3/+5
* staging: sm750fb: change definition of PANEL_WINDOW_WIDTH fieldsMike Rapoport2016-02-121-3/+4
* staging: sm750fb: change definition of PANEL_FB_WIDTH fieldsMike Rapoport2016-02-121-4/+4
* staging: sm750fb: change definition of PANEL_FB_ADDRESS fieldsMike Rapoport2016-02-121-5/+3Star
* staging: sm750fb: change definition of PANEL_DISPLAY_CTRL multi-bit fieldsMike Rapoport2016-02-121-5/+1Star
* staging: sm750fb: remove PANEL_DISPLAY_CTRL_TFT_DISP definesMike Rapoport2016-02-121-7/+10
* staging: sm750fb: use BIT macro for PANEL_DISPLAY_CTRL single-bit fieldsMike Rapoport2016-02-121-7/+8
* staging: sm750fb: hw_sm750_setBLANK: reduce printk verbosityMike Rapoport2016-02-121-2/+2
* staging: sm750fb, fix typosMatej Vasek2016-02-081-1/+1
* staging: sm750fb: use BIT macro for MISC_CTRL single-bit fieldsMike Rapoport2016-02-081-6/+2Star
* staging: sm750fb: change definition of SYSTEM_CTRL multi-bit fieldsMike Rapoport2016-02-081-9/+9
* staging: sm750fb: use BIT macro for SYSTEM_CTRL single-bit fieldsMike Rapoport2016-02-081-7/+8
* staging: sm750fb: use BIT macro for DE_STATE2 single-bit fieldsMike Rapoport2016-02-081-4/+4
* staging: sm750fb: use BIT macro for DE_STATE1 single-bit fieldMike Rapoport2016-02-081-2/+2
* staging: sm750fb: hw_sm750(le)_deWait: rename dwVal to valMike Rapoport2016-02-081-8/+8
* staging: sm750fb: merge lynx_share into sm750_devMike Rapoport2015-10-271-29/+27Star
* staging: sm750fb: replace lynx_share with sm750_dev in function callsMike Rapoport2015-10-271-9/+7Star
* staging: sm750fb: remove hw_sm750_getVMSize functionMike Rapoport2015-10-271-11/+2Star
* 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/+0Star
* staging: sm750fb: replace PADDING macro with ALIGNMike Rapoport2015-10-271-2/+2
* staging: sm750fb: remove ancient kernel supportMike Rapoport2015-10-251-36/+0Star
* staging: sm750fb: remove '#if 1' conditionalsMike Rapoport2015-10-251-2/+1Star
* staging: sm750fb: remove clear method from lynxfb_{crtc,output}Mike Rapoport2015-10-021-12/+0Star
* staging: sm750fb: remove proc_checkMode method from lynxfb_outputMike Rapoport2015-10-021-9/+0Star
* staging: sm750fb: remove dead codeMike Rapoport2015-09-291-14/+0Star
* 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-151-0/+7
* staging: sm750fb: remove unnecessary bracesJuston Li2015-07-151-4/+2Star
* staging: sm750fb: remove unnecessary whitespaceJuston Li2015-07-151-3/+3
* staging: sm750fb: add required spaces around C operatorsAnatoly Stepanov2015-07-151-6/+6
* staging: sm750fb: fix open brace in function declarationAnatoly Stepanov2015-07-151-1/+2
* staging: sm750fb: remove assignment from if conditionAnatoly Stepanov2015-07-151-3/+4
* staging: sm750fb: fix 'switch and case' indentationAnatoly Stepanov2015-07-151-86/+86
* staging: sm750fb: fix indentation in 'else' statementsAnatoly Stepanov2015-07-151-8/+8
* staging: sm750fb: put open brace on the previous lineAnatoly Stepanov2015-07-151-16/+8Star