aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/fbdev/sm501fb.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2019-08-02video: fbdev: sm501fb: convert platform driver to use dev_groupsGravatar Greg Kroah-Hartman 1-28/+9
2019-07-09Merge tag 'fbdev-v5.3' of git://github.com/bzolnier/linuxGravatar Linus Torvalds 1-3/+1
2019-06-28video: fbdev: don't print error message on framebuffer_alloc() failureGravatar Bartlomiej Zolnierkiewicz 1-3/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2018-04-26video: sm501fb: Improve a size determination in sm501fb_probe()Gravatar Markus Elfring 1-2/+1
2017-11-17video: fbdev: sm501fb: fix potential null pointer dereference on fbiGravatar Colin Ian King 1-2/+4
2017-11-09video: fbdev: sm501fb: mark expected switch fall-through in sm501fb_blank_crtGravatar Gustavo A. R. Silva 1-0/+1
2017-11-09sm501fb: suspend and resume fb if it existsGravatar Sudip Mukherjee 1-0/+6
2017-11-09sm501fb: unregister framebuffer only if registeredGravatar Sudip Mukherjee 1-2/+4
2017-11-09sm501fb: deallocate colormap only if allocatedGravatar Sudip Mukherjee 1-0/+3
2017-09-04video: fbdev: make fb_videomode constGravatar Bhumika Goyal 1-1/+1
2017-05-02sm501fb: don't return zero on failure path in sm501fb_start()Gravatar Alexey Khoroshilov 1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2015-03-02fbdev: sm501fb: use memset_ioGravatar Sudip Mukherjee 1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2014-11-06m501fb: don't return zero on failure path in sm501fb_probe()Gravatar Alexey Khoroshilov 1-0/+1
2014-10-20video: fbdev: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-10-14video: fbdev: replace strnicmp with strncasecmpGravatar Rasmus Villemoes 1-2/+2
2014-05-14drivers/video/fbdev/sm501fb.c: avoid world-writable sysfs files.Gravatar Rusty Russell 1-1/+1
2014-04-17video: move fbdev to drivers/video/fbdevGravatar Tomi Valkeinen 1-0/+2240