summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* lxfb: Maintain video processor palette through suspend/resumeDaniel Drake2010-12-012-6/+18
* video: da8xx: Register IRQ as last thing in driver probing.Caglar Akyuz2010-12-011-8/+6
* framebuffer: fix fbcmap.c kernel-doc warningRandy Dunlap2010-11-261-0/+1
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-11-251-0/+4
|\
| * Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6Russell King2010-11-231-0/+4
| |\
| | * ARM mx3fb: check for DMA engine typeSascha Hauer2010-11-151-0/+4
* | | Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-11-2513-1272/+256
|\ \ \
| * | | sisfb: delete osdef.hAaro Koskinen2010-11-245-65/+0
| * | | sisfb: move the CONFIG warning to sis_main.cAaro Koskinen2010-11-242-5/+5
| * | | sisfb: replace SiS_SetMemory with memset_ioAaro Koskinen2010-11-242-4/+2
| * | | sisfb: remove InPort/OutPort wrappersAaro Koskinen2010-11-242-40/+10
| * | | sisfb: use CONFIG_FB_SIS_301/315 instead of SIS301/315HAaro Koskinen2010-11-246-201/+193
| * | | sisfb: delete redudant #define SIS_LINUX_KERNELAaro Koskinen2010-11-247-116/+0
| * | | sisfb: delete dead SIS_XORG_XF86 codeAaro Koskinen2010-11-247-788/+0
| * | | sisfb: delete fallback code for pci_map_rom()Aaro Koskinen2010-11-241-17/+0
| * | | sisfb: delete obsolete PCI ROM bug workaroundAaro Koskinen2010-11-241-8/+0
| * | | lxfb: Program panel v/h sync output polarity correctlyDaniel Drake2010-11-171-2/+2
| * | | fbcmap: integer overflow bugDan Carpenter2010-11-171-8/+20
| * | | fbcmap: cleanup white space in fb_alloc_cmap()Dan Carpenter2010-11-171-24/+30
| * | | fbdev: sh_mobile_lcdcfb: fix bug in reconfig()Arnd Hannemann2010-11-161-2/+2
* | | | backlight: grab ops_lock before testing bd->opsUwe Kleine-König2010-11-251-6/+6
| |/ / |/| |
* | | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
|/ /
* | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-11-151-1/+0
|\ \
| * | i2c: Delete unused adapter IDsJean Delvare2010-11-151-1/+0
* | | Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-11-154-16/+35
|\ \ \ | |/ / |/| |
| * | OMAP: VRAM: Fix boot-time memory allocationTomi Valkeinen2010-11-101-1/+4
| * | OMAP: VRAM: improve VRAM error printsTomi Valkeinen2010-11-101-3/+9
| * | sisfb: limit POST memory test according to PCI resource lengthAaro Koskinen2010-11-101-2/+6
| * | fbdev: sh_mobile_lcdc: use correct number of modes, when using the defaultGuennadi Liakhovetski2010-11-101-6/+8
| * | fbdev: sh_mobile_lcdc: use the standard CEA-861 720p timingGuennadi Liakhovetski2010-11-101-3/+4
| * | fbdev: sh_mobile_hdmi: properly clean up modedb on monitor unplugGuennadi Liakhovetski2010-11-101-1/+4
| |/
* | backlight: MacBookAir3,1(3,2) mbp-nvidia-bl supportEdgar (gimli) Hucek2010-11-121-0/+18
* | drivers/video/backlight/adp8860_bl.c: check strict_strtoul() return valueMichael Hennerich2010-11-121-1/+3
* | drivers/video/backlight/adp8860_bl.c: fix ambient light zone overwrite handlingMichael Hennerich2010-11-121-2/+2
* | backlight: add low threshold to pwm backlightArun Murthy2010-11-121-1/+6
* | drivers/video/backlight/s6e63m0.c: fix section mismatchAxel Lin2010-11-121-1/+1
* | drivers/video/backlight/s6e63m0.c: unregister backlight device and remove sys...Axel Lin2010-11-121-0/+3
* | backlight: fix blanking for L4F00242T03 LCDMarek Vasut2010-11-121-1/+1
* | backlight: fix blanking for LMS283GF05 LCDMarek Vasut2010-11-121-1/+1
* | drivers/video/backlight/s6e63m0.c: set permissions on gamma_table file to 0444Axel Lin2010-11-121-1/+1
|/
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-10-304-359/+691
|\
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/genesis-2.6 into dev...Russell King2010-10-284-359/+691
| |\
| | * fbdev: sh_mobile_hdmi: add support for the "video=" kernel command line optionGuennadi Liakhovetski2010-10-151-50/+88
| | * fbdev: sh_mobile_lcdc: relax .check_var() HSYNC testGuennadi Liakhovetski2010-10-151-1/+1
| | * fbdev: sh_mobile_lcdc: make platform videomode table optionalGuennadi Liakhovetski2010-10-152-25/+51
| | * fbdev: sh_mobile_lcdc: reconfigure the framebuffer, when freeGuennadi Liakhovetski2010-09-162-1/+114
| | * fbdev: sh_mobile_hdmi: support hot-plugging of different HDMI / DVI displaysGuennadi Liakhovetski2010-09-142-64/+170
| | * fbdev: sh_mobile_hdmi: improve HDMI PHY parameters for high resolutionsGuennadi Liakhovetski2010-09-141-2/+2
| | * fbdev: sh_mobile_hdmi: cosmetic improvementsGuennadi Liakhovetski2010-09-141-37/+45
| | * fbdev: sh_mobile_lcdcfb: separate display variable data from framebuffer dataGuennadi Liakhovetski2010-09-143-19/+27
OpenPOWER on IntegriCloud