Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d3e26f2fe993b5dbc8b4b2275d77f9ad3e08c81a
/
drivers
/
video
/
s3c-fb.c
5ce2497
video: s3c-fb: use clk_prepare_enable and clk_disable_unprepare
by Thomas Abraham
· 12 years ago
8e83cd7c
Merge branch 'v3.7-for-florian' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fbdev-next
by Florian Tobias Schandinat
· 12 years ago
7762134
video: s3c-fb: use devm_clk_get()
by Jingoo Han
· 12 years ago
5a213a5
include/video: move fimd register headers from platform to include/video
by Leela Krishna Amudala
· 12 years ago
d14b7a4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
ff0c264
video: Fix typo in drivers/video
by Masanari Iida
· 12 years ago
b679895
video: s3c-fb: fix possible division by zero in s3c_fb_calc_pixclk
by Jingoo Han
· 12 years ago
ecd57ae
video: s3c-fb: clear SHADOWCON register when clearing hardware window registers
by Jingoo Han
· 12 years ago
65302e4
video: s3c-fb: use pr_debug instead of printk
by Jingoo Han
· 13 years ago
2293d62
video: s3c-fb: s3c_fb_missing_pixclock() can't be __devinit
by Mark Brown
· 13 years ago
4e0dd49
video: s3c-fb: add runtime_get/put to suspend/resume
by Jingoo Han
· 13 years ago
3c58264
video: s3c-fb: remove 'default_win' element from platform data
by Thomas Abraham
· 13 years ago
a4196fe
video: s3c-fb: move video interface timing out of window setup data
by Thomas Abraham
· 13 years ago
5c44778
video: s3c-fb: Add support EXYNOS5 FIMD
by Jingoo Han
· 13 years ago
327e276
video: s3c-fb: use devm_request_irq()
by Jingoo Han
· 13 years ago
d8b97db
video: s3c-fb: add video clock running at data under-flow
by Jingoo Han
· 13 years ago
f7f31e5
video: s3c-fb: add alpha value width setting
by Jingoo Han
· 13 years ago
05e52b4
video: s3c-fb: fix checkpatch error
by Jingoo Han
· 13 years ago
857a8df
video: s3c-fb: Convert to devm style allocation
by Mark Brown
· 13 years ago
e2f55b5
video: s3c-fb: Don't keep device runtime active when open
by Mark Brown
· 13 years ago
5751b23
video: s3c-fb: Hold runtime PM references when touching registers
by Mark Brown
· 13 years ago
f4f5147
video: s3c-fb: Take a runtime PM reference when unblanked
by Mark Brown
· 13 years ago
3500b0b
video: s3c-fb: Disable runtime PM in error paths from probe
by Mark Brown
· 13 years ago
a2b77dc
video: s3c-fb: Use s3c_fb_enable() to enable the framebuffer
by Mark Brown
· 13 years ago
fe05f8b
video: s3c-fb: Make runtime PM functional again
by Mark Brown
· 13 years ago
ff8c910
video: s3c-fb: add shadow register protect
by Jingoo Han
· 13 years ago
35784b4
video: s3c-fb: modify runtime pm functions
by Jingoo Han
· 13 years ago
2d9ae7a
video: s3c-fb: set missing bitmask of enabled hardware window
by Jingoo Han
· 13 years ago
69166ed
video: s3c-fb: Unify runtime and system PM functions
by Mark Brown
· 13 years ago
4277f2c
video: convert drivers/video/* to use module_platform_driver()
by Axel Lin
· 13 years ago
4420dd2
video: s3c-fb: fix transparency length for pixel blending
by Jingoo Han
· 13 years ago
21b5a3a
video: s3c-fb: Add S5P64X0 specific s3c_fb_driverdata
by Ajay Kumar
· 13 years ago
b5480ed
video: s3c-fb: Add support EXYNOS4 FIMD
by Jingoo Han
· 13 years ago
d8e7a74
s3c-fb: use display information in info not in var for panning
by Laurent Pinchart
· 13 years ago
fab7c5b
video: s3c-fb: move enabling channel for window
by Jingoo Han
· 13 years ago
13e6af8
video: s3c-fb: fix virtual resolution checking
by Jingoo Han
· 13 years ago
72ba4cb
video: s3c-fb: fix misleading kfree in remove function
by Jingoo Han
· 13 years ago
af1ce6b
video: s3c-fb: correct transparency checking in 32bpp
by Jingoo Han
· 13 years ago
6aa9681
video: s3c-fb: add gpio setup function to resume function
by Jingoo Han
· 13 years ago
af4a835
video: s3c-fb: add window variant information for S5P
by Jingoo Han
· 14 years ago
cd74eba
video: s3c-fb: add additional validate bpps
by Jingoo Han
· 14 years ago
c9d503e
video: s3c-fb: correct window osd size offset values
by Jingoo Han
· 14 years ago
683e7cd
drivers/video: Convert release_resource to release_mem_region
by Julia Lawall
· 14 years ago
b07f3bbe
video: s3c-fb: add spinlock to interrupt routine
by Jingoo Han
· 14 years ago
0d60b28
video: s3c-fb: make runtime pm functions static
by Jingoo Han
· 14 years ago
b73a21fc
video: s3c-fb: fix checkpatch errors and warning
by Jingoo Han
· 14 years ago
942b8d0
video: s3c-fb: return proper error if clk_get fails
by axel lin
· 14 years ago
4959212
s3c-fb: add support for runtime pm
by Jingoo Han
· 14 years ago
2bb567a
s3c-fb: automatically calculate pixel clock when none is given
by Maurus Cuelenaere
· 14 years ago
04ab9ef
s3c-fb: add support for DMA channel control on S5PV210
by Pawel Osciak
· 14 years ago
8cfdcb2
s3c-fb: fix section mismatch
by Marek Szyprowski
· 14 years ago
a8bdabc
s3c-fb: protect window-specific registers during updates
by Pawel Osciak
· 14 years ago
f676ec2
s3c-fb: correct window osd size and alpha register handling
by Pawel Osciak
· 14 years ago
f5ec546
s3c-fb: add SHADOWCON shadow register locking support for S5PV210
by Pawel Osciak
· 14 years ago
d478729
s3c-fb: window 3 of 64xx+ does not have an osd_d register
by Pawel Osciak
· 14 years ago
efdc846
s3c-fb: add wait for VSYNC ioctl
by Pawel Osciak
· 14 years ago
067b226
s3c-fb: add support for display panning
by Pawel Osciak
· 14 years ago
4e591ac
s3c-fb: separate S5PC100 and S5PV210 framebuffer driver data structures
by Pawel Osciak
· 14 years ago
cd7d7e0
s3c-fb: fix various null references on framebuffer memory alloc failure
by Pawel Osciak
· 14 years ago
bc2da1b
s3c-fb: integrate palette setup code into main driver
by Ben Dooks
· 14 years ago
c4bb6ff
s3c-fb: udpate to support s3c2416/s3c2443 style hardware
by Ben Dooks
· 14 years ago
50a5503
s3c-fb: initial move to unifying the header files
by Ben Dooks
· 14 years ago
9494703
s3c-fb: only init window colour key controls for windows with blending
by Ben Dooks
· 14 years ago
dc8498c
s3c-fb: fix distortedness situation for the mode more then 24bpp
by InKi Dae
· 14 years ago
ad04490
s3c-fb: add default window feature.
by InKi Dae
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
eb29a5c
revert "drivers/video/s3c-fb.c: fix clock setting for Samsung SoC Framebuffer"
by Mark Brown
· 15 years ago
3163eaba
video: s3c_fb.c: fix build with CONFIG_HOTPLUG=n
by Peter Korsgaard
· 15 years ago
c42b110
s3c-fb: fix off-by-one bug in loop indexes
by Pawel Osciak
· 15 years ago
600ce1a
drivers/video/s3c-fb.c: fix clock setting for Samsung SoC Framebuffer
by InKi Dae
· 15 years ago
ddc518d
s3c-fb: fix resource releasing on error during probing
by Krzysztof Helt
· 15 years ago
39000d6
Samsung SoC Framebuffer driver: add Alpha Channel support
by InKi Dae
· 15 years ago
17663e5
S3C-fb: PM fix
by Marek Szyprowski
· 15 years ago
ec549a0
fb: add s3c-fb driver for newer Samsung SoC framebuffer devices
by Ben Dooks
· 16 years ago