Age | Commit message (Expand) | Author | Files | Lines |
2013-11-17 | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+0 |
2013-11-15 | video: exynos_mipi_dsim: Remove unused variable | Olof Johansson | 1 | -1/+0 |
2013-11-15 | tree-wide: use reinit_completion instead of INIT_COMPLETION | Wolfram Sang | 1 | -2/+2 |
2013-11-14 | Merge tag 'fbdev-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba... | Linus Torvalds | 1 | -1/+2 |
2013-10-30 | video: exynos_mipi_dsi: Unlock the mutex before returning | Sachin Kamat | 1 | -0/+1 |
2013-10-30 | video: Remove unnecessary semicolons | Joe Perches | 1 | -1/+1 |
2013-10-17 | video: exynos_dp: Use the generic PHY driver | Jingoo Han | 2 | -4/+13 |
2013-10-17 | video: exynos_dp: remove non-DT support for Exynos Display Port | Jingoo Han | 4 | -94/+135 |
2013-10-17 | video: exynos_mipi_dsim: Use the generic PHY driver | Sylwester Nawrocki | 2 | -9/+11 |
2013-08-30 | video: exynos: Ensure definitions match prototypes | Mark Brown | 1 | -0/+1 |
2013-04-30 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -2/+2 |
2013-04-30 | drivers/video/exynos/exynos_mipi_dsi.c: convert to devm_ioremap_resource() | Sachin Kamat | 1 | -4/+4 |
2013-04-11 | video/exynos: remove unnecessary header inclusions | Arnd Bergmann | 3 | -6/+0 |
2013-03-31 | treewide: Fix typos in kernel messages | Masanari Iida | 1 | -2/+2 |
2013-02-22 | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 3 | -70/+37 |
2013-02-22 | video: exynos_dp: move disable_irq() to exynos_dp_suspend() | Ajay Kumar | 1 | -2/+2 |
2013-02-22 | video: exynos_dp: add missing of_node_put() | Jingoo Han | 1 | -6/+13 |
2013-02-22 | drivers/video/exynos/exynos_mipi_dsi.c: use devm_* APIs | Sachin Kamat | 1 | -51/+17 |
2013-02-22 | drivers/video/exynos/exynos_mipi_dsi.c: fix an error check condition | Sachin Kamat | 1 | -1/+1 |
2013-02-22 | drivers/video/exynos/s6e8ax0.c: use devm_* APIs in s6e8ax0.c | Sachin Kamat | 1 | -10/+4 |
2013-02-22 | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2 | -0/+2 |
2013-02-22 | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -5/+3 |
2013-02-20 | Merge branch 'for-3.9-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -4/+2 |
2013-02-15 | fb/exynos: include platform_device.h | Arnd Bergmann | 2 | -0/+2 |
2013-01-22 | video: Convert to devm_ioremap_resource() | Thierry Reding | 1 | -5/+3 |
2013-01-04 | Drivers: video: remove __dev* attributes. | Greg Kroah-Hartman | 2 | -5/+5 |
2012-12-29 | video/exynos: don't use [delayed_]work_pending() | Tejun Heo | 1 | -4/+2 |
2012-11-29 | video: exynos_dp: remove redundant parameters | Ajay Kumar | 3 | -29/+15 |
2012-11-29 | video: exynos_dp: Fix incorrect setting for INT_CTL | Ajay Kumar | 2 | -2/+3 |
2012-11-29 | video: exynos_dp: Reset and initialize DP before requesting irq | Ajay Kumar | 1 | -7/+7 |
2012-11-29 | video: exynos_dp: Enable hotplug interrupts | Sean Paul | 3 | -14/+71 |
2012-11-29 | video: exynos_dp: Move hotplug into a workqueue | Sean Paul | 2 | -44/+51 |
2012-11-29 | video: exynos_dp: Remove sink control to D0 | Sean Paul | 1 | -6/+0 |
2012-11-29 | video: exynos_dp: Fix bug when checking dp->irq | Sean Paul | 1 | -1/+1 |
2012-11-29 | video: exynos_dp: Improve EDID error handling | Sean Paul | 2 | -13/+14 |
2012-11-29 | video: exynos_dp: Get pll lock before pattern set | Sean Paul | 1 | -1/+13 |
2012-11-29 | video: exynos_dp: Clean up SW link training | Sean Paul | 1 | -173/+119 |
2012-11-29 | video: exynos_dp: Check DPCD return codes | Sean Paul | 1 | -30/+56 |
2012-11-29 | video: exynos_dp: Add device tree support to DP driver | Ajay Kumar | 2 | -20/+198 |
2012-10-12 | Merge tag 'fbdev-updates-for-3.7' of git://github.com/schandinat/linux-2.6 | Linus Torvalds | 6 | -198/+208 |
2012-10-10 | video: exynos_dp: use clk_prepare_enable and clk_disable_unprepare | Jingoo Han | 1 | -4/+4 |
2012-10-10 | drivers/video/exynos/exynos_mipi_dsi.c: fix error return code | Peter Senna Tschudin | 1 | -0/+3 |
2012-10-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2012-09-23 | video: exynos_mipi_dsi: Remove unnecessary NULL check | Sachin Kamat | 1 | -5/+0 |
2012-09-23 | video: exynos_mipi_dsi: Remove unused code | Sachin Kamat | 1 | -3/+0 |
2012-09-23 | video: exynos_dp: increase AUX channel voltage level | Jingoo Han | 2 | -2/+2 |
2012-09-23 | video: exynos_dp: add bit-masking for LINK_TRAINING_CTL register | Jingoo Han | 2 | -4/+13 |
2012-09-23 | video: exynos_dp: replace link_status with link_align to check channel equali... | Jingoo Han | 1 | -1/+1 |
2012-09-01 | treewide: fix comment/printk/variable typos | Anatol Pomozov | 1 | -1/+1 |
2012-08-23 | video: exynos_dp: move setting analog parameter and interrupt to after sw reset | Jingoo Han | 2 | -3/+3 |