summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb/sm750.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: sm750fb: sm750.c - style fixDerek Robson2017-02-121-1/+1
* staging: sm750fb: fix checkpatch 80 characters warningAbdul Rauf2017-01-101-2/+4
* staging: sm750fb: fix checkpatch multiple blank lines checkAbdul Rauf2017-01-101-1/+0
* staging: sm750fb: update licenseSudip Mukherjee2016-11-291-1/+1
* staging: sm750fb: prefix global identifiersArnd Bergmann2016-11-101-11/+11
* staging: sm750fb: Replace pr_*() with dev_*().Elise Lennion2016-11-071-6/+6
* staging: sm750fb: Add const qualifier to struct declaration.Elise Lennion2016-10-171-1/+1
* staging: sm750fb: compress return logicElizabeth Ferdman2016-10-161-3/+1
* Staging: sm750fb: use unsigned int instead unsignedMuraru Mihaela2016-10-161-5/+5
* staging: sm750fb: Change 'x != NULL' to 'x'Rehas Sachdeva2016-09-161-1/+1
* staging: sm750fb: convert pr_err() to dev_err()Eva Rachel Retuya2016-03-111-4/+10
* staging: sm750fb: Use pcim_enable_device()Amitoj Kaur Chawla2016-03-111-5/+2
* staging: sm750fb: Replace kzalloc with devm_kzallocAmitoj Kaur Chawla2016-03-111-5/+2
* staging: sm750fb: Remove unnecessary pci_set_drvdata()Amitoj Kaur Chawla2016-03-111-1/+0
* staging: sm750fb: Remove header filesAmitoj Kaur Chawla2016-02-221-2/+0
* staging: sm750fb, fix typosMatej Vasek2016-02-071-1/+1
* staging: sm750fb: lynxfb_pci_probe: remove some pr_infoMike Rapoport2016-02-071-8/+0
* staging: sm750fb: introduce sm750fb_frambuffer_allocMike Rapoport2016-02-071-57/+41
* staging: sm750fb: introduce sm750fb_frambuffer_releaseMike Rapoport2016-02-071-12/+13
* staging: sm750fb: replace dual member of sm750_dev with fb_countMike Rapoport2016-02-071-11/+13
* staging: sm750fb: lynxfb_pci_remove: remove unused variableMike Rapoport2016-02-071-2/+0
* staging: sm750fb: lynxfb_pci_probe: return actual errorsMike Rapoport2016-02-071-20/+17
* staging: sm750fb: disable PCI device if lynxfb_pci_probe failsMike Rapoport2016-02-071-0/+1
* Staging: sm750fb: Remove unused modedb.h fileShraddha Barke2015-11-151-2/+0
* staging: sm750fb: remove '#ifdef CAP_EXP*' conditionalsMike Rapoport2015-10-271-18/+0
* staging: sm750fb: merge lynx_share into sm750_devMike Rapoport2015-10-271-115/+94
* staging: sm750fb: remove unused field in lynx_cursorMike Rapoport2015-10-271-1/+0
* staging: sm750fb: fix wrong indentationMike Rapoport2015-10-271-1/+1
* staging: sm750fb: use sm750_dev with pci_{get, set}_drvdataMike Rapoport2015-10-271-6/+8
* staging: sm750fb: use 'struct sm750_dev *' instead of 'void *'Mike Rapoport2015-10-271-1/+1
* staging: sm750fb: replace lynx_share with sm750_dev in function callsMike Rapoport2015-10-271-7/+8
* staging: sm750fb: replace lynx_share with sm750_dev in lynxfb_parMike Rapoport2015-10-271-9/+9
* staging: sm750fb: remove unused PROC_SPEC_* typedefsMike Rapoport2015-10-271-4/+0
* staging: sm750fb: merge struct sm750_state into struct sm750_devMike Rapoport2015-10-271-20/+20
* staging: sm750fb: rename 'struct sm750_dev' variables to sm750_devMike Rapoport2015-10-271-33/+33
* staging: sm750fb: rename struct sm750_share to sm750_devMike Rapoport2015-10-271-8/+8
* staging: sm750fb: merge sm750_hw.h into sm750.hMike Rapoport2015-10-271-1/+0
* staging: sm750fb: remove unused smi_indent variableMike Rapoport2015-10-271-2/+0
* staging: sm750fb: replace PADDING macro with ALIGNMike Rapoport2015-10-271-4/+4
* staging: sm750fb: replace lynx_cursor methods with function callsMike Rapoport2015-10-271-20/+14
* staging: sm750fb: use direct call to hw_sm750_output_setModeMike Rapoport2015-10-241-3/+1
* staging: sm750fb: replace lynx_crtc methods with function callsMike Rapoport2015-10-241-8/+4
* staging: sm750fb: remove unused methods from lynx_shareMike Rapoport2015-10-241-6/+0
* Staging: sm750fb: sm750: Remove irrelevant codeShivani Bhardwaj2015-10-161-2/+0
* staging: sm750fb: Fix the power state error in resumeBinbin Zhou2015-10-121-0/+1
* staging: sm750fb: remove clear method from lynxfb_{crtc,output}Mike Rapoport2015-10-021-5/+0
* staging: sm750fb: remove proc_checkMode method from lynxfb_outputMike Rapoport2015-10-021-5/+1
* staging: sm750fb: remove unneeded switch statementMike Rapoport2015-10-021-15/+2
* staging: sm750fb: tidy up #include directivesMike Rapoport2015-09-291-17/+17
* staging: sm750fb: simplify returnSudip Mukherjee2015-08-071-5/+1
OpenPOWER on IntegriCloud