summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-031-7/+5Star
|\
| * switch simple cases of fget_light to fdgetAl Viro2012-09-271-7/+5Star
* | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-022-6/+6
|\ \
| * | workqueue: deprecate __cancel_delayed_work()Tejun Heo2012-08-211-1/+1
| * | workqueue: make deferrable delayed_work initializer names consistentTejun Heo2012-08-212-5/+5
* | | Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2012-10-0216-17/+17
|\ \ \
| * \ \ Merge branch 'multiplatform/platform-data' into next/multiplatformOlof Johansson2012-09-2216-17/+17
| |\ \ \
| | * | | ARM: w90x900: move platform_data definitionsArnd Bergmann2012-09-142-2/+2
| | * | | ARM: vt8500: move platform_data definitionsArnd Bergmann2012-09-142-2/+2
| | * | | ARM: pxa: move platform_data definitionsArnd Bergmann2012-09-141-1/+1
| | * | | ARM: msm: move platform_data definitionsArnd Bergmann2012-09-148-8/+8
| | * | | ARM: imx: move platform_data definitionsArnd Bergmann2012-09-142-3/+3
| | * | | ARM: ep93xx: move platform_data definitionsArnd Bergmann2012-09-141-1/+1
* | | | | Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-10-023-762/+0Star
|\ \ \ \ \
| * \ \ \ \ Merge branch 'cleanup/__iomem' into next/cleanup2Arnd Bergmann2012-09-281-4/+4
| |\ \ \ \ \
| * | | | | | ARM: clps711x: Remove board support for CEIVAAlexander Shiyan2012-09-283-762/+0Star
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-10-024-30/+161
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'vt8500-for-next' of git://git.code.sf.net/p/linuxwmt/code into nex...Olof Johansson2012-09-244-30/+161
| |\ \ \ \ \ \
| | * | | | | | video: vt8500: Add devicetree support for vt8500-fb and wm8505-fbTony Prisk2012-09-214-30/+161
| | |/ / / / /
* | | | | | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-10-027-10/+11
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'cleanup/__iomem' into next/cleanupOlof Johansson2012-09-221-4/+4
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | / / / | | |_|_|/ / / | |/| | | | |
| | * | | | | video: da8xx-fb: use __iomem pointers for MMIOArnd Bergmann2012-09-191-4/+4
| | | |_|/ / | | |/| | |
| * | | | | ARM: OMAP1: Move board-ams-delta.h from plat to machTony Lindgren2012-09-211-2/+1Star
| * | | | | ARM: OMAP1: Make plat/mux.h omap1 onlyTony Lindgren2012-09-202-2/+2
| * | | | | ARM: omap: move platform_data definitionsArnd Bergmann2012-09-191-1/+1
| | |/ / / | |/| | |
| * | | | ARM: OMAP2+: Prepare for irqs.h removalTony Lindgren2012-09-132-0/+2
| * | | | ARM: OMAP1: move omap1_bl pdata out of arch/arm/*Igor Grinberg2012-09-111-1/+1
| | |/ / | |/| |
* | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-10-011-1/+3
|\ \ \ \
| * | | | efifb: Skip DMI checks if the bootloader knows what it's doingMatthew Garrett2012-09-171-1/+3
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-10-013-2/+5
|\ \ \ \ | |/ / / |/| | |
| * | | treewide: fix comment/printk/variable typosAnatol Pomozov2012-09-011-1/+1
| * | | tmiofb: missing NULL pointer checksAlan Cox2012-09-011-0/+4
| * | | Revert "backlight: fix memory leak on obscure error path"Jiri Kosina2012-07-301-1/+0Star
* | | | OMAPFB: fix framebuffer console colorsGrazvydas Ignotas2012-08-231-1/+1
* | | | OMAPDSS: Fix SDI PLL lockingTomi Valkeinen2012-08-231-0/+14
* | | | video: mb862xxfb: prevent divide by zero bugDan Carpenter2012-08-231-0/+2
* | | | drivers/video/auo_k190x.c: drop kfree of devm_kzalloc's dataJulia Lawall2012-08-231-2/+0Star
* | | | fbcon: Fix bit_putcs() call to kmalloc(s, GFP_KERNEL)Bruno Prémont2012-08-231-1/+1
* | | | fbcon: prevent possible buffer overflow.Paul Cercueil2012-08-231-1/+1
| |/ / |/| |
* | | fbcon: fix race condition between console lock and cursor timer (v1.1)Dave Airlie2012-08-221-1/+8
| |/ |/|
* | Merge tag 'fbdev-updates-for-3.6' of git://github.com/schandinat/linux-2.6Linus Torvalds2012-08-0148-1089/+2468
|\ \
| * | da8xx-fb: fix compile issue due to missing includeFlorian Tobias Schandinat2012-07-291-0/+1
| * | fbdev: Make pixel_to_pat() failure mode more friendlyBenjamin Herrenschmidt2012-07-291-2/+5
| * | da8xx-fb: do not turn ON LCD backlight unless LCDC is enabledManjunathappa, Prakash2012-07-291-4/+5
| * | fbdev: sh_mobile_lcdc: Fix vertical panning stepLaurent Pinchart2012-07-291-6/+6
| * | video: exynos mipi dsi: Fix mipi dsi regulators handling issueDonghwa Lee2012-07-291-1/+1
| * | video: da8xx-fb: do clock reset of revision 2 LCDC before enablingManjunathappa, Prakash2012-07-291-4/+8
| * | video: da8xx-fb: configure FIFO threshold to reduce underflow errorsManjunathappa, Prakash2012-07-291-4/+7
| * | video: da8xx-fb: fix flicker due to 1 frame delay in updated frameManjunathappa, Prakash2012-07-291-0/+30
| * | video: da8xx-fb rev2: fix disabling of palette completion interruptManjunathappa, Prakash2012-07-291-5/+2Star