aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-16Merge branch '2.6.36-fixes' of git://github.com/schandinat/linux-2.6Linus Torvalds1-0/+2
2010-09-16fbdev: sh_mobile_lcdc: reconfigure the framebuffer, when freeGuennadi Liakhovetski2-1/+114
2010-09-15drivers/video/via/ioctl.c: prevent reading uninitialized stack memoryDan Rosenberg1-0/+2
2010-09-14fbdev: sh_mobile_hdmi: support hot-plugging of different HDMI / DVI displaysGuennadi Liakhovetski2-64/+170
2010-09-14fbdev: sh_mobile_hdmi: improve HDMI PHY parameters for high resolutionsGuennadi Liakhovetski1-2/+2
2010-09-14fbdev: sh_mobile_hdmi: cosmetic improvementsGuennadi Liakhovetski1-37/+45
2010-09-14fbdev: sh_mobile_lcdcfb: separate display variable data from framebuffer dataGuennadi Liakhovetski3-19/+27
2010-09-14fbdev: sh_mobile_hdmi: implement lockingGuennadi Liakhovetski3-47/+139
2010-09-14fbdev: sh_mobile_hdmi: enable "external" modeGuennadi Liakhovetski1-1/+12
2010-09-14fbdev: sh_mobile_hdmi: add initial support for modes, other than 720pGuennadi Liakhovetski1-20/+62
2010-09-14fbdev: sh_mobile_lcdcfb: allocate memory, sufficient for the biggest modeGuennadi Liakhovetski1-6/+20
2010-09-14fbdev: sh_mobile_lcdcfb: fix notifier callback return codesGuennadi Liakhovetski1-6/+8
2010-09-14fbdev: sh_mobile_lcdcfb: Support multiple video modes in platform dataGuennadi Liakhovetski3-20/+25
2010-09-14fbdev: sh_mobile_lcdcfb: minor simplifications and clean upGuennadi Liakhovetski1-25/+26
2010-09-14fbdev: sh_mobile_lcdcfb: fix more error pathsGuennadi Liakhovetski1-2/+2
2010-09-14fbdev: sh_mobile_hdmi: simplify the EDID reading procedureGuennadi Liakhovetski1-20/+3
2010-09-14fbdev: sh_mobile_lcdcfb: use fb_videomode_to_var() instead of open-codingGuennadi Liakhovetski1-15/+1
2010-09-14fbdev: sh-mobile_hdmi: remove un-necessity settingsKuninori Morimoto1-106/+0
2010-09-10fbdev: sh_mobile_hdmi: Add select SND_SOC to KconfigKuninori Morimoto1-0/+1
2010-09-10fbdev: sh_mobile_hdmi: add new label for sound error pathKuninori Morimoto1-1/+3
2010-09-10fbdev: sh_mobile_hdmi: modify snd_soc_dai_driver settingsKuninori Morimoto1-3/+6
2010-09-10fbdev: sh_mobile_hdmi: modify flags name to more specificKuninori Morimoto1-9/+9
2010-09-10fbdev: sh_mobile_hdmi: modify noisy comment outKuninori Morimoto1-14/+7
2010-09-01ASoC: Add sh_mobile_hdmi sound supportKuninori Morimoto1-0/+65
2010-09-01fbdev: sh-mobile: Add HDMI sound type selectionKuninori Morimoto1-1/+20
2010-08-31Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar74-1941/+5226
2010-08-30ARM: pxa168fb: fix section mismatchMarek Vasut1-3/+3
2010-08-20matroxfb: fix incorrect use of memcpy_toio()Ondrej Zary1-2/+2
2010-08-17VIDEO: amba clcd: don't disable an already disabled clockRussell King1-2/+8
2010-08-16vesafb: fix comment a typoJustin P. Mattock1-1/+1
2010-08-12Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds1-1/+1
2010-08-12Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2-3/+6
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds13-32/+32
2010-08-11i2c: Add support for custom probe functionJean Delvare1-1/+1
2010-08-11Merge branch 'msm-video' of git://codeaurora.org/quic/kernel/dwalker/linux-msmLinus Torvalds2-4/+1
2010-08-11Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds6-54/+1711
2010-08-11drivers/video/igafb.c: make igafb_setup() and igafb_init() staticAndrew Morton1-2/+2
2010-08-11drivers/video/igafb.c: introduce lost 'return'Kulikov Vasiliy1-0/+1
2010-08-11fbmem: VM_IO set, but not propagatedDaniel De Graaf1-0/+1
2010-08-11s3c-fb: automatically calculate pixel clock when none is givenMaurus Cuelenaere1-0/+25
2010-08-11s3c-fb: add support for DMA channel control on S5PV210Pawel Osciak1-0/+15
2010-08-11s3c-fb: fix section mismatchMarek Szyprowski1-5/+5
2010-08-11s3c-fb: protect window-specific registers during updatesPawel Osciak1-0/+7
2010-08-11s3c-fb: correct window osd size and alpha register handlingPawel Osciak1-7/+47
2010-08-11s3c-fb: add SHADOWCON shadow register locking support for S5PV210Pawel Osciak1-4/+36
2010-08-11s3c-fb: window 3 of 64xx+ does not have an osd_d registerPawel Osciak1-1/+0
2010-08-11s3c-fb: add wait for VSYNC ioctlPawel Osciak1-1/+165
2010-08-11s3c-fb: add support for display panningPawel Osciak1-0/+68
2010-08-11s3c-fb: separate S5PC100 and S5PV210 framebuffer driver data structuresPawel Osciak1-3/+34
2010-08-11s3c-fb: fix various null references on framebuffer memory alloc failurePawel Osciak1-3/+5