index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
video
/
fbdev
/
s3c-fb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fbdev/s3cfb: Use fbdev I/O helpers
Thomas Zimmermann
2023-08-04
1
-3
/
+1
*
fbdev: Remove FBINFO_FLAG_DEFAULT from framebuffer_alloc()'ed structs
Thomas Zimmermann
2023-07-24
1
-1
/
+0
*
fbdev: s3c-fb: Convert to platform remove callback returning void
Uwe Kleine-König
2023-04-24
1
-4
/
+2
*
Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2022-03-24
1
-1
/
+1
|
\
|
*
video: fbdev: s3c-fb: remove redundant initialization of pointer bufs
Colin Ian King
2022-01-14
1
-1
/
+1
*
|
video: fbdev: s3c-fb: fix platform_get_irq.cocci warning
Yihao Han
2022-03-03
1
-1
/
+0
*
|
video: fbdev: s3c-fb: Use platform_get_irq() to get the interrupt
zhaoxiao
2022-02-11
1
-4
/
+3
*
|
video: fbdev: s3c-fb: Make use of the helper function dev_err_probe()
Cai Huoqing
2022-01-29
1
-6
/
+5
*
|
video: fbdev: s3c-fb: drop unneeded MODULE_ALIAS
Krzysztof Kozlowski
2022-01-29
1
-1
/
+0
|
/
*
video: fbdev: s3c-fb: Fix kernel-doc and set but not used warnings
Sam Ravnborg
2020-12-05
1
-5
/
+6
*
fbdev: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-03
1
-3
/
+3
*
fbdev: s3c-fb: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2020-01-03
1
-2
/
+1
*
video: constify fb ops across all drivers
Jani Nikula
2019-12-05
1
-1
/
+1
*
Merge tag 'fbdev-v5.3' of git://github.com/bzolnier/linux
Linus Torvalds
2019-07-09
1
-13
/
+11
|
\
|
*
video: fbdev: s3c-fb: Mark expected switch fall-throughs
Gustavo A. R. Silva
2019-07-05
1
-3
/
+3
|
*
video: fbdev: s3c-fb: fix sparse warnings about using incorrect types
Bartlomiej Zolnierkiewicz
2019-06-28
1
-6
/
+6
|
*
video: fbdev: don't print error message on framebuffer_alloc() failure
Bartlomiej Zolnierkiewicz
2019-06-28
1
-3
/
+1
|
*
video: fbdev: s3c-fb: return -ENOMEM on framebuffer_alloc() failure
Bartlomiej Zolnierkiewicz
2019-06-28
1
-1
/
+1
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
|
/
*
video: fbdev: s3c-fb: remove dead platform code for Exynos and S5PV210 platforms
Bartlomiej Zolnierkiewicz
2018-03-28
1
-162
/
+0
*
video: s3c-fb: Improve a size determination in s3c_fb_probe()
Markus Elfring
2018-03-28
1
-1
/
+1
*
video: s3c-fb: Delete an error message for a failed memory allocation in s3c_...
Markus Elfring
2018-03-28
1
-3
/
+1
*
dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()
Luis R. Rodriguez
2016-03-09
1
-4
/
+3
*
video: fbdev: s3c-fb: Constify platform_device_id
Krzysztof Kozlowski
2015-08-21
1
-1
/
+1
*
Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2014-12-18
1
-1
/
+1
|
\
|
*
video / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
Rafael J. Wysocki
2014-12-13
1
-1
/
+1
*
|
video: fbdev: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
|
/
*
video: fbdev: s3c-fb: remove s5pc100 related fimd and fb codes
Kukjin Kim
2014-07-13
1
-35
/
+0
*
video: fbdev: s3c-fb: remove s5p64x0 related fimd codes
Kukjin Kim
2014-07-13
1
-30
/
+0
*
video: move fbdev to drivers/video/fbdev
Tomi Valkeinen
2014-04-17
1
-0
/
+2049