summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-10-231-1/+4
|\
| * [ARM] pxa: corgi backlight driver should not select ssp driversRussell King2008-10-231-1/+0
| * Merge branch 'for-rmk' of git://git.android.com/kernel into develRussell King2008-10-224-74/+116
| |\
| * | [ARM] pxa: fix the corgi_ssp.c dependency issue in {corgi,spitz}_defconfigEric Miao2008-10-211-1/+5
* | | backlight: Add driver for Tabletkiosk Sahara TouchIT-213 Tablet PCClaudio Nieder2008-10-213-1/+212
* | | backlight: da903x: Add backlight driver for DA9030/DA9034Mike Rapoport2008-10-213-0/+209
* | | backlight: add support for Sharp SL-6000 LCD and backlight driversDmitry Baryshkov2008-10-214-0/+499
| |/ |/|
* | Remove empty imacfb.c fileLinus Torvalds2008-10-201-0/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2008-10-202-3/+13
|\ \
| * | sh: Migrate common board headers to mach-common/.Paul Mundt2008-10-201-1/+1
| * | video: add sh_mobile_lcdc platform flagsMagnus Damm2008-10-201-0/+5
| * | video: remove unused sh_mobile_lcdc platform dataMagnus Damm2008-10-201-1/+0
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2008-10-2094-1752/+17942
| |\|
| * | video: sh_mobile_lcdcfb: Support HAVE_CLK=n configurations.Paul Mundt2008-10-011-1/+7
* | | fb: convert lock/unlock_kernel() into local fb mutexKrzysztof Helt2008-10-201-19/+20
* | | fb: push down the BKL in the ioctl handlerAlan Cox2008-10-201-55/+86
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2008-10-163-11/+7
|\ \
| * | device create: video: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-163-11/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-10-161-15/+2
|\ \ \
| * | | remove CONFIG_KMOD from driversJohannes Berg2008-10-171-15/+2
| |/ /
* | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-10-168-19/+44
|\ \ \
| * \ \ Merge branch 'fixes' into for-linusRussell King2008-10-1512-70/+102
| |\ \ \
| * \ \ \ Merge branch 's3c-move' into develRussell King2008-10-142-2/+6
| |\ \ \ \
| * \ \ \ \ Merge branch 'omap-all' into develRussell King2008-10-148-19/+44
| |\ \ \ \ \
| | * | | | | [ARM] omap: fix a load of "warning: symbol 'xxx' was not declared. Should it ...Russell King2008-09-055-6/+13
| | * | | | | [ARM] omap: fix lots of 'Using plain integer as NULL pointer'Russell King2008-09-051-3/+3
| | * | | | | [ARM] omap: Fix IO_ADDRESS() macrosRussell King2008-09-051-3/+3
| | * | | | | [ARM] omap: convert OMAP drivers to use ioremap()Russell King2008-09-053-7/+25
* | | | | | | fbcon_set_all_vcs: fix kernel crash when switching the rotated consolesOleg Nesterov2008-10-161-2/+2
* | | | | | | fbdev: add new TMIO framebuffer driverDmitry Baryshkov2008-10-163-0/+1073
* | | | | | | framebuffer: fix carminefb section mismatchRandy Dunlap2008-10-161-1/+1
* | | | | | | matroxfb: support G200eV chipDarrick J. Wong2008-10-161-0/+9
* | | | | | | fbdev: allow more chip revisions in Epson s1d13... video driverKristoffer Ericson2008-10-161-4/+19
* | | | | | | fbdev: ignore VESA modes if framebuffer does not support themMichal Januszewski2008-10-161-0/+11
* | | | | | | vgacon: vgacon_scrolldelta simplificationMarcin Slusarz2008-10-161-12/+8
* | | | | | | vgacon: optimize scrollingMarcin Slusarz2008-10-161-12/+15
* | | | | | | fbmon: fix EDID parser to detect interlace modesJon Dufresne2008-10-161-1/+7
* | | | | | | uvesafb: don't treat mode info retrieval failures as errorsMichal Januszewski2008-10-161-3/+8
* | | | | | | radeonfb: accelerate imageblit and other improvementsBenjamin Herrenschmidt2008-10-165-122/+237
* | | | | | | radeonfb: misc cleanup of engine and dst cache handlingBenjamin Herrenschmidt2008-10-163-30/+38
* | | | | | | efifb/imacfb consolidation + hardware supportPeter Jones2008-10-164-399/+184
* | | | | | | atmel_lcdfb: disallow setting larger resolution than the framebuffer memory c...Stanislaw Gruszka2008-10-161-0/+7
* | | | | | | cirrusfb: do not change MCLK for Alpine chipsKrzysztof Helt2008-10-161-66/+53
* | | | | | | cirrusfb: fix 16bpp modesKrzysztof Helt2008-10-161-5/+2
* | | | | | | cirrusfb: add noaccel module parameterKrzysztof Helt2008-10-161-1/+3
* | | | | | | cirrusfb: drop clock fields from cirrusfb_regs structureKrzysztof Helt2008-10-161-29/+21
* | | | | | | cirrusfb: eliminate CRT registers from global structureKrzysztof Helt2008-10-161-109/+83
* | | | | | | cirrusfb: add __devinit attribute to probing functionsKrzysztof Helt2008-10-161-11/+7
* | | | | | | cirrusfb: use modedb and add mode_option parameterKrzysztof Helt2008-10-161-105/+21
* | | | | | | cirrusfb: drop device pointers from cirrusfb_infoKrzysztof Helt2008-10-161-14/+6