summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| | * fbdev: sh_mobile_hdmi: implement lockingGuennadi Liakhovetski2010-09-143-47/+139
| | * fbdev: sh_mobile_hdmi: enable "external" modeGuennadi Liakhovetski2010-09-141-1/+12
| | * fbdev: sh_mobile_hdmi: add initial support for modes, other than 720pGuennadi Liakhovetski2010-09-141-20/+62
| | * fbdev: sh_mobile_lcdcfb: allocate memory, sufficient for the biggest modeGuennadi Liakhovetski2010-09-141-6/+20
| | * fbdev: sh_mobile_lcdcfb: fix notifier callback return codesGuennadi Liakhovetski2010-09-141-6/+8
| | * fbdev: sh_mobile_lcdcfb: Support multiple video modes in platform dataGuennadi Liakhovetski2010-09-143-20/+25
| | * fbdev: sh_mobile_lcdcfb: minor simplifications and clean upGuennadi Liakhovetski2010-09-141-25/+26
| | * fbdev: sh_mobile_lcdcfb: fix more error pathsGuennadi Liakhovetski2010-09-141-2/+2
| | * fbdev: sh_mobile_hdmi: simplify the EDID reading procedureGuennadi Liakhovetski2010-09-141-20/+3
| | * fbdev: sh_mobile_lcdcfb: use fb_videomode_to_var() instead of open-codingGuennadi Liakhovetski2010-09-141-15/+1
| | * fbdev: sh-mobile_hdmi: remove un-necessity settingsKuninori Morimoto2010-09-141-106/+0
| | |
| \ \
*-. \ \ Merge branches 'msm-fixes' and 'msm-video' of git://codeaurora.org/quic/kerne...Linus Torvalds2010-10-292-4/+4
|\ \ \ \ | | |/ / | |/| |
| | * | drivers/video/msm/mddi.c: Remove multiple KERN_<level> usesJoe Perches2010-10-271-3/+2
OpenPOWER on IntegriCloud