index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
video
Age
Commit message (
Expand
)
Author
Files
Lines
2008-05-14
video/logo: add support for Blackfin/Linux logo for framebuffer console
Robin Getz
5
-0
/
+2276
2008-05-14
fix "lxfb: extend PLL table to support dotclocks below 25 MHz"
Jens Rottmann
1
-22
/
+0
2008-05-13
vt/fbcon: fix background color on line feed
Jan Engelhardt
1
-5
/
+16
2008-05-13
vt/fbcon: update scrl_erase_char after 256/512-glyph font switch
Jan Engelhardt
1
-1
/
+9
2008-05-13
fbdev: do not let CONFIG_FB_DEFERRED_IO default to y
Geert Uytterhoeven
1
-1
/
+0
2008-05-13
atmel_lcdfb: fix pixclock divider calculation
Nicolas Ferre
1
-5
/
+6
2008-05-13
drivers/video/pnx4008: eliminate double free
Julia Lawall
1
-7
/
+4
2008-05-13
tridentfb: improve clock setting accuracy
Krzysztof Helt
1
-12
/
+12
2008-05-13
tridentfb: remove misplaced enable_mmio()
Krzysztof Helt
1
-1
/
+0
2008-05-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
12
-35
/
+26
2008-05-09
Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/nico/...
Russell King
7
-19
/
+13
2008-05-08
sparc video: remove open boot prom code
Robert Reif
12
-35
/
+26
2008-05-07
[ARM] 5028/1: pxafb: fix broken "backward compatibility way" in framebuffer
Guennadi Liakhovetski
1
-4
/
+4
2008-05-03
sparc video: make blank use proper constant
Robert Reif
6
-6
/
+6
2008-05-03
sparc: tcx.c remove unnecessary function
Robert Reif
1
-13
/
+7
2008-04-30
pxafb: preliminary smart panel interface support (update)
Eric Miao
2
-2
/
+2
2008-04-30
pxafb: preliminary smart panel interface support
Eric Miao
3
-43
/
+281
2008-04-30
pxafb: move parallel LCD timing setup into dedicate function
Eric Miao
2
-50
/
+47
2008-04-30
pxafb: use completion for LCD disable wait code
Eric Miao
2
-8
/
+6
2008-04-30
pxafb: introduce lcd_{read,write}l() to wrap the __raw_{read,write}l()
Eric Miao
1
-24
/
+35
2008-04-30
pxafb: introduce register independent LCD connection type for pxafb
eric miao
1
-14
/
+62
2008-04-30
pxafb: introduce "struct pxafb_dma_buff" for palette and dma descriptors
eric miao
2
-83
/
+95
2008-04-30
pxafb: convert fb driver to use ioremap() and __raw_{readl, writel}
eric miao
2
-23
/
+73
2008-04-30
pxafb: sanitize the usage of #ifdef .. processing pxafb parameters
eric miao
1
-29
/
+28
2008-04-30
pxafb: purge unnecessary pr_debug and comments from pxafb
eric miao
1
-71
/
+0
2008-04-30
pxafb: fix various coding style issues for pxafb
eric miao
1
-136
/
+144
2008-04-30
pxafb: un-nest pxafb_parse_options() to cleanup the coding style issue
eric miao
1
-140
/
+166
2008-04-29
video: use get/put_unaligned_* helpers
Harvey Harrison
2
-20
/
+17
2008-04-29
proc: remove proc_root from drivers
Alexey Dobriyan
1
-1
/
+1
2008-04-29
vt: fix background color on line feed
Jan Engelhardt
4
-9
/
+9
2008-04-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
8
-19
/
+17
2008-04-28
video: replace remaining __FUNCTION__ occurrences
Harvey Harrison
28
-106
/
+106
2008-04-28
BF54x Framebuffer Driver: BF542 does not have EPPI0, so dont allow the LQ034 ...
Mike Frysinger
1
-1
/
+1
2008-04-28
BF54x Framebuffer Driver: drop request_irq cast
Mike Frysinger
1
-1
/
+1
2008-04-28
drivers/video/w100fb.c: avoid a couple of error-path NULL derefs
Andrew Morton
1
-2
/
+4
2008-04-28
fbdev: intelfb: add support for the Intel Integrated Graphics Controller 965G...
Maik Broemme
5
-8
/
+38
2008-04-28
fb: convert /proc/fb to seq_file interface
Alexey Dobriyan
1
-19
/
+44
2008-04-28
drivers/video/uvesafb.c: fix error-path memory leak
Andrew Morton
1
-3
/
+4
2008-04-28
fbdev: platforming hecubafb and n411
Jaya Kumar
3
-206
/
+263
2008-04-28
metronomefb: don't free firmware twice in error path
Sebastian Siewior
1
-5
/
+3
2008-04-28
fbdev: platforming metronomefb and am200epd
Jaya Kumar
4
-273
/
+353
2008-04-28
fbdev: hecubafb bugfix
Jaya Kumar
1
-25
/
+27
2008-04-28
fbdev: metronomefb bugfix
Jaya Kumar
1
-3
/
+3
2008-04-28
fbdev: powerpc: driver for Freescale 8610 and 5121 DIU
York Sun
4
-0
/
+1955
2008-04-28
fbdev: nv: fix sparse noise
Alexey Dobriyan
4
-7
/
+7
2008-04-28
fbdev: nv: drop useless CONFIG_PCI checks
Alexey Dobriyan
2
-9
/
+0
2008-04-28
fbdev: nv: drop useless MODULE ifdefs
Alexey Dobriyan
2
-5
/
+0
2008-04-28
OLPC: gxfb/lxfb: add DCON panel modes to framebuffer drivers
Andres Salomon
2
-7
/
+67
2008-04-28
gxfb/lxfb: detect framebuffer size using an MSR if VSA2 isn't available
Andres Salomon
2
-1
/
+33
2008-04-28
gxfb/lxfb: use VSA definitions when fetching framebuffer size
Andres Salomon
2
-6
/
+7
[next]