aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb/sm750_hw.c
AgeCommit message (Expand)Author
2016-02-15staging: sm750fb: change definition of CRT_FB_ADDRESS fieldsMike Rapoport
2016-02-15staging: sm750fb: change definition of CRT_FB_WIDTH fieldsMike Rapoport
2016-02-15staging: sm750fb: Remove inclusion of header fileAmitoj Kaur Chawla
2016-02-14staging: sm750fb: Fix indentation of if...else statementsJanani Ravichandran
2016-02-11staging: sm750fb: change definition of CRT_DISPLAY_CTRL multi-bit fieldsMike Rapoport
2016-02-11staging: sm750fb: use BIT macro for CRT_DISPLAY_CTRL single-bit fieldsMike Rapoport
2016-02-11staging: sm750fb: change definition of PANEL_PLANE_BR fieldsMike Rapoport
2016-02-11staging: sm750fb: change definition of PANEL_WINDOW_HEIGHT fieldsMike Rapoport
2016-02-11staging: sm750fb: change definition of PANEL_WINDOW_WIDTH fieldsMike Rapoport
2016-02-11staging: sm750fb: change definition of PANEL_FB_WIDTH fieldsMike Rapoport
2016-02-11staging: sm750fb: change definition of PANEL_FB_ADDRESS fieldsMike Rapoport
2016-02-11staging: sm750fb: change definition of PANEL_DISPLAY_CTRL multi-bit fieldsMike Rapoport
2016-02-11staging: sm750fb: remove PANEL_DISPLAY_CTRL_TFT_DISP definesMike Rapoport
2016-02-11staging: sm750fb: use BIT macro for PANEL_DISPLAY_CTRL single-bit fieldsMike Rapoport
2016-02-11staging: sm750fb: hw_sm750_setBLANK: reduce printk verbosityMike Rapoport
2016-02-07staging: sm750fb, fix typosMatej Vasek
2016-02-07staging: sm750fb: use BIT macro for MISC_CTRL single-bit fieldsMike Rapoport
2016-02-07staging: sm750fb: change definition of SYSTEM_CTRL multi-bit fieldsMike Rapoport
2016-02-07staging: sm750fb: use BIT macro for SYSTEM_CTRL single-bit fieldsMike Rapoport
2016-02-07staging: sm750fb: use BIT macro for DE_STATE2 single-bit fieldsMike Rapoport
2016-02-07staging: sm750fb: use BIT macro for DE_STATE1 single-bit fieldMike Rapoport
2016-02-07staging: sm750fb: hw_sm750(le)_deWait: rename dwVal to valMike Rapoport
2015-10-27staging: sm750fb: merge lynx_share into sm750_devMike Rapoport
2015-10-27staging: sm750fb: replace lynx_share with sm750_dev in function callsMike Rapoport
2015-10-27staging: sm750fb: remove hw_sm750_getVMSize functionMike Rapoport
2015-10-27staging: sm750fb: replace lynx_share with sm750_dev in lynxfb_parMike Rapoport
2015-10-27staging: sm750fb: merge struct sm750_state into struct sm750_devMike Rapoport
2015-10-27staging: sm750fb: rename 'struct sm750_dev' variables to sm750_devMike Rapoport
2015-10-27staging: sm750fb: rename struct sm750_share to sm750_devMike Rapoport
2015-10-27staging: sm750fb: merge sm750_hw.h into sm750.hMike Rapoport
2015-10-27staging: sm750fb: replace PADDING macro with ALIGNMike Rapoport
2015-10-24staging: sm750fb: remove ancient kernel supportMike Rapoport
2015-10-24staging: sm750fb: remove '#if 1' conditionalsMike Rapoport
2015-10-02staging: sm750fb: remove clear method from lynxfb_{crtc,output}Mike Rapoport
2015-10-02staging: sm750fb: remove proc_checkMode method from lynxfb_outputMike Rapoport
2015-09-29staging: sm750fb: remove dead codeMike Rapoport
2015-09-29staging: sm750fb: replace custom MB(x) macro with appropriate SZ_xMMike Rapoport
2015-09-29staging: sm750fb: tidy up #include directivesMike Rapoport
2015-09-14staging: sm750fb: rename swI2CWriteReg to sm750_sw_i2c_write_regMike Rapoport
2015-09-14staging: sm750fb: rename swI2CReadReg to sm750_sw_i2c_read_regMike Rapoport
2015-09-14staging: sm750fb: rename swI2CInit to sm750_sw_i2c_initMike Rapoport
2015-07-14staging: sm750fb: add missing blank line after declarationsJuston Li
2015-07-14staging: sm750fb: remove unnecessary bracesJuston Li
2015-07-14staging: sm750fb: remove unnecessary whitespaceJuston Li
2015-07-14staging: sm750fb: add required spaces around C operatorsAnatoly Stepanov
2015-07-14staging: sm750fb: fix open brace in function declarationAnatoly Stepanov
2015-07-14staging: sm750fb: remove assignment from if conditionAnatoly Stepanov
2015-07-14staging: sm750fb: fix 'switch and case' indentationAnatoly Stepanov
2015-07-14staging: sm750fb: fix indentation in 'else' statementsAnatoly Stepanov
2015-07-14staging: sm750fb: put open brace on the previous lineAnatoly Stepanov