summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2010-12-22sisfb: eliminate compiler warningsAaro Koskinen2-3/+3
2010-12-22sisfb: delete unused register I/O macrosAaro Koskinen1-53/+1
2010-12-22sisfb: replace setSISIDXREG with SiS_SetRegANDORAaro Koskinen1-47/+47
2010-12-22sisfb: replace andSISIDXREG with SiS_SetRegANDAaro Koskinen1-33/+33
2010-12-22sisfb: replace orSISIDXREG with SiS_SetRegORAaro Koskinen1-36/+36
2010-12-22sisfb: replace outSISIDXREG with SiS_SetRegAaro Koskinen1-315/+315
2010-12-22sisfb: replace inSISIDXREG with SiS_GetRegAaro Koskinen1-128/+128
2010-12-22sisfb: replace outSISREG with SiS_SetRegByteAaro Koskinen1-10/+10
2010-12-22sisfb: replace inSISREG with SiS_GetRegByteAaro Koskinen1-9/+9
2010-12-22sisfb: change register I/O functions to use fixed size typesAaro Koskinen2-32/+32
2010-12-22sisfb: remove duplicate function declarationsAaro Koskinen3-25/+14
2010-12-22sisfb: delete HAVE_CONFIG_H checksAaro Koskinen2-8/+0
2010-12-22sisfb: eliminate unused variable compiler warningAaro Koskinen1-14/+16
2010-12-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt20-1296/+296
2010-12-20fbdev: Modify vsync timing calculation in wm8505fbAlexey Charkov1-1/+1
2010-12-20fbdev: Minor cleanup in WM8505-related codeAlexey Charkov2-9/+3
2010-12-20s1d13xxxfb: drop unused codeAndres Salomon1-50/+0
2010-12-20s3c-fb: add support for runtime pmJingoo Han1-4/+107
2010-12-16Merge branch 'for-paul-rc' of git://gitorious.org/linux-omap-dss2/linux into ...Paul Mundt2-4/+4
2010-12-15OMAP: OMAPFB: disable old omapfb for OMAP4 buildsTomi Valkeinen1-2/+2
2010-12-15OMAP: DSS: VRAM: Align start & size of vram to 2MTomi Valkeinen1-2/+2
2010-12-14video: mx3fb: Use vsprintf extension %pR for struct resourceJoe Perches1-2/+1
2010-12-14fbdev: Fix fb_find_nearest_mode refresh comparisonAndrew Kephart1-0/+1
2010-12-01lxfb: Maintain video processor palette through suspend/resumeDaniel Drake2-6/+18
2010-12-01video: da8xx: Register IRQ as last thing in driver probing.Caglar Akyuz1-8/+6
2010-11-26fbdev: bfin_adv7393fb: new Blackfin ADV7393 driverMichael Hennerich4-0/+1206
2010-11-26fbdev: bf537-lq035: new Blackfin Sharp LQ035 framebuffer driverMichael Hennerich3-0/+929
2010-11-26framebuffer: fix fbcmap.c kernel-doc warningRandy Dunlap1-0/+1
2010-11-25Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-0/+4
2010-11-25Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds13-1272/+256
2010-11-25backlight: grab ops_lock before testing bd->opsUwe Kleine-König1-6/+6
2010-11-24sisfb: delete osdef.hAaro Koskinen5-65/+0
2010-11-24sisfb: move the CONFIG warning to sis_main.cAaro Koskinen2-5/+5
2010-11-24sisfb: replace SiS_SetMemory with memset_ioAaro Koskinen2-4/+2
2010-11-24sisfb: remove InPort/OutPort wrappersAaro Koskinen2-40/+10
2010-11-24sisfb: use CONFIG_FB_SIS_301/315 instead of SIS301/315HAaro Koskinen6-201/+193
2010-11-24sisfb: delete redudant #define SIS_LINUX_KERNELAaro Koskinen7-116/+0
2010-11-24sisfb: delete dead SIS_XORG_XF86 codeAaro Koskinen7-788/+0
2010-11-24sisfb: delete fallback code for pci_map_rom()Aaro Koskinen1-17/+0
2010-11-24sisfb: delete obsolete PCI ROM bug workaroundAaro Koskinen1-8/+0
2010-11-23Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6Russell King1-0/+4
2010-11-19Merge branch 'common/fbdev-mipi' of master.kernel.org:/pub/scm/linux/kernel/g...Paul Mundt11-41/+133
2010-11-19fbdev: sh_mipi_dsi: Allow LCDC board callbacksMagnus Damm1-0/+14
2010-11-19fbdev: sh_mipi_dsi: Require two I/O resources V2Magnus Damm1-16/+39
2010-11-19fbdev: sh_mipi_dsi: Make use of register namesMagnus Damm1-23/+39
2010-11-19fbdev: modedb: fix CEA modesArnd Hannemann1-5/+9
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-17lxfb: Program panel v/h sync output polarity correctlyDaniel Drake1-2/+2
2010-11-17fbcmap: integer overflow bugDan Carpenter1-8/+20
2010-11-17fbcmap: cleanup white space in fb_alloc_cmap()Dan Carpenter1-24/+30