summaryrefslogtreecommitdiff
path: root/drivers/staging/sm750fb/sm750.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-21staging: sm750fb: rename `hw_sm750le_setBLANK`Eric Florin1-1/+1
2025-05-21staging: sm750fb: rename `hw_sm750_setBLANK`Eric Florin1-1/+1
2025-05-21staging: sm750fb: rename `hw_sm750_setColReg`Eric Florin1-1/+1
2025-05-21staging: sm750fb: rename `hw_sm750_crtc_setMode`Eric Florin1-1/+1
2025-05-21staging: sm750fb: rename `hw_sm750_crtc_checkMode`Eric Florin1-1/+1
2025-05-21staging: sm750fb: rename `hw_sm750_output_setMode`Eric Florin1-1/+1
2025-05-21staging: sm750fb: rename `hw_sm750le_deWait`Eric Florin1-1/+1
2025-05-21staging: sm750fb: rename `hw_sm750_deWait`Eric Florin1-1/+1
2025-05-01staging: sm750fb: rename sm750_hw_cursor_setDataEric Florin1-4/+2
2025-05-01staging: sm750fb: rename sm750_hw_cursor_setColorEric Florin1-1/+1
2025-05-01staging: sm750fb: rename sm750_hw_cursor_setPosEric Florin1-1/+1
2025-05-01staging: sm750fb: rename sm750_hw_cursor_setSizeEric Florin1-1/+1
2023-11-29staging/sm750fb: Initialize fb_ops with fbdev macrosThomas Zimmermann1-6/+6
2023-11-29staging/sm750fb: Declare fb_ops as constantThomas Zimmermann1-10/+49
2023-07-24staging: Remove flag FBINFO_FLAG_DEFAULT from fbdev driversThomas Zimmermann1-1/+0
2023-07-08staging/sm750fb: Do not include <linux/screen_info.h>Thomas Zimmermann1-1/+0
2023-05-18fbdev: Include <linux/fb.h> instead of <asm/fb.h>Thomas Zimmermann1-1/+1
2023-04-04staging/lynxfb: Use pci aperture helperDaniel Vetter1-15/+1
2022-11-16fbdev: Add support for the nomodeset kernel parameterThomas Zimmermann1-0/+3
2022-10-08Merge tag 'staging-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+8
2022-08-24staging: sm750fb: split multiple assignments to linesChristopher Carbone1-4/+8
2022-07-19fbdev: Convert drivers to aperture helpersThomas Zimmermann1-10/+5
2021-07-28staging: sm750fb: Rename vScreen to v_screen in lynxfb_crtcBenjamin Philip1-9/+9
2021-07-28staging: sm750fb: Rename oScreen to o_screen in lynxfb_crtcBenjamin Philip1-15/+15
2021-07-27staging: sm750fb: Rename maxW to max_w in lynx_cursorBenjamin Philip1-3/+3
2021-07-27staging: sm750fb: Rename maxH to max_h in lynx_cursorBenjamin Philip1-3/+3
2021-02-04staging: sm750fb: Switch from strlcpy to strscpyKumar Kartikeya Dwivedi1-1/+1
2020-08-28Staging: sm750fb: Fix basic coding style issuesTimo A. Aranjo1-1/+2
2020-07-29staging: sm750fb: use generic power managementVaibhav Gupta1-74/+17
2020-05-05staging: sm750fb: print error message with actual valueMatej Dujava1-1/+1
2020-05-05staging: sm750fb: add common function to set color offsets and visual modeMatej Dujava1-82/+67
2020-05-05staging: sm750fb: add missing case while setting FB_VISUALMatej Dujava1-0/+1
2020-04-13staging: sm750fb: line over 80 charactersGokce Kuler1-1/+3
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