summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb/sm750.c
Commit message (Expand)AuthorAgeFilesLines
* staging: Remove flag FBINFO_FLAG_DEFAULT from fbdev driversThomas Zimmermann2023-07-241-1/+0
* staging/sm750fb: Do not include <linux/screen_info.h>Thomas Zimmermann2023-07-081-1/+0
* fbdev: Include <linux/fb.h> instead of <asm/fb.h>Thomas Zimmermann2023-05-181-1/+1
* staging/lynxfb: Use pci aperture helperDaniel Vetter2023-04-041-15/+1
* fbdev: Add support for the nomodeset kernel parameterThomas Zimmermann2022-11-161-0/+3
* Merge tag 'staging-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-081-4/+8
|\
| * staging: sm750fb: split multiple assignments to linesChristopher Carbone2022-08-241-4/+8
* | fbdev: Convert drivers to aperture helpersThomas Zimmermann2022-07-191-10/+5
|/
* staging: sm750fb: Rename vScreen to v_screen in lynxfb_crtcBenjamin Philip2021-07-281-9/+9
* staging: sm750fb: Rename oScreen to o_screen in lynxfb_crtcBenjamin Philip2021-07-281-15/+15
* staging: sm750fb: Rename maxW to max_w in lynx_cursorBenjamin Philip2021-07-271-3/+3
* staging: sm750fb: Rename maxH to max_h in lynx_cursorBenjamin Philip2021-07-271-3/+3
* 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