| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 2013-02-21 | 3 | -70/+37 |
|\ |
|
| * | video: exynos_dp: move disable_irq() to exynos_dp_suspend() | Ajay Kumar | 2013-02-21 | 1 | -2/+2 |
| * | video: exynos_dp: add missing of_node_put() | Jingoo Han | 2013-02-21 | 1 | -6/+13 |
| * | drivers/video/exynos/exynos_mipi_dsi.c: use devm_* APIs | Sachin Kamat | 2013-02-21 | 1 | -51/+17 |
| * | drivers/video/exynos/exynos_mipi_dsi.c: fix an error check condition | Sachin Kamat | 2013-02-21 | 1 | -1/+1 |
| * | drivers/video/exynos/s6e8ax0.c: use devm_* APIs in s6e8ax0.c | Sachin Kamat | 2013-02-21 | 1 | -10/+4 |
* | | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2013-02-21 | 2 | -0/+2 |
|\ \ |
|
| * | | fb/exynos: include platform_device.h | Arnd Bergmann | 2013-02-14 | 2 | -0/+2 |
* | | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-02-21 | 1 | -5/+3 |
|\ \ \
| |_|/
|/| | |
|
| * | | video: Convert to devm_ioremap_resource() | Thierry Reding | 2013-01-22 | 1 | -5/+3 |
| |/ |
|
* | | Merge branch 'for-3.9-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-02-19 | 1 | -4/+2 |
|\ \
| |/
|/| |
|
| * | video/exynos: don't use [delayed_]work_pending() | Tejun Heo | 2012-12-28 | 1 | -4/+2 |
* | | Drivers: video: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 | 2 | -5/+5 |
|/ |
|
* | video: exynos_dp: remove redundant parameters | Ajay Kumar | 2012-11-29 | 3 | -29/+15 |
* | video: exynos_dp: Fix incorrect setting for INT_CTL | Ajay Kumar | 2012-11-29 | 2 | -2/+3 |
* | video: exynos_dp: Reset and initialize DP before requesting irq | Ajay Kumar | 2012-11-29 | 1 | -7/+7 |
* | video: exynos_dp: Enable hotplug interrupts | Sean Paul | 2012-11-29 | 3 | -14/+71 |
* | video: exynos_dp: Move hotplug into a workqueue | Sean Paul | 2012-11-29 | 2 | -44/+51 |
* | video: exynos_dp: Remove sink control to D0 | Sean Paul | 2012-11-29 | 1 | -6/+0 |
* | video: exynos_dp: Fix bug when checking dp->irq | Sean Paul | 2012-11-29 | 1 | -1/+1 |
* | video: exynos_dp: Improve EDID error handling | Sean Paul | 2012-11-29 | 2 | -13/+14 |
* | video: exynos_dp: Get pll lock before pattern set | Sean Paul | 2012-11-29 | 1 | -1/+13 |
* | video: exynos_dp: Clean up SW link training | Sean Paul | 2012-11-29 | 1 | -173/+119 |
* | video: exynos_dp: Check DPCD return codes | Sean Paul | 2012-11-29 | 1 | -30/+56 |
* | video: exynos_dp: Add device tree support to DP driver | Ajay Kumar | 2012-11-29 | 2 | -20/+198 |
* | Merge tag 'fbdev-updates-for-3.7' of git://github.com/schandinat/linux-2.6 | Linus Torvalds | 2012-10-12 | 6 | -198/+208 |
|\ |
|
| * | video: exynos_dp: use clk_prepare_enable and clk_disable_unprepare | Jingoo Han | 2012-10-10 | 1 | -4/+4 |
| * | drivers/video/exynos/exynos_mipi_dsi.c: fix error return code | Peter Senna Tschudin | 2012-10-10 | 1 | -0/+3 |
| * | video: exynos_mipi_dsi: Remove unnecessary NULL check | Sachin Kamat | 2012-09-22 | 1 | -5/+0 |
| * | video: exynos_mipi_dsi: Remove unused code | Sachin Kamat | 2012-09-22 | 1 | -3/+0 |
| * | video: exynos_dp: increase AUX channel voltage level | Jingoo Han | 2012-09-22 | 2 | -2/+2 |
| * | video: exynos_dp: add bit-masking for LINK_TRAINING_CTL register | Jingoo Han | 2012-09-22 | 2 | -4/+13 |
| * | video: exynos_dp: replace link_status with link_align to check channel equali... | Jingoo Han | 2012-09-22 | 1 | -1/+1 |
| * | video: exynos_dp: move setting analog parameter and interrupt to after sw reset | Jingoo Han | 2012-08-23 | 2 | -3/+3 |
| * | video: exynos_dp: change return type of exynos_dp_init_video to void | Jingoo Han | 2012-08-23 | 2 | -4/+2 |
| * | video: exynos_dp: Fix get_pll_lock_status return value | Sean Paul | 2012-08-23 | 2 | -2/+2 |
| * | video: exynos_dp: Change aux transaction failures | Sean Paul | 2012-08-23 | 1 | -7/+14 |
| * | video: exynos_dp: check time loop for RPLY_RECEIV | Jingoo Han | 2012-08-23 | 1 | -1/+9 |
| * | video: exynos-mipi-dsi: Add missing static storage class specifiers | Sachin Kamat | 2012-08-23 | 1 | -2/+4 |
| * | video: exynos_dp: use devm_clk_get function | Damien Cassou | 2012-08-23 | 1 | -20/+7 |
| * | video: exynos_dp: adjust voltage swing and pre-emphasis during Link Training | Jingoo Han | 2012-08-23 | 2 | -140/+144 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-10-01 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | treewide: fix comment/printk/variable typos | Anatol Pomozov | 2012-09-01 | 1 | -1/+1 |
* | | Merge tag 'fbdev-updates-for-3.6' of git://github.com/schandinat/linux-2.6 | Linus Torvalds | 2012-08-01 | 5 | -38/+16 |
|\ \
| |/
|/| |
|
| * | video: exynos mipi dsi: Fix mipi dsi regulators handling issue | Donghwa Lee | 2012-07-29 | 1 | -1/+1 |
| * | video: exynos_dp: use usleep_range instead of delay | Jingoo Han | 2012-07-24 | 2 | -9/+9 |
| * | video: exynos_dp: check the only INTERLANE_ALIGN_DONE bit during Link Training | Jingoo Han | 2012-07-24 | 1 | -1/+1 |
| * | video: exynos_dp: fix wrong DPCD address during Link Training | Jingoo Han | 2012-07-24 | 1 | -2/+2 |
| * | video: backlight: remove unused header | Paul Bolle | 2012-06-24 | 1 | -21/+0 |
| * | video: exynos_dp: remove duplicated declarations from header file | Jingoo Han | 2012-06-24 | 1 | -4/+0 |