summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/sm501fb.c
Commit message (Expand)AuthorAgeFilesLines
* fbdev/sm501fb: Initialize fb_ops to fbdev I/O-memory helpersThomas Zimmermann2023-10-191-0/+4
* fbdev: Remove FBINFO_FLAG_DEFAULT from framebuffer_alloc()'ed structsThomas Zimmermann2023-07-241-1/+1
* fbdev/sm501fb: Output message with fb_err()Thomas Zimmermann2023-06-271-1/+1
* fbdev: sm501fb: Convert to platform remove callback returning voidUwe Kleine-König2023-04-241-4/+2
* fbdev: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-141-2/+2
* fbdev: sm501fb: Convert sysfs snprintf to sysfs_emitXuezhi Zhang2022-10-181-1/+1
* fbdev: Move fbdev drivers from strlcpy to strscpyWolfram Sang2022-08-241-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* video: fbdev: sm501fb: convert platform driver to use dev_groupsGreg Kroah-Hartman2019-08-021-28/+9
* Merge tag 'fbdev-v5.3' of git://github.com/bzolnier/linuxLinus Torvalds2019-07-091-3/+1
|\
| * video: fbdev: don't print error message on framebuffer_alloc() failureBartlomiej Zolnierkiewicz2019-06-281-3/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* video: sm501fb: Improve a size determination in sm501fb_probe()Markus Elfring2018-04-261-2/+1
* video: fbdev: sm501fb: fix potential null pointer dereference on fbiColin Ian King2017-11-171-2/+4
* video: fbdev: sm501fb: mark expected switch fall-through in sm501fb_blank_crtGustavo A. R. Silva2017-11-091-0/+1
* sm501fb: suspend and resume fb if it existsSudip Mukherjee2017-11-091-0/+6
* sm501fb: unregister framebuffer only if registeredSudip Mukherjee2017-11-091-2/+4
* sm501fb: deallocate colormap only if allocatedSudip Mukherjee2017-11-091-0/+3
* video: fbdev: make fb_videomode constBhumika Goyal2017-09-041-1/+1
* sm501fb: don't return zero on failure path in sm501fb_start()Alexey Khoroshilov2017-05-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* fbdev: sm501fb: use memset_ioSudip Mukherjee2015-03-021-1/+1
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * video: fbdev: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | m501fb: don't return zero on failure path in sm501fb_probe()Alexey Khoroshilov2014-11-061-0/+1
|/
* video: fbdev: replace strnicmp with strncasecmpRasmus Villemoes2014-10-141-2/+2
* drivers/video/fbdev/sm501fb.c: avoid world-writable sysfs files.Rusty Russell2014-05-141-1/+1
* video: move fbdev to drivers/video/fbdevTomi Valkeinen2014-04-171-0/+2240