summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb/sm750.c
Commit message (Expand)AuthorAgeFilesLines
* staging: sm750fb: Switch from strlcpy to strscpyKumar Kartikeya Dwivedi2021-02-041-1/+1
* Staging: sm750fb: Fix basic coding style issuesTimo A. Aranjo2020-08-281-1/+2
* staging: sm750fb: use generic power managementVaibhav Gupta2020-07-291-74/+17
* staging: sm750fb: print error message with actual valueMatej Dujava2020-05-051-1/+1
* staging: sm750fb: add common function to set color offsets and visual modeMatej Dujava2020-05-051-82/+67
* staging: sm750fb: add missing case while setting FB_VISUALMatej Dujava2020-05-051-0/+1
* staging: sm750fb: line over 80 charactersGokce Kuler2020-04-131-1/+3
* Staging: sm750fb: Change *array into *const arrayKelsey Skunberg2019-04-301-1/+1
* staging: sm750fb: add proper SPDX identifier to driverGreg Kroah-Hartman2019-04-031-0/+1
* staging: sm750fb: Remove unnecessary parenthesis.Sanjana Sanikommu2019-04-011-2/+2
* staging: sm750fb: Fix typo frambuffer->framebufferAymen Qader2018-09-251-5/+5
* staging: sm750fb: remove redundant pointer 'output'Colin Ian King2018-07-111-2/+0
* staging: sm750fb: avoid conflicting vesafbTeddy Wang2017-07-181-0/+24
* drivers: staging: sm750: Hold lock irrespective of fb numbers.Dhananjay Balan2017-06-291-13/+13
* staging: sm750fb: change default screen resolutionSudip Mukherjee2017-06-231-1/+1
* staging: sm750fb: change default screen resolutionSudip Mukherjee2017-06-061-1/+1
* staging: sm750fb: fix length of lines, function calls and declarationMatej Dujava2017-05-181-13/+13
* staging: sm750fb: removed line continuations in quoted stringsPrasant Jalan2017-04-081-9/+9
* staging: sm750fb: fixing function return with lock heldPrasant Jalan2017-04-081-4/+8
* staging: sm750fb: Remove blank lines after { and before } braces.Varsha Rao2017-03-061-1/+0
* staging: sm750fb: add curly braces to if-statementsKatie Dunne2017-03-061-13/+13
* 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