summaryrefslogtreecommitdiffstats
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2011-03-22svga: Make svga_set_timings() take an iomem regbase pointer.David Miller4-19/+20
2011-03-22svga: Make svga_tilecursor() take an iomem regbase pointer.David Miller4-10/+30
2011-03-22svga: Make svga_set_textmode_vga_regs() take an iomem regbase pointer.David Miller4-23/+23
2011-03-22svga: Make svga_set_default_crt_regs() take an iomem regbase pointer.David Miller4-9/+9
2011-03-22svga: Make svga_wcrt_mask() take an iomem regbase pointer.David Miller4-91/+91
2011-03-22svga: Make svga_wseq_mask() take an iomem regbase pointer.David Miller4-37/+44
2011-03-22svga: Make svga_set_default_seq_regs take an iomem regbase pointer.David Miller4-9/+9
2011-03-22svga: Make svga_set_default_atc_regs take an iomem regbase pointer.David Miller4-15/+15
2011-03-22svga: Make svga_set_default_gfx_regs take an iomem regbase pointer.David Miller4-16/+16
2011-03-22svga: Make svga_wseq_multi take an iomem regbase pointer.David Miller2-5/+5
2011-03-22svga: Make svga_wcrt_multi take an iomem regbase pointer.David Miller4-30/+34
2011-03-22svga: Make svga_wattr take an iomem regbase pointer.David Miller2-10/+10
2011-03-22sisfb: add support for XGI Z9 DDR2 POSTAaro Koskinen1-9/+68
2011-03-22sisfb: move XGI POST DDR2 bootup code into subroutinesAaro Koskinen1-55/+84
2011-03-22sisfb: add RAM type detection for XGI Z9Aaro Koskinen1-1/+7
2011-03-22sisfb: add subroutine for detecting XGI Z9Aaro Koskinen3-0/+20
2011-03-22sisfb: move XGI POST RAM type detection into a subroutineAaro Koskinen1-22/+35
2011-03-22sisfb: POST should fail if R/W test failsAaro Koskinen1-5/+17
2011-03-22vmlfb: use list_move() instead of list_del()/list_add() combinationKirill A. Shutemov1-2/+1
2011-03-22omap: use list_move() instead of list_del()/list_add() combinationKirill A. Shutemov2-4/+2
2011-03-22Merge branch 'for-paul' of git://gitorious.org/linux-omap-dss2/linuxPaul Mundt27-1244/+4520
2011-03-21matrox: Remove legacy VIDIOC_*_OLD ioctlsMauro Carvalho Chehab1-3/+0
2011-03-21matroxfb: remove incorrect Matrox G200eV supportGary Hade1-9/+0
2011-03-20Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds1-4/+1
2011-03-20Merge branches 'fixes', 'pgt-next' and 'versatile' into develRussell King1-13/+90
2011-03-18OMAP: DSS2: Implement OMAP4 DSS fclk supportMurthy, Raghuveer1-12/+22
2011-03-18OMAP: DSS2: Clean up for dpll4_m4_ck handlingTomi Valkeinen1-34/+59
2011-03-17Merge branch 'for-linus' of git://codeaurora.org/quic/kernel/davidb/linux-msmLinus Torvalds3-14/+25
2011-03-17Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds3-0/+929
2011-03-17Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/...Linus Torvalds4-40/+259
2011-03-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/epi...Linus Torvalds3-0/+858
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6Linus Torvalds16-1054/+777
2011-03-17video: change to new flag variablematt mooney1-4/+1
2011-03-17Merge branches 'aaci', 'mmci-dma', 'pl' and 'pl011' into driversRussell King32-180/+190
2011-03-16Merge remote branch 'rmk/for-linus' into for-linusDavid Brown31-179/+189
2011-03-16Merge branch 'remove' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-63/+0
2011-03-17unicore32 machine related: add frame buffer driver for pkunity-v3 socGuanXuetao3-0/+858
2011-03-16Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds13-64/+52
2011-03-16Merge branch 'viafb-next' of git://github.com/schandinat/linux-2.6Paul Mundt13-1025/+579
2011-03-16fbdev: sh_mobile_lcdc: Add YUV framebuffer supportDamian Hobson-Garcia2-29/+114
2011-03-16OMAP4: DSS: HDMI: Call to HDMI module init to register driver.Mythri P K1-0/+9
2011-03-16OMAP4: DSS2: HDMI: Add makefile and kconfig changes to enable HDMI in OMAP4Mythri P K2-0/+10
2011-03-16OMAP4: DSS2: HDMI: HDMI panel driver addition in the DSSMythri P K2-0/+224
2011-03-16OMAP4: DSS2: HDMI: HDMI driver addition in the DSSMythri P K3-0/+1369
2011-03-16OMAP4: DSS2: HDMI: HDMI driver header file additionMythri P K1-0/+415
2011-03-16OMAP4: DSS2: HDMI: Dispc gamma enable set/reset function for TV.Mythri P K2-0/+15
2011-03-16OMAP4: DSS2: HDMI: Select between HDMI VENC clock source.Mythri P K2-0/+11
2011-03-16OMAP4: DSS2: Add display type HDMI to DSS2Mythri P K4-5/+14
2011-03-15OMAP: DSS2: DSI: fix IRQ debug printsTomi Valkeinen1-0/+9
2011-03-15OMAP: DSS2: DSI: catch DSI errors in send_bta_syncTomi Valkeinen1-4/+11