summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* drivers/video/mmp: remove legacy hw definitionsZhou Zhu2013-04-291-478/+1
* drivers/video/ep93xx-fb.c: fix section mismatch and use module_platform_driverH Hartley Sweeten2013-04-291-15/+3
* drivers/video/exynos/exynos_mipi_dsi.c: convert to devm_ioremap_resource()Sachin Kamat2013-04-291-4/+4
* drivers/video: add Hyper-V Synthetic Video Frame Buffer DriverHaiyang Zhang2013-04-293-0/+839
* drivers/video/console/fbcon_cw.c: fix compiler warning in cw_update_attrDevendra Naga2013-04-291-2/+1
* matroxfb: convert struct i2c_msg initialization to C99 formatShubhrajyoti Datta2013-04-291-2/+14
* Merge tag 'fbdev-for-3.10' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds2013-04-2935-451/+598
|\
| * Merge branch '3.10/fb-mmap' into for-nextTomi Valkeinen2013-04-2616-144/+85
| |\
| | * fbdev: fix check for fb_mmap's mmio availabilityTomi Valkeinen2013-04-261-0/+5
| | * fbdev: improve fb_mmap bounds checksTomi Valkeinen2013-04-264-5/+18
| | * fbdev/ps3fb: use vm_iomap_memory()Tomi Valkeinen2013-04-261-12/+6
| | * fbdev/sgivwfb: use vm_iomap_memory()Tomi Valkeinen2013-04-241-13/+7
| | * fbdev/vermillion: use vm_iomap_memory()Tomi Valkeinen2013-04-241-10/+4
| | * fbdev/sa1100fb: use vm_iomap_memory()Tomi Valkeinen2013-04-241-13/+3
| | * fbdev/fb-puv3: use vm_iomap_memory()Tomi Valkeinen2013-04-241-13/+1
| | * fbdev/controlfb: use vm_iomap_memory()Tomi Valkeinen2013-04-241-30/+20
| | * fbdev/omapfb: use vm_iomap_memory()Tomi Valkeinen2013-04-241-23/+7
| * | video: vt8500: fix Kconfig for videomodeTomi Valkeinen2013-04-151-4/+2
| | |
| | \
| | \
| | \
| *---. \ fbdev: Merge fbdev topic branchesTomi Valkeinen2013-04-1520-287/+317
| |\ \ \ \
| | | | * | video: wm8505fb: Convert to devm_ioremap_resource()Sachin Kamat2013-04-101-3/+4
| | | | * | video: fb: vt8500: Convert framebuffer drivers to standardized bindingTony Prisk2013-04-043-73/+53
| | | | * | video: vt8500: Adjust contrast in wm8505 framebuffer driver.Tony Prisk2013-04-041-1/+1
| | | | * | drivers/video/wm8505fb.c: use devm_ functionsJulia Lawall2013-04-041-60/+19
| | | | * | video: vt8500: Correct descriptions in video/KconfigTony Prisk2013-04-041-5/+6
| | | | * | video: vt8500: Remove unused platform_data/video-vt8500lcdfb.hTony Prisk2013-04-042-4/+0
| | | | * | video: vt8500: Make wmt_ge_rops optionalTony Prisk2013-04-042-10/+35
| | | * | | videomode: videomode_from_timing workTomi Valkeinen2013-03-212-10/+17
| | | * | | videomode: remove timing_entry_indexTomi Valkeinen2013-03-121-9/+9
| | | * | | videomode: combine videomode dmt_flags and data_flagsTomi Valkeinen2013-03-123-16/+14
| | | * | | videomode: simplify videomode Kconfig and MakefileTomi Valkeinen2013-03-123-28/+10
| | * | | | video/s3c: move platform_data out of arch/armArnd Bergmann2013-04-111-2/+1
| | * | | | video/exynos: remove unnecessary header inclusionsArnd Bergmann2013-04-113-6/+0
| | * | | | drivers/video: fsl-diu-fb: add hardware cursor supportTimur Tabi2013-04-101-2/+155
| | * | | | drivers: video: use module_platform_driver_probe()Fabio Porcedda2013-04-105-59/+5
| | * | | | ARM: OMAP: remove "config FB_OMAP_CONSISTENT_DMA_SIZE"Paul Bolle2013-04-101-11/+0
| | | |/ / | | |/| |
| * | | | AUO-K190x: Add resolutions for portrait displaysHeiko Stübner2013-04-041-0/+8
| * | | | AUO-K190x: add framebuffer rotation supportHeiko Stübner2013-04-041-5/+20
| * | | | AUO-K190x: add a 16bit truecolor modeHeiko Stübner2013-04-041-2/+69
| * | | | AUO-K190x: make color handling more flexibleHeiko Stübner2013-04-041-14/+65
| * | | | AUO-K190x: move var resolution-handling into check_varHeiko Stübner2013-04-041-21/+22
| * | | | AUO-K190x: make memory check in check_var more flexibleHeiko Stübner2013-04-041-3/+7
| * | | | AUO-K190x: set the correct runtime-pm state in recoverHeiko Stübner2013-04-041-0/+6
| * | | | AUO-K190x: add runtime-pm calls to controller init functionsHeiko Stübner2013-04-042-0/+12
| * | | | AUO-K190x: Use correct line lengthHeiko Stübner2013-04-043-11/+14
| |/ / /
* | | | Merge tag 'stable/for-linus-3.10-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-04-291-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | xen kconfig: fix select INPUT_XEN_KBDDEV_FRONTENDAndrew Jones2013-04-161-1/+1
* | | | vm: convert fb_mmap to vm_iomap_memory() helperLinus Torvalds2013-04-191-25/+14
* | | | drivers/video/mmp/core.c: fix use-after-free bugAndrei Epure2013-04-171-2/+0
|/ / /
* | | Merge tag 'fbdev-fixes-3.9-rc6' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds2013-04-052-2/+3
|\ \ \
| * | | video:uvesafb: Fix dereference NULL pointer code pathWang YanQing2013-04-021-1/+2
OpenPOWER on IntegriCloud