aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* video: Fix use-after-free by vga16fb on rmmodBruno Prémont2011-06-061-0/+2
* video: Convert vmalloc/memset to vzallocJoe Perches2011-06-025-14/+7
* efifb: Disallow manual bind and unbindAndy Lutomirski2011-06-021-7/+14
* efifb: Fix mismatched request/release_mem_regionAndy Lutomirski2011-06-021-4/+7
* efifb: Enable write-combiningAndy Lutomirski2011-06-021-1/+1
* drivers/video/pxa168fb.c: add missing clk_putJulia Lawall2011-06-021-7/+10
* drivers/video/imxfb.c: add missing clk_putJulia Lawall2011-06-021-2/+2
* fbdev: bf537-lq035: add missing blacklight properties typeSteven Miao2011-06-021-0/+1
* savagefb: Use panel CVT mode as defaultTormod Volden2011-06-022-0/+17
* fbdev: sh_mobile_lcdcfb: Fix up fallout from MERAM changes.Paul Mundt2011-06-021-2/+2
* drivers/video/mb862xx/mb862xxfbdrv.c needs uaccess.hAndrew Morton2011-05-261-0/+1
* Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-05-261-24/+25
|\
| * gpio/via: rename VIA local config structLinus Walleij2011-05-201-24/+25
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds2011-05-262-13/+6
|\ \
| * | mfd: Use mfd cell platform_data for 88pm860x cells platform bitsSamuel Ortiz2011-05-261-6/+1
| * | fb: Use platform_data to retrieve tmiofb platform bitsSamuel Ortiz2011-05-261-7/+5
* | | Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-05-262-193/+0
|\ \ \ | |/ / |/| |
| * | Merge branch 'for_2.6.40/pm-cleanup' of ssh://master.kernel.org/pub/scm/linux...Tony Lindgren2011-05-241-75/+148
| |\|
| | \
| | \
| *-. \ Merge branches 'devel-fixes', 'devel-cleanup' and 'devel-genirq' into for-nextTony Lindgren2011-05-172-193/+0
| |\ \ \
| | | * | omap: Remove support for omap2evmTony Lindgren2011-05-132-193/+0
| | |/ /
* | | | video: mb862xx: udelay need linux/delay.hStephen Rothwell2011-05-251-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6Linus Torvalds2011-05-2559-2176/+6520
|\ \ \ \
| * \ \ \ Merge branch 'common/fbdev-meram' of git://git.kernel.org/pub/scm/linux/kerne...Paul Mundt2011-05-251-1/+2
| |\ \ \ \
| | * | | | sh_mobile_meram: Safely disable MERAM operation when not initializedDamian2011-05-251-1/+2
| * | | | | video: mb862xxfb: add support for L1 displayingAnatolij Gustschin2011-05-243-1/+173
| * | | | | video: mb862xx: add support for controller's I2C bus adapterAnatolij Gustschin2011-05-246-1/+224
| * | | | | video: mb862xxfb: relocate register space to get contiguous vramAnatolij Gustschin2011-05-242-5/+15
| * | | | | video: mb862xxfb: use pre-initialized configuration for PCI GDCsAnatolij Gustschin2011-05-241-4/+12
| * | | | | video: mb862xxfb: correct fix.smem_len field initializationAnatolij Gustschin2011-05-241-1/+1
| * | | | | video: s3c-fb: correct transparency checking in 32bppJingoo Han2011-05-241-1/+1
| * | | | | video: s3c-fb: add gpio setup function to resume functionJingoo Han2011-05-241-2/+4
| * | | | | fbdev/amifb: Remove superfluous alignment of frame buffer memoryGeert Uytterhoeven2011-05-241-8/+7
| * | | | | fbdev/amifb: Do not call panic() if there's not enough Chip RAMGeert Uytterhoeven2011-05-241-2/+8
| * | | | | fbdev/amifb: Correct check for video memory sizeGeert Uytterhoeven2011-05-241-2/+2
| * | | | | video: mb862xxfb: Require either FB_MB862XX_PCI_GDC or FB_MB862XX_LIMEBen Hutchings2011-05-241-4/+9
| * | | | | video: s3c-fb: add window variant information for S5PJingoo Han2011-05-241-10/+67
| * | | | | video: s3c-fb: add additional validate bppsJingoo Han2011-05-241-5/+10
| * | | | | video: s3c-fb: correct window osd size offset valuesJingoo Han2011-05-241-2/+2
| * | | | | udlfb: include prefetch.h explicitlyStephen Rothwell2011-05-241-0/+1
| * | | | | drivers/video/s3c2410fb.c: Convert release_resource to release_mem_regionJulia Lawall2011-05-241-5/+3
| * | | | | drivers/video/sm501fb.c: Convert release_resource to release_mem_regionJulia Lawall2011-05-241-12/+12
| * | | | | drivers/video: Convert release_resource to release_mem_regionJulia Lawall2011-05-242-8/+4
| * | | | | video, udlfb: Fix two build warnings about 'ignoring return value'Liu Yuan2011-05-241-3/+16
| * | | | | savagefb: Enable LCD detection on mobile TwisterTormod Volden2011-05-241-1/+2
| * | | | | savagefb: New S3_TWISTER and S3_PROSAVAGEDDR chip familiesTormod Volden2011-05-243-7/+15
| * | | | | video: da8xx-fb: fix section mismatch warningaxel lin2011-05-241-2/+2
| | | | | |
| | \ \ \ \
| *-. | | | | Merge branches 'common/fbdev' and 'common/fbdev-meram' of master.kernel.org:/...Paul Mundt2011-05-247-22/+735
| |\ \| | | |
| | | * | | | sh_mobile_meram: Add support for NV24 framebuffersDamian2011-05-232-8/+26
| | | * | | | sh_mobile_meram: MERAM framework for LCDCDamian2011-05-236-9/+702
| | * | | | | fbdev: sh_mobile_lcdc: remove runtime PM calls from the notifierGuennadi Liakhovetski2011-05-241-5/+1