aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-03-182-8/+25
|\
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/genesis-2.6Russell King2010-03-153-1/+242
| |\
| | * video: enable sh_mobile_lcdc on SH-Mobile ARMMagnus Damm2010-03-151-1/+1
| * | Video: ARM CLCD: Better fix for swapped IENB and CNTL registersRussell King2010-03-141-7/+24
* | | Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds2010-03-1832-89/+493
|\ \ \
| * | | backlight: blackfin - Fix missing registration failure handlingBruno Prémont2010-03-162-2/+18
| * | | backlight: mbp_nvidia_bl - add five more MacBook variantsEvan McClain2010-03-161-0/+45
| * | | backlight: Allow properties to be passed at registrationMatthew Garrett2010-03-1629-81/+151
| * | | backlight: Add backlight_device parameter to check_fbBruno Prémont2010-03-162-2/+2
| * | | video: backlight/progear, fix pci device refcountingJiri Slaby2010-03-161-4/+12
| * | | backlight: l4f00242t03: Fix module licence absence.Alberto Panizzo2010-03-161-0/+1
| * | | backlight: Add Epson L4F00242T03 LCD driverAlberto Panizzo2010-03-163-0/+264
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-03-181-1/+1
|\ \ \ | |/ / |/| |
| * | sunxvr1000: Add missing FB=y depenency.David S. Miller2010-03-161-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-03-133-0/+241
|\ \ \ | |/ / | | / | |/ |/|
| * sparc64: Add very basic XVR-1000 framebuffer driver.David S. Miller2010-03-133-0/+241
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-03-127-8/+8
|\ \
| * \ Merge branch 'for-next' into for-linusJiri Kosina2010-03-087-8/+8
| |\ \
| | * | tree-wide: Assorted spelling fixesDaniel Mack2010-02-093-4/+4
| | * | tree-wide: s/widht/width/g typo in commentsDaniel Mack2010-02-052-2/+2
| | * | Fix spelling of 'platform' in comments and docStefan Weil2010-02-051-1/+1
| | * | Fix misspelling of "should" and "shouldn't" in comments.Adam Buchbinder2010-02-051-1/+1
* | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-03-121-1/+4
|\ \ \ \
| * \ \ \ Merge branch 'origin' into devel-stableRussell King2010-03-0847-2277/+3149
| |\ \ \ \ | | |/ / /
| * | | | Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into dev...Russell King2010-03-021-1/+4
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | imxfb: add support for i.MX25Baruch Siach2010-02-181-1/+4
* | | | | fbdev: bfin-lq035q1-fb: remove duplicated #includeHuang Weiyi2010-03-121-1/+0
* | | | | video: fix first line of kernel-doc for a few functionsBen Hutchings2010-03-121-4/+4
* | | | | obsolete config in kernel source: LWMON5Christoph Egger2010-03-121-13/+0
* | | | | drivers/video/via: fix continuation line formatsJoe Perches2010-03-122-10/+10
* | | | | NUC900 LCD Controller DriverWang Qiang2010-03-124-0/+856
* | | | | fbdev: remove obsolete CONFIG_FB_SOFT_CURSORChristoph Egger2010-03-122-4/+0
* | | | | broadsheetfb: support storing waveformJaya Kumar2010-03-121-1/+500
* | | | | broadsheetfb: add MMIO hooksJaya Kumar2010-03-121-16/+94
* | | | | viafb: support color depth 15 and 30Florian Tobias Schandinat2010-03-122-18/+34
* | | | | viafb: rework color settingFlorian Tobias Schandinat2010-03-123-216/+51
* | | | | viafb: some virtual_xres handling fixesFlorian Tobias Schandinat2010-03-121-8/+4
* | | | | viafb: rework color checkingFlorian Tobias Schandinat2010-03-122-35/+56
* | | | | viafb: make some variables a bit less globalFlorian Tobias Schandinat2010-03-125-12/+7
* | | | | viafb: remove dead code due to IGA1_IGA2Florian Tobias Schandinat2010-03-123-574/+11
* | | | | viafb: split color mode setting upFlorian Tobias Schandinat2010-03-123-35/+53
* | | | | viafb: introduce strict parameter checkingFlorian Tobias Schandinat2010-03-121-29/+38
* | | | | viafb: make viafb_set_par more dual framebuffer compatibleFlorian Tobias Schandinat2010-03-121-5/+15
* | | | | viafb: video address setting revisitedFlorian Tobias Schandinat2010-03-122-10/+15
* | | | | viafb: reorder initialization for dual framebuffer modeFlorian Tobias Schandinat2010-03-121-3/+3
* | | | | viafb: yet another dead code removalFlorian Tobias Schandinat2010-03-127-122/+1
* | | | | viafb: some dvi cleanupFlorian Tobias Schandinat2010-03-124-75/+55
* | | | | viafb: remove the remaining VIA_RES_* usesFlorian Tobias Schandinat2010-03-124-166/+15
* | | | | viafb: split global index upFlorian Tobias Schandinat2010-03-129-386/+225
* | | | | viafb: remove dead codeFlorian Tobias Schandinat2010-03-122-13/+0