aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/sm750fb/sm750.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-18staging: sm750fb: avoid conflicting vesafbGravatar Teddy Wang 1-0/+24
2017-06-29drivers: staging: sm750: Hold lock irrespective of fb numbers.Gravatar Dhananjay Balan 1-13/+13
2017-06-23staging: sm750fb: change default screen resolutionGravatar Sudip Mukherjee 1-1/+1
2017-06-06staging: sm750fb: change default screen resolutionGravatar Sudip Mukherjee 1-1/+1
2017-05-18staging: sm750fb: fix length of lines, function calls and declarationGravatar Matej Dujava 1-13/+13
2017-04-08staging: sm750fb: removed line continuations in quoted stringsGravatar Prasant Jalan 1-9/+9
2017-04-08staging: sm750fb: fixing function return with lock heldGravatar Prasant Jalan 1-4/+8
2017-03-06staging: sm750fb: Remove blank lines after { and before } braces.Gravatar Varsha Rao 1-1/+0
2017-03-06staging: sm750fb: add curly braces to if-statementsGravatar Katie Dunne 1-13/+13
2017-02-12Staging: sm750fb: sm750.c - style fixGravatar Derek Robson 1-1/+1
2017-01-10staging: sm750fb: fix checkpatch 80 characters warningGravatar Abdul Rauf 1-2/+4
2017-01-10staging: sm750fb: fix checkpatch multiple blank lines checkGravatar Abdul Rauf 1-1/+0
2016-11-29staging: sm750fb: update licenseGravatar Sudip Mukherjee 1-1/+1
2016-11-10staging: sm750fb: prefix global identifiersGravatar Arnd Bergmann 1-11/+11
2016-11-07staging: sm750fb: Replace pr_*() with dev_*().Gravatar Elise Lennion 1-6/+6
2016-10-17staging: sm750fb: Add const qualifier to struct declaration.Gravatar Elise Lennion 1-1/+1
2016-10-16staging: sm750fb: compress return logicGravatar Elizabeth Ferdman 1-3/+1
2016-10-16Staging: sm750fb: use unsigned int instead unsignedGravatar Muraru Mihaela 1-5/+5
2016-09-16staging: sm750fb: Change 'x != NULL' to 'x'Gravatar Rehas Sachdeva 1-1/+1
2016-03-11staging: sm750fb: convert pr_err() to dev_err()Gravatar Eva Rachel Retuya 1-4/+10
2016-03-11staging: sm750fb: Use pcim_enable_device()Gravatar Amitoj Kaur Chawla 1-5/+2
2016-03-11staging: sm750fb: Replace kzalloc with devm_kzallocGravatar Amitoj Kaur Chawla 1-5/+2
2016-03-11staging: sm750fb: Remove unnecessary pci_set_drvdata()Gravatar Amitoj Kaur Chawla 1-1/+0
2016-02-22staging: sm750fb: Remove header filesGravatar Amitoj Kaur Chawla 1-2/+0
2016-02-07staging: sm750fb, fix typosGravatar Matej Vasek 1-1/+1
2016-02-07staging: sm750fb: lynxfb_pci_probe: remove some pr_infoGravatar Mike Rapoport 1-8/+0
2016-02-07staging: sm750fb: introduce sm750fb_frambuffer_allocGravatar Mike Rapoport 1-57/+41
2016-02-07staging: sm750fb: introduce sm750fb_frambuffer_releaseGravatar Mike Rapoport 1-12/+13
2016-02-07staging: sm750fb: replace dual member of sm750_dev with fb_countGravatar Mike Rapoport 1-11/+13
2016-02-07staging: sm750fb: lynxfb_pci_remove: remove unused variableGravatar Mike Rapoport 1-2/+0
2016-02-07staging: sm750fb: lynxfb_pci_probe: return actual errorsGravatar Mike Rapoport 1-20/+17
2016-02-07staging: sm750fb: disable PCI device if lynxfb_pci_probe failsGravatar Mike Rapoport 1-0/+1
2015-11-15Staging: sm750fb: Remove unused modedb.h fileGravatar Shraddha Barke 1-2/+0
2015-10-27staging: sm750fb: remove '#ifdef CAP_EXP*' conditionalsGravatar Mike Rapoport 1-18/+0
2015-10-27staging: sm750fb: merge lynx_share into sm750_devGravatar Mike Rapoport 1-115/+94
2015-10-27staging: sm750fb: remove unused field in lynx_cursorGravatar Mike Rapoport 1-1/+0
2015-10-27staging: sm750fb: fix wrong indentationGravatar Mike Rapoport 1-1/+1
2015-10-27staging: sm750fb: use sm750_dev with pci_{get, set}_drvdataGravatar Mike Rapoport 1-6/+8
2015-10-27staging: sm750fb: use 'struct sm750_dev *' instead of 'void *'Gravatar Mike Rapoport 1-1/+1
2015-10-27staging: sm750fb: replace lynx_share with sm750_dev in function callsGravatar Mike Rapoport 1-7/+8
2015-10-27staging: sm750fb: replace lynx_share with sm750_dev in lynxfb_parGravatar Mike Rapoport 1-9/+9
2015-10-27staging: sm750fb: remove unused PROC_SPEC_* typedefsGravatar Mike Rapoport 1-4/+0
2015-10-27staging: sm750fb: merge struct sm750_state into struct sm750_devGravatar Mike Rapoport 1-20/+20
2015-10-27staging: sm750fb: rename 'struct sm750_dev' variables to sm750_devGravatar Mike Rapoport 1-33/+33
2015-10-27staging: sm750fb: rename struct sm750_share to sm750_devGravatar Mike Rapoport 1-8/+8
2015-10-27staging: sm750fb: merge sm750_hw.h into sm750.hGravatar Mike Rapoport 1-1/+0
2015-10-27staging: sm750fb: remove unused smi_indent variableGravatar Mike Rapoport 1-2/+0
2015-10-27staging: sm750fb: replace PADDING macro with ALIGNGravatar Mike Rapoport 1-4/+4
2015-10-27staging: sm750fb: replace lynx_cursor methods with function callsGravatar Mike Rapoport 1-20/+14
2015-10-24staging: sm750fb: use direct call to hw_sm750_output_setModeGravatar Mike Rapoport 1-3/+1