index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
video
/
fbdev
/
sm501fb.c
Age
Commit message (
Expand
)
Author
2020-08-03
fbdev: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2019-08-02
video: fbdev: sm501fb: convert platform driver to use dev_groups
Greg Kroah-Hartman
2019-07-09
Merge tag 'fbdev-v5.3' of git://github.com/bzolnier/linux
Linus Torvalds
2019-06-28
video: fbdev: don't print error message on framebuffer_alloc() failure
Bartlomiej Zolnierkiewicz
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2018-04-26
video: sm501fb: Improve a size determination in sm501fb_probe()
Markus Elfring
2017-11-17
video: fbdev: sm501fb: fix potential null pointer dereference on fbi
Colin Ian King
2017-11-09
video: fbdev: sm501fb: mark expected switch fall-through in sm501fb_blank_crt
Gustavo A. R. Silva
2017-11-09
sm501fb: suspend and resume fb if it exists
Sudip Mukherjee
2017-11-09
sm501fb: unregister framebuffer only if registered
Sudip Mukherjee
2017-11-09
sm501fb: deallocate colormap only if allocated
Sudip Mukherjee
2017-09-04
video: fbdev: make fb_videomode const
Bhumika Goyal
2017-05-02
sm501fb: don't return zero on failure path in sm501fb_start()
Alexey Khoroshilov
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2015-03-02
fbdev: sm501fb: use memset_io
Sudip Mukherjee
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-11-06
m501fb: don't return zero on failure path in sm501fb_probe()
Alexey Khoroshilov
2014-10-20
video: fbdev: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-14
video: fbdev: replace strnicmp with strncasecmp
Rasmus Villemoes
2014-05-14
drivers/video/fbdev/sm501fb.c: avoid world-writable sysfs files.
Rusty Russell
2014-04-17
video: move fbdev to drivers/video/fbdev
Tomi Valkeinen