summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-10-162-13/+24
|\
| * [ARM] pxa: update pxafb to use clk supportRussell King2007-10-122-13/+24
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds2007-10-142-211/+244
|\ \
| * | [FFB]: source cleanupKrzysztof Helt2007-10-141-83/+78Star
| * | [CG6]: accelerated copyareaKrzysztof Helt2007-10-141-3/+49
| * | [CG6]: code cleanupKrzysztof Helt2007-10-141-126/+118Star
* | | XilinxFB: typo bugfixGrant Likely2007-10-141-1/+1
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2007-10-132-3/+5
|\ \
| * | video: pvr2fb: Add TV (RGB) support to Dreamcast PVR driver.Adrian McMenamin2007-10-011-0/+2
| * | backlight: Fix up hp680_bl build.Kristoffer Ericson2007-09-211-2/+2
| * | fb: pvr2fb: Shared IRQ for dreamcast pvr2.Adrian McMenamin2007-09-211-1/+1
* | | Convert from class_device to device for drivers/videotonyj@suse.de2007-10-121-13/+16
| |/ |/|
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2007-10-122-123/+278
|\ \
| * | [POWERPC] XilinxFB: Allow fixed framebuffer base addressGrant Likely2007-10-121-6/+16
| * | [POWERPC] XilinxFB: Add support for custom screen resolutionGrant Likely2007-10-121-26/+45
| * | [POWERPC] XilinxFB: Use pdata to pass around framebuffer parametersGrant Likely2007-10-121-20/+23
| * | [POWERPC] XilinxFB: sparse fixesGrant Likely2007-10-101-3/+3
| * | [POWERPC] XilinxFB: Make missing pdata structure non-fatalGrant Likely2007-10-101-12/+10Star
| * | [POWERPC] XilinxFB: add of_platform bus bindingGrant Likely2007-10-101-9/+98
| * | [POWERPC] XilinxFB: cleanup platform_bus binding to use platform bus API.Grant Likely2007-10-101-16/+16
| * | [POWERPC] XilinxFB: Split device setup from bus bindingGrant Likely2007-10-101-53/+80
| * | [POWERPC] XilinxFB: rename failout labels to reflect failureGrant Likely2007-10-101-9/+9
| * | [POWERPC] XilinxFB: Replace calls to printk with dev_dbg, dev_err, etc.Grant Likely2007-10-101-7/+7
| * | [POWERPC] XilinxFB: add banner output to probe routine when DEBUG is definedGrant Likely2007-10-101-0/+5
| * | [POWERPC] XilinxFB: Move xilinxfb_platform_data definition to a shared header...Grant Likely2007-10-031-1/+1
| * | [POWERPC] Fix platinumfb framebufferBenjamin Herrenschmidt2007-09-221-22/+26
| |/
* | Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds2007-10-128-34/+477
|\ \
| * | backlight: Convert corgi backlight driver into a more generic driverRichard Purdie2007-10-112-17/+16Star
| * | backlight: Add Samsung LTV350QV LCD driverHaavard Skinnemoen2007-10-114-0/+439
| * | backlight: Fix cr_bllcd allocations and error pathsJesper Juhl2007-10-111-15/+20
| * | backlight/leds: Make two structs staticAdrian Bunk2007-10-112-2/+2
| |/
* / drivers/firmware: const-ify DMI API and internalsJeff Garzik2007-10-101-1/+1
|/
* intelfb: Fix bug in DPLL disableAntonino A. Daplas2007-09-191-1/+1
* radeonfb: fix chip definition for Radeon Xpress 200M 0x5975aherrman@arcor.de2007-09-132-8/+7Star
* radeonfb: fix setting of PPLL_REF_DIV for RV370 5B60.aherrman@arcor.de2007-09-131-1/+2
* Subject: [PATCH] Intel FB pixel clock calculation fixKrzysztof Halasa2007-09-121-3/+3
* Fix font dependency for SGI Newport console driverRalf Baechle2007-08-311-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds2007-08-282-16/+23
|\
| * [VIDEO]: Do not prom_halt() in cg3 and bw2 device probe.David S. Miller2007-08-272-16/+23
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/p...Linus Torvalds2007-08-272-10/+6Star
|\ \ | |/ |/|
| * [PARISC] Do not allow STI_CONSOLE to be modularKyle McMartin2007-08-271-1/+1
| * [PARISC] Clean up sti_flushKyle McMartin2007-08-271-9/+5Star
* | au1100fb: move au1100fb_fb_blank() beforce au1100fb_setmode()Yoichi Yuasa2007-08-231-46/+46
* | newport_con warning fixAndrew Morton2007-08-231-2/+1Star
* | Check for PPC32 in imsttfbStephen Rothwell2007-08-231-1/+1
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-08-181-1/+1
|\ \ | |/ |/|
| * [ARM] 4544/1: arm: fix section mismatch in pxa fbSam Ravnborg2007-08-121-1/+1
* | matroxfb: rectify jitter (G450/G550)Paul A. Clarke2007-08-124-10/+30
* | pvr2fb: Consolidated cleanup of pvr2fb.cAdrian McMenamin2007-08-121-0/+4
* | pvr2fb: Fix oops when pseudo_palette is writtenAntonino A. Daplas2007-08-121-5/+7