summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'devel-stable' into develRussell King2009-09-128-73/+141
|\
| * Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into dev...Russell King2009-08-151-59/+125
| |\
| | * imxfb: Add support for multiple displaysSascha Hauer2009-08-071-71/+120
| | * imxfb: use resource_size() macroSascha Hauer2009-08-071-4/+4
| | * imxfb: calculate bpix value from bits_per_pixelSascha Hauer2009-08-071-1/+18
| * | drivers/video/backlight/jornada720_bl.c: fix buildKristoffer Ericson2009-07-291-1/+1
| * | s3c-fb: fix off-by-one bug in loop indexesPawel Osciak2009-07-291-2/+2
| |/
| * fbmon: work around compiler bug in gcc-2.4.2Linus Torvalds2009-07-221-2/+2
| * Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-07-181-0/+2
| |\
| | * Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King2009-07-091-0/+2
| | |\
| | | * backlight: fix pwm_bl.c to notify platform code when suspendingMarc Zyngier2009-07-031-0/+2
| * | | fb/intelfb: conflict with DRM_I915 and hide by defaultJesse Barnes2009-07-151-1/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-07-131-7/+7
| |\ \ \
| | * | | omap: video: remove direct access of driver_dataGreg Kroah-Hartman2009-07-121-7/+7
| * | | | headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
| |/ / /
| | | |
| \ \ \
*-. \ \ \ Merge branches 'arm', 'at91', 'bcmring', 'ep93xx', 'mach-types', 'misc' and '...Russell King2009-09-1229-158/+349
|\ \ \ \ \ | | |/ / / | | | | / | |_|_|/ |/| | |
| | * | mx3fb: fix regression with uninitalized fb_info->mm_lock mutexKrzysztof Helt2009-07-091-5/+0
| | * | sm501fb: fix regression with uninitalized fb_info->mm_lock mutexKrzysztof Helt2009-07-091-3/+0
| | |/
| | * atmel_lcdfb: fix regression with uninitalized fb_info->mm_lock mutexKrzysztof Helt2009-07-081-2/+3
| | * fsl-diu-fb: fix regression with uninitalized fb_info->mm_lock mutexKrzysztof Helt2009-07-081-6/+0
| | * Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-084-11/+11
| | * Merge branch 'sh/for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-07-082-38/+68
| | |\
| | | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2009-07-077-14/+14
| | | |\
| | | * | video: hitfb: Move over to dev_pm_ops.Paul Mundt2009-07-071-8/+9
| | | * | video: hitfb: Convert to framebuffer_alloc().Paul Mundt2009-07-071-14/+35
| | | * | video: sh_mobile_lcdcfb: Convert to framebuffer_alloc().Paul Mundt2009-07-071-16/+24
| | * | | Revert "fb: Initialize fb_info mutexes in framebuffer_alloc()"Linus Torvalds2009-07-084-4/+4
| | * | | matroxfb: fix regression with uninitalized fb_info->mm_lock mutex (second head)Krzysztof Helt2009-07-081-2/+4
| | * | | matroxfb: fix regression with uninitalized fb_info->mm_lock mutexKrzysztof Helt2009-07-081-1/+0
| | * | | w100fb: fix regression with uninitalized fb_info->mm_lock mutexKrzysztof Helt2009-07-081-2/+0
| | * | | atafb: fix regression with uninitalized fb_info->mm_lock mutexKrzysztof Helt2009-07-081-2/+3
| | * | | i810fb: fix regression with uninitalized fb_info->mm_lock mutexKrzysztof Helt2009-07-081-2/+1
| | | |/ | | |/|
| | * | fb: Initialize fb_info mutexes in framebuffer_alloc()Paul Mundt2009-07-064-4/+4
| | * | drivers/video/s3c-fb.c: fix clock setting for Samsung SoC FramebufferInKi Dae2009-07-061-10/+7
| | * | sisfb: fix regression with uninitalized fb_info->mm_lock mutexKrzysztof Helt2009-07-061-1/+0
| | * | video: sm501fb: Early initialization of mm_lock mutex.Paul Mundt2009-07-041-0/+2
| | * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kyl...Linus Torvalds2009-07-041-0/+2
| | |\ \
| | | * | parisc: stifb: should depend on STI_CONSOLEAlexander Beregalov2009-07-031-0/+2
| | * | | Update Yoichi Yuasa's e-mail addressYoichi Yuasa2009-07-031-1/+1
| | | |/ | | |/|
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2009-07-011-8/+45
| | |\ \
| | | * | sh: LCDC dcache flush for deferred ioPaul Mundt2009-07-021-8/+45
| |_|/ / |/| | |
| | * | atyfb: fix alignment for block writesVille Syrjala2009-06-303-14/+46
| | * | atyfb: fix HP OmniBook 500 reboot hangVille Syrjala2009-06-302-9/+82
| | * | fbdev: add mutex for fb_mmap lockingKrzysztof Helt2009-06-3015-42/+73
| | * | Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds2009-06-291-1/+1
| | |\ \ | |/ / / |/| | |
| | * | backlight: Fix tdo24m crash on kmallocAviv Laufer2009-06-231-1/+1
| | |/
| * | [ARM] 5614/1: at91: atmel_lcdfb: add at91sam9g10 support to atmel LCD driverNicolas Ferre2009-07-233-5/+7
| * | [ARM] 5572/1: at91: Support for at91sam9g45 series: core chip & board supportNicolas Ferre2009-06-271-1/+1
|/ /
* | nvidiafb: fix boot-time printk stringMikael Pettersson2009-06-231-2/+1
|/
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-06-191-36/+23
|\
OpenPOWER on IntegriCloud