summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb/sm750.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-27staging: sm750fb: merge sm750_hw.h into sm750.hMike Rapoport1-1/+0
2015-10-27staging: sm750fb: remove unused smi_indent variableMike Rapoport1-2/+0
2015-10-27staging: sm750fb: replace PADDING macro with ALIGNMike Rapoport1-4/+4
2015-10-27staging: sm750fb: replace lynx_cursor methods with function callsMike Rapoport1-20/+14
2015-10-24staging: sm750fb: use direct call to hw_sm750_output_setModeMike Rapoport1-3/+1
2015-10-24staging: sm750fb: replace lynx_crtc methods with function callsMike Rapoport1-8/+4
2015-10-24staging: sm750fb: remove unused methods from lynx_shareMike Rapoport1-6/+0
2015-10-16Staging: sm750fb: sm750: Remove irrelevant codeShivani Bhardwaj1-2/+0
2015-10-12staging: sm750fb: Fix the power state error in resumeBinbin Zhou1-0/+1
2015-10-02staging: sm750fb: remove clear method from lynxfb_{crtc,output}Mike Rapoport1-5/+0
2015-10-02staging: sm750fb: remove proc_checkMode method from lynxfb_outputMike Rapoport1-5/+1
2015-10-02staging: sm750fb: remove unneeded switch statementMike Rapoport1-15/+2
2015-09-29staging: sm750fb: tidy up #include directivesMike Rapoport1-17/+17
2015-08-07staging: sm750fb: simplify returnSudip Mukherjee1-5/+1
2015-08-07staging: sm750fb: rearrange codeSudip Mukherjee1-14/+13
2015-08-07staging: sm750fb: fix multiline commentSudip Mukherjee1-24/+39
2015-08-07staging: sm750fb: space around operatorSudip Mukherjee1-13/+17
2015-08-07staging: sm750fb: remove multiple blank lineSudip Mukherjee1-26/+0
2015-07-14staging: sm750fb: remove unnecessary whitespaceJuston Li1-1/+1
2015-07-14staging: sm750fb: coding style global ERROR fixesVinay Simha BN1-3/+3
2015-06-18drivers: staging: sm750fb: Fix "'foo * bar' should be 'foo *bar'" errorsGreg Donald1-1/+1
2015-06-18staging: sm750fb: convert pr_err to pr_infoHari Prasath Gujulan Elango1-3/+3
2015-05-31staging: sm750fb: Fix typo in sm750.cMasanari Iida1-1/+1
2015-05-31staging: sm750fb: remove duplicate from fb_videomodeMichel von Czettritz1-3/+0
2015-05-24staging: sm750: Fix lynxfb_ops_imageblit() if image->depth != 1Huacai Chen1-0/+3
2015-05-24staging: sm750fb: use arch_phys_wc_add() and ioremap_wc()Luis R. Rodriguez1-32/+4
2015-05-18Merge 4.1-rc4 into staging-nextGreg Kroah-Hartman1-1/+1
2015-05-08Staging: fixed multiple spelling errors.Carlos E. Garcia1-6/+6
2015-05-08staging: sm750: remove incorrect __exit annotationArnd Bergmann1-1/+1
2015-04-03staging: sm750: move assignment out of if condMichel von Czettritz1-3/+6
2015-04-03staging: sm750: fix whitspace for cast to pointerMichel von Czettritz1-3/+3
2015-04-03staging: sm750: fix whitespaceMichel von Czettritz1-9/+9
2015-04-03staging: sm750: blank line after declarationMichel von Czettritz1-8/+14
2015-04-03staging: sm750: 80 characters per lineMichel von Czettritz1-38/+72
2015-04-03staging: sm750: comment formatingMichel von Czettritz1-23/+19
2015-04-03staging: sm750: no braces for single stmt if blocksMichel von Czettritz1-6/+3
2015-04-03staging: sm750: fix whitespaces around pointersMichel von Czettritz1-76/+77
2015-04-03staging: sm750: fix whitespace around bracesMichel von Czettritz1-97/+97
2015-04-03staging: sm750: move '{' to previous lineMichel von Czettritz1-34/+16
2015-04-03staging: sm750: add missing spaces after ','Michel von Czettritz1-132/+132
2015-04-03staging: sm750: ReindentMichel von Czettritz1-494/+491
2015-03-26staging: sm750fb: Remove spinlock helper functionLorenzo Stoakes1-23/+30
2015-03-26staging: sm750fb: Use memset_io instead of memsetLorenzo Stoakes1-6/+6
2015-03-15staging: sm750fb: remove intialization of static intsSupriya Karanth1-3/+3
2015-03-15staging: sm750: Fix switch-case indentationIoana Ciornei1-79/+79
2015-03-10staging: sm750fb: Use kzalloc rather than kmalloc followed by memset with 0Madhusudhanan Ravindran1-2/+1
2015-03-10staging: sm750fb: correct integer comparisonSudip Mukherjee1-1/+1
2015-03-10staging: sm750fb: fix mixed declarationsSudip Mukherjee1-1/+2
2015-03-10staging: sm750fb: remove unused functionsSudip Mukherjee1-65/+0
2015-03-10staging: sm750fb: fix build failureSudip Mukherjee1-2/+0