summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-01-111-2/+0Star
|\
| * omap1: Fix compile for omap1_bl.cTony Lindgren2010-01-081-2/+0Star
* | [ARM] pxafb: fix building issue of incorrect referenceEric Miao2009-12-291-2/+2
|/
* VIDEO: cyberpro: pci_request_regions needs a persistent nameRussell King2009-12-241-6/+6
* Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-185-14/+14
|\
| * mfd: twl: fix twl4030 rename for remaining driver, board filesBalaji T K2009-12-165-14/+14
* | Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds2009-12-1818-22/+43
|\ \
| * | backlight: mbp_nvidia_bl - add two more MacBookPro variantsDaniel Ritz2009-12-171-0/+18
| * | backlight: Pass device through notify callback in the pwm driverBen Dooks2009-12-171-3/+6
| * | backlight: PTR_ERR return of wrong pointer in cr_backlight_probe()Roel Kluin2009-12-171-1/+1
| * | backlight: Constify struct backlight_opsEmese Revfy2009-12-1618-18/+18
| |/
* | drivers/video/via/viafbdev.c: correct code taking the size of a pointerJulia Lawall2009-12-181-2/+2
* | Revert "fbdev: atafb - add palette register check"Geert Uytterhoeven2009-12-171-3/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2009-12-161-1/+9
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2009-12-1565-125/+20765
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into s...Paul Mundt2009-12-1047-81/+262
| |\ \ \
| * | | | sh: add a start_transfer() callback to the LCDC driverMagnus Damm2009-12-091-1/+9
* | | | | intelfb: fix setting of active pipe with LVDS displaysKrzysztof Helt2009-12-163-17/+34
* | | | | viafb: cosmetic cleanup of function integrated_lvds_enable()Harald Welte2009-12-161-26/+14Star
* | | | | matroxfb: fix problems with display stabilityAlan Cox2009-12-161-1/+2
* | | | | davinci: fb: add framebuffer blank operationChaithrika U S2009-12-161-0/+30
* | | | | davinci: fb : add suspend/resume suuport for DA8xx/OMAP-L1xx fb driverChaithrika U S2009-12-161-2/+27
* | | | | davinci: fb: update the driver in preparation for addition of power managemen...Chaithrika U S2009-12-161-16/+27
* | | | | clps711xfb: convert to proc_fopsAlexey Dobriyan2009-12-161-29/+21Star
* | | | | drivers/video/via/viafbdev.c: fix oops with no /procDan Carpenter2009-12-161-1/+1
* | | | | sm501: implement acceleration featuresVincent Sanders2009-12-161-13/+224
* | | | | sm501: fix use of old <asm/io.h> instead of <linux/io.h>Ben Dooks2009-12-161-1/+1
* | | | | sm501: fix missing uses of resource_size()Ben Dooks2009-12-161-5/+5
* | | | | i810fb: fix stack explodingKrzysztof Helt2009-12-161-24/+29
* | | | | lxfb: add copyright/license infoAndres Salomon2009-12-161-0/+10
* | | | | davinci: fb: add cpufreq supportChaithrika U S2009-12-161-0/+55
* | | | | davinci: fb: calculate the clock divider from pixel clock infoChaithrika U S2009-12-161-8/+20
* | | | | mb862xxfb: add acceleration support for Coral-P/Coral-PA. * imageblt * copyar...Valentin Sitdikov2009-12-165-1/+551
* | | | | drivers/video: Move dereference after NULL testJulia Lawall2009-12-161-2/+3
* | | | | fbdev: add palette register check to several driversKrzysztof Helt2009-12-165-2/+12
* | | | | fbdev: drop custom atoi from drivers/video/modedb.cAndy Shevchenko2009-12-161-19/+5Star
* | | | | fbdev: TV_PALN bit set twice in sisfb_detect_VB_connect()Roel Kluin2009-12-161-1/+1
* | | | | fbdev: bfin-t350mcqb-fb: fix LCD dimensionsMichael Hennerich2009-12-161-2/+2
* | | | | fbdev: bfin-t350mcqb-fb: handle all resources in suspend/resumeMichael Hennerich2009-12-161-5/+23
* | | | | fbdev: bfin-lq035q1-fb: new Blackfin Landscape LCD EZ-Extender driverMichael Hennerich2009-12-163-0/+842
| |_|_|/ |/| | |
* | | | tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa2009-12-153-4/+4
* | | | cs5535: define lxfb/gxfb MSRs in linux/cs5535.hAndres Salomon2009-12-157-7/+7
* | | | cs5535: move VSA2 checks into linux/cs5535.hAndres Salomon2009-12-152-2/+2
* | | | const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-154-4/+4
| |_|/ |/| |
* | | mfd: Rename all twl4030_i2c*Balaji T K2009-12-131-1/+1
* | | mfd: Rename twl4030* driver files to enable re-useSantosh Shilimkar2009-12-131-1/+1
* | | backlight: adp5520: rename common defines and typosMichael Hennerich2009-12-131-53/+70
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2009-12-121-1/+14
|\ \ \
| * \ \ Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-12-0936-61/+242
| |\ \ \
| * | | | offb: Add support for framebuffer handoff to offb.Dave Airlie2009-12-091-1/+14