aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb/sm750.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-30Staging: sm750fb: Change *array into *const arrayKelsey Skunberg1-1/+1
2019-04-03staging: sm750fb: add proper SPDX identifier to driverGreg Kroah-Hartman1-0/+1
2019-04-01staging: sm750fb: Remove unnecessary parenthesis.Sanjana Sanikommu1-2/+2
2018-09-25staging: sm750fb: Fix typo frambuffer->framebufferAymen Qader1-5/+5
2018-07-11staging: sm750fb: remove redundant pointer 'output'Colin Ian King1-2/+0
2017-07-18staging: sm750fb: avoid conflicting vesafbTeddy Wang1-0/+24
2017-06-29drivers: staging: sm750: Hold lock irrespective of fb numbers.Dhananjay Balan1-13/+13
2017-06-23staging: sm750fb: change default screen resolutionSudip Mukherjee1-1/+1
2017-06-06staging: sm750fb: change default screen resolutionSudip Mukherjee1-1/+1
2017-05-18staging: sm750fb: fix length of lines, function calls and declarationMatej Dujava1-13/+13
2017-04-08staging: sm750fb: removed line continuations in quoted stringsPrasant Jalan1-9/+9
2017-04-08staging: sm750fb: fixing function return with lock heldPrasant Jalan1-4/+8
2017-03-06staging: sm750fb: Remove blank lines after { and before } braces.Varsha Rao1-1/+0
2017-03-06staging: sm750fb: add curly braces to if-statementsKatie Dunne1-13/+13
2017-02-12Staging: sm750fb: sm750.c - style fixDerek Robson1-1/+1
2017-01-10staging: sm750fb: fix checkpatch 80 characters warningAbdul Rauf1-2/+4
2017-01-10staging: sm750fb: fix checkpatch multiple blank lines checkAbdul Rauf1-1/+0
2016-11-29staging: sm750fb: update licenseSudip Mukherjee1-1/+1
2016-11-10staging: sm750fb: prefix global identifiersArnd Bergmann1-11/+11
2016-11-07staging: sm750fb: Replace pr_*() with dev_*().Elise Lennion1-6/+6
2016-10-17staging: sm750fb: Add const qualifier to struct declaration.Elise Lennion1-1/+1
2016-10-16staging: sm750fb: compress return logicElizabeth Ferdman1-3/+1
2016-10-16Staging: sm750fb: use unsigned int instead unsignedMuraru Mihaela1-5/+5
2016-09-16staging: sm750fb: Change 'x != NULL' to 'x'Rehas Sachdeva1-1/+1
2016-03-11staging: sm750fb: convert pr_err() to dev_err()Eva Rachel Retuya1-4/+10
2016-03-11staging: sm750fb: Use pcim_enable_device()Amitoj Kaur Chawla1-5/+2
2016-03-11staging: sm750fb: Replace kzalloc with devm_kzallocAmitoj Kaur Chawla1-5/+2
2016-03-11staging: sm750fb: Remove unnecessary pci_set_drvdata()Amitoj Kaur Chawla1-1/+0
2016-02-22staging: sm750fb: Remove header filesAmitoj Kaur Chawla1-2/+0
2016-02-07staging: sm750fb, fix typosMatej Vasek1-1/+1
2016-02-07staging: sm750fb: lynxfb_pci_probe: remove some pr_infoMike Rapoport1-8/+0
2016-02-07staging: sm750fb: introduce sm750fb_frambuffer_allocMike Rapoport1-57/+41
2016-02-07staging: sm750fb: introduce sm750fb_frambuffer_releaseMike Rapoport1-12/+13
2016-02-07staging: sm750fb: replace dual member of sm750_dev with fb_countMike Rapoport1-11/+13
2016-02-07staging: sm750fb: lynxfb_pci_remove: remove unused variableMike Rapoport1-2/+0
2016-02-07staging: sm750fb: lynxfb_pci_probe: return actual errorsMike Rapoport1-20/+17
2016-02-07staging: sm750fb: disable PCI device if lynxfb_pci_probe failsMike Rapoport1-0/+1
2015-11-15Staging: sm750fb: Remove unused modedb.h fileShraddha Barke1-2/+0
2015-10-27staging: sm750fb: remove '#ifdef CAP_EXP*' conditionalsMike Rapoport1-18/+0
2015-10-27staging: sm750fb: merge lynx_share into sm750_devMike Rapoport1-115/+94
2015-10-27staging: sm750fb: remove unused field in lynx_cursorMike Rapoport1-1/+0
2015-10-27staging: sm750fb: fix wrong indentationMike Rapoport1-1/+1
2015-10-27staging: sm750fb: use sm750_dev with pci_{get, set}_drvdataMike Rapoport1-6/+8
2015-10-27staging: sm750fb: use 'struct sm750_dev *' instead of 'void *'Mike Rapoport1-1/+1
2015-10-27staging: sm750fb: replace lynx_share with sm750_dev in function callsMike Rapoport1-7/+8
2015-10-27staging: sm750fb: replace lynx_share with sm750_dev in lynxfb_parMike Rapoport1-9/+9
2015-10-27staging: sm750fb: remove unused PROC_SPEC_* typedefsMike Rapoport1-4/+0
2015-10-27staging: sm750fb: merge struct sm750_state into struct sm750_devMike Rapoport1-20/+20
2015-10-27staging: sm750fb: rename 'struct sm750_dev' variables to sm750_devMike Rapoport1-33/+33
2015-10-27staging: sm750fb: rename struct sm750_share to sm750_devMike Rapoport1-8/+8