summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* radeonfb: Whack the PCI PM register until it sticksBenjamin Herrenschmidt2009-03-221-0/+24
* linux.conf.au 2009: TuzRusty Russell2009-03-162-3204/+5563
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-03-112-2/+18
|\
| * radeonfb/aty128fb: Disable broken early resume hook for PowerBooksBenjamin Herrenschmidt2009-03-112-2/+18
* | i810: fix kernel crash fix when struct fb_var_screeninfo is suppliedSamuel CUELLA2009-03-101-2/+3
* | video: deferred io cleanup fix for sh_mobile_lcdcfbMagnus Damm2009-03-101-4/+2
|/
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-03-031-1/+1
|\
| * [ARM] fix lots of ARM __devexit sillynessRussell King2009-03-031-1/+1
* | m68k: atari - Rename "mfp" to "st_mfp"Geert Uytterhoeven2009-02-221-11/+11
|/
* atyfb: remove unused local variable `pwr_command'Yang Hongyang2009-02-201-1/+0
* fbdev/drm: fix Kconfig submenu mess in "Graphics support"Krzysztof Helt2009-02-181-8/+2
* video/framebuffer: move the probe func into .devinit.text in Blackfin LCD driverUwe Kleine-Koenig2009-02-111-1/+1
* gx1fb: properly alloc cmap and plug cmap leakAndres Salomon2009-02-111-6/+11
* gxfb: properly alloc cmap and plug cmap leakAndres Salomon2009-02-111-6/+11
* lxfb: properly alloc cmap in all cases and don't leak the memoryMarco La Porta2009-02-111-6/+11
* Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-02-091-2/+4
|\
| * drm/i915: select framebuffer support automaticallyIngo Molnar2009-02-081-2/+4
* | radeonfb: Fix resume from D3Cold on some platformsBenjamin Herrenschmidt2009-02-082-67/+20
* | aty128fb: Properly save PCI state before changing PCI PM levelBenjamin Herrenschmidt2009-02-081-10/+15
* | atyfb: Properly save PCI state before changing PCI PM levelBenjamin Herrenschmidt2009-02-081-5/+15
* | atyfb: fix CONFIG_ namespace violationsRandy Dunlap2009-02-054-29/+29
* | drivers/video/backlight: rename da903x to da903x_blMike Rapoport2009-02-052-1/+1
* | fbmem: don't call copy_from/to_user() with mutex heldAndrea Righi2009-02-052-72/+83
|/
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-02-021-0/+11
|\
| * fbdev/atyfb: Fix DSP config on some PowerMacs & PowerBooksRisto Suominen2009-02-021-0/+11
* | fbdev: incorrect URL given in drivers/video/KconfigAlex Buell2009-01-291-1/+1
|/
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-01-261-2/+2
|\
| * [ARM] omap: ensure OMAP drivers pass a struct device to clk_get()Russell King2009-01-241-2/+2
* | Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2009-01-265-5/+0
|\ \
| * | i2c: Delete many unused adapter IDsJean Delvare2009-01-265-5/+0
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Linus Torvalds2009-01-263-0/+1568
|\ \ \ | |/ / |/| |
| * | i.MX31: framebuffer driverGuennadi Liakhovetski2009-01-213-0/+1568
* | | powerpc/ps3: printing fixups for l64 to ll64 conversion drivers/videoStephen Rothwell2009-01-161-2/+2
* | | video/framebuffer: fix bug: jpegview cannot work on framebuffer device other ...Michael Hennerich2009-01-152-2/+28
| |/ |/|
* | fbdev: Kill Atari vblank cursor blinkingGeert Uytterhoeven2009-01-121-38/+0
* | m68k: atafb - Kill warn_unused_result warningsGeert Uytterhoeven2009-01-121-4/+7
* | fbdev: c2p - Rename c2p to c2p_planarGeert Uytterhoeven2009-01-124-11/+12
* | fbdev: c2p/atafb - Add support for Atari interleaved bitplanesGeert Uytterhoeven2009-01-125-14/+208
* | fbdev: c2p - Extract common c2p core to c2p_core.hGeert Uytterhoeven2009-01-122-91/+107
* | fbdev: c2p - CleanupsGeert Uytterhoeven2009-01-122-88/+99
* | fbdev: c2p - Correct indentationGeert Uytterhoeven2009-01-121-118/+120
* | fbdev: atafb - Fix 16 bpp consoleGeert Uytterhoeven2009-01-121-44/+30
* | fbdev: atafb - Fix line length handlingGeert Uytterhoeven2009-01-121-4/+8
|/
* Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds2009-01-0912-247/+341
|\
| * backlight: Rename the corgi backlight driver to genericRichard Purdie2009-01-084-156/+152
| * backlight: add support for Toppoly TDO35S series to tdo24m lcd driverMike Rapoport2009-01-082-10/+88
| * backlight: Add suspend/resume support to the backlight coreRichard Purdie2009-01-083-33/+47
| * bd->props.brightness doesn't reflect the actual backlight level.Zhang Rui2009-01-081-4/+2
| * backlight: Support VGA/QVGA mode switching in tosa_lcdDmitry Baryshkov2009-01-081-2/+25
| * backlight: Catch invalid input in sysfs attributesPavel Machek2009-01-081-18/+15