Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
11b0be28e57fabeb75edfe81a17eddfc484cd9df
/
drivers
/
video
/
sh_mobile_lcdcfb.c
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
554cc10
fbdev: sh_mobile_lcdcfb: Fix up fallout from MERAM changes.
by Paul Mundt
· 13 years ago
087faf7
Merge branch 'common/fbdev-meram' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
by Paul Mundt
· 13 years ago
eae9b85
sh_mobile_meram: Safely disable MERAM operation when not initialized
by Damian
· 13 years ago
d15660a
Merge branches 'common/fbdev' and 'common/fbdev-meram' of master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6
by Paul Mundt
· 13 years ago
ebe5e12
fbdev: sh_mobile_lcdc: remove runtime PM calls from the notifier
by Guennadi Liakhovetski
· 14 years ago
69843ba
fbdev: sh_mobile_lcdc: reduce scope of a variable
by Guennadi Liakhovetski
· 14 years ago
3fedd2a
sh_mobile_meram: Add support for NV24 framebuffers
by Damian
· 13 years ago
7caa434
sh_mobile_meram: MERAM framework for LCDC
by Damian
· 13 years ago
1fcf006
Merge branch 'common/fbdev' of master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6
by Paul Mundt
· 14 years ago
247f993
fbdev: sh_mobile_lcdcfb: fix module lock acquisition
by Alexandre Courbot
· 14 years ago
8857b9a
fbdev: sh_mobile_lcdcfb: add blanking support
by Alexandre Courbot
· 14 years ago
beee1f2
fbdev: sh_mobile_lcdc: checking NULL instead of IS_ERR()
by Dan Carpenter
· 14 years ago
53b5031
fbdev: sh_mobile_lcdc: Add YUV framebuffer support
by Damian Hobson-Garcia
· 14 years ago
3b0fd9d
fbdev: sh_mobile_lcdcfb: add backlight support
by Alexandre Courbot
· 14 years ago
ac751ef
console: rename acquire/release_console_sem() to console_lock/unlock()
by Torben Hohn
· 14 years ago
1928e87
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
by Paul Mundt
· 14 years ago
417d482
fbdev: sh_mobile_lcdcfb: Enable 32 bpp and 24 bpp support
by Magnus Damm
· 14 years ago
cb59bfc
fbdev: sh_mobile_lcdc: increase maximum framebuffer size to support 1080p
by Guennadi Liakhovetski
· 14 years ago
e0b9fb2
fbdev: sh-mobile: restore display size configuration
by Guennadi Liakhovetski
· 14 years ago
7ccbefe
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by Paul Mundt
· 14 years ago
cc267ec
fbdev: sh_mobile_lcdcfb: fix bug in reconfig()
by Arnd Hannemann
· 14 years ago
830539d
fbdev: sh_mobile_lcdcfb: fix up compiler warnings.
by Paul Mundt
· 14 years ago
d2ecbab
fbdev: sh_mobile_lcdc: increase maximum framebuffer size to support 1080p
by Guennadi Liakhovetski
· 14 years ago
5fd284e
fbdev: sh_mobile_lcdc: use correct number of modes, when using the default
by Guennadi Liakhovetski
· 14 years ago
5ae0cf8
fbdev: sh_mobile_lcdc: use the standard CEA-861 720p timing
by Guennadi Liakhovetski
· 14 years ago
b377330
Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/genesis-2.6 into devel-stable
by Russell King
· 14 years ago
6031f34
fbdev: sh_mobile_lcdc: relax .check_var() HSYNC test
by Guennadi Liakhovetski
· 14 years ago
c44f9f7
fbdev: sh_mobile_lcdc: make platform videomode table optional
by Guennadi Liakhovetski
· 14 years ago
1ffbb03
sh: free-without-alloc fix for sh_mobile_lcdcfb
by Magnus Damm
· 14 years ago
dd21050
fbdev: sh_mobile_lcdc: reconfigure the framebuffer, when free
by Guennadi Liakhovetski
· 14 years ago
afe417c
fbdev: sh_mobile_hdmi: support hot-plugging of different HDMI / DVI displays
by Guennadi Liakhovetski
· 14 years ago
1c120de
fbdev: sh_mobile_lcdcfb: separate display variable data from framebuffer data
by Guennadi Liakhovetski
· 14 years ago
6de9edd
fbdev: sh_mobile_hdmi: implement locking
by Guennadi Liakhovetski
· 14 years ago
71d3b0f
fbdev: sh_mobile_lcdcfb: allocate memory, sufficient for the biggest mode
by Guennadi Liakhovetski
· 14 years ago
baf1637
fbdev: sh_mobile_lcdcfb: fix notifier callback return codes
by Guennadi Liakhovetski
· 14 years ago
4443240
fbdev: sh_mobile_lcdcfb: Support multiple video modes in platform data
by Guennadi Liakhovetski
· 14 years ago
01ac25b
fbdev: sh_mobile_lcdcfb: minor simplifications and clean up
by Guennadi Liakhovetski
· 14 years ago
5ef6b50
fbdev: sh_mobile_lcdcfb: fix more error paths
by Guennadi Liakhovetski
· 14 years ago
14177a5
fbdev: sh_mobile_lcdcfb: use fb_videomode_to_var() instead of open-coding
by Guennadi Liakhovetski
· 14 years ago
6011bde
fbdev: sh-mobile: HDMI support for SH-Mobile SoCs
by Guennadi Liakhovetski
· 14 years ago
c243939
sh: add a parameter to LCDC driver's .display_on() callback
by Guennadi Liakhovetski
· 14 years ago
dba6f38
fbdev: sh-mobile-lcdc: fix potential Oops in SH-Mobile LCDC framebuffer driver
by Guennadi Liakhovetski
· 14 years ago
e1f42ff
fbdev: fix erroneous index in drivers/video/sh_mobile_lcdcfb.c
by Guennadi Liakhovetski
· 14 years ago
8bed905
sh: fix a number of Oopses and leaks in SH framebuffer driver
by Guennadi Liakhovetski
· 15 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
c2e1303
platform-drivers: move probe to .devinit.text in drivers/video
by Uwe Kleine-König
· 15 years ago
92e1f9a
video: sh_mobile_lcdcfb: Fix panning.
by Phil Edworthy
· 15 years ago
40331b2
video: sh_mobile_lcdcfb: Add wait for vsync.
by Phil Edworthy
· 15 years ago
9b28317
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
by Linus Torvalds
· 15 years ago
4714521
const: constify remaining dev_pm_ops
by Alexey Dobriyan
· 15 years ago
ef61aae
sh: add a start_transfer() callback to the LCDC driver
by Magnus Damm
· 15 years ago
5c1a56b
video: sh_mobile_lcdcfb: Don't attempt to map zero-length scatterlists.
by Paul Mundt
· 15 years ago
a6f15ad
video: sh_mobile_lcdcfb: use both register sets for display panning
by Phil Edworthy
· 15 years ago
9dd3881
video: sh_mobile_lcdcfb: implement display panning
by Phil Edworthy
· 15 years ago
0246c47
video: Runtime PM for SuperH Mobile LCDC
by Magnus Damm
· 15 years ago
60e0a4c
Merge branch 'sh/stable-updates'
by Paul Mundt
· 15 years ago
21bc1f0
sh: skip disabled LCDC channels
by Magnus Damm
· 15 years ago
ec56b66
sh: 18-bit SYS panel fix for SuperH Mobile LCDC
by Magnus Damm
· 15 years ago
909f10d
sh: LCDC SYS bus access wait fix
by Magnus Damm
· 15 years ago
f686d8c1
Merge branches 'sh/ftrace' and 'sh/stable-updates'
by Paul Mundt
· 15 years ago
e33afdd
video: sh_mobile_lcdcfb: Convert to framebuffer_alloc().
by Paul Mundt
· 15 years ago
727dc3f
video: sh_mobile_lcdcfb: depends on HAVE_CLK.
by Paul Mundt
· 15 years ago
1c6a307
sh: LCDC dcache flush for deferred io
by Paul Mundt
· 15 years ago
8e9bb19
video: stop sh_mobile_lcdcfb only if started
by Magnus Damm
· 15 years ago
0c93ea4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
by Linus Torvalds
· 16 years ago
7ad33e7
video: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
2feb075
video: sh_mobile_lcdcfb suspend/resume support
by Magnus Damm
· 16 years ago
467fc49
video: deferred io cleanup fix for sh_mobile_lcdcfb
by Magnus Damm
· 16 years ago
8564557
video: sh_mobile_lcdcfb deferred io support
by Magnus Damm
· 16 years ago
2540c11
sh_mobile_lcdc: use FB_SYS helpers instead of FB_CFB
by Magnus Damm
· 16 years ago
b51339f
sh: sh_mobile lcdc clock framework support
by Magnus Damm
· 16 years ago
f400f51
video: add sh_mobile_lcdc platform flags
by Magnus Damm
· 16 years ago
7994b1c
video: remove unused sh_mobile_lcdc platform data
by Magnus Damm
· 16 years ago
225c9a8
video: sh_mobile_lcdcfb: Support HAVE_CLK=n configurations.
by Paul Mundt
· 16 years ago
ce9c008
video: export sh_mobile_lcdc panel size
by Magnus Damm
· 16 years ago
cfb4f5d
fbdev: SuperH Mobile LCDC Driver
by Magnus Damm
· 16 years ago