summaryrefslogtreecommitdiffstats
path: root/drivers/video/exynos
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-11-161-1/+0
|\
| * video: exynos_mipi_dsim: Remove unused variableOlof Johansson2013-11-141-1/+0
* | tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-2/+2
* | Merge tag 'fbdev-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba...Linus Torvalds2013-11-141-1/+2
|\ \ | |/ |/|
| * video: exynos_mipi_dsi: Unlock the mutex before returningSachin Kamat2013-10-301-0/+1
| * video: Remove unnecessary semicolonsJoe Perches2013-10-301-1/+1
* | video: exynos_dp: Use the generic PHY driverJingoo Han2013-10-162-4/+13
* | video: exynos_dp: remove non-DT support for Exynos Display PortJingoo Han2013-10-164-94/+135
* | video: exynos_mipi_dsim: Use the generic PHY driverSylwester Nawrocki2013-10-162-9/+11
|/
* video: exynos: Ensure definitions match prototypesMark Brown2013-08-301-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-301-2/+2
|\
| * treewide: Fix typos in kernel messagesMasanari Iida2013-03-311-2/+2
* | drivers/video/exynos/exynos_mipi_dsi.c: convert to devm_ioremap_resource()Sachin Kamat2013-04-291-4/+4
* | video/exynos: remove unnecessary header inclusionsArnd Bergmann2013-04-113-6/+0
|/
* Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-02-213-70/+37
|\
| * video: exynos_dp: move disable_irq() to exynos_dp_suspend()Ajay Kumar2013-02-211-2/+2
| * video: exynos_dp: add missing of_node_put()Jingoo Han2013-02-211-6/+13
| * drivers/video/exynos/exynos_mipi_dsi.c: use devm_* APIsSachin Kamat2013-02-211-51/+17
| * drivers/video/exynos/exynos_mipi_dsi.c: fix an error check conditionSachin Kamat2013-02-211-1/+1
| * drivers/video/exynos/s6e8ax0.c: use devm_* APIs in s6e8ax0.cSachin Kamat2013-02-211-10/+4
* | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-212-0/+2
|\ \
| * | fb/exynos: include platform_device.hArnd Bergmann2013-02-142-0/+2
* | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-5/+3
|\ \ \ | |_|/ |/| |
| * | video: Convert to devm_ioremap_resource()Thierry Reding2013-01-221-5/+3
| |/
* | Merge branch 'for-3.9-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-191-4/+2
|\ \ | |/ |/|
| * video/exynos: don't use [delayed_]work_pending()Tejun Heo2012-12-281-4/+2
* | Drivers: video: remove __dev* attributes.Greg Kroah-Hartman2013-01-032-5/+5
|/
* video: exynos_dp: remove redundant parametersAjay Kumar2012-11-293-29/+15
* video: exynos_dp: Fix incorrect setting for INT_CTLAjay Kumar2012-11-292-2/+3
* video: exynos_dp: Reset and initialize DP before requesting irqAjay Kumar2012-11-291-7/+7
* video: exynos_dp: Enable hotplug interruptsSean Paul2012-11-293-14/+71
* video: exynos_dp: Move hotplug into a workqueueSean Paul2012-11-292-44/+51
* video: exynos_dp: Remove sink control to D0Sean Paul2012-11-291-6/+0
* video: exynos_dp: Fix bug when checking dp->irqSean Paul2012-11-291-1/+1
* video: exynos_dp: Improve EDID error handlingSean Paul2012-11-292-13/+14
* video: exynos_dp: Get pll lock before pattern setSean Paul2012-11-291-1/+13
* video: exynos_dp: Clean up SW link trainingSean Paul2012-11-291-173/+119
* video: exynos_dp: Check DPCD return codesSean Paul2012-11-291-30/+56
* video: exynos_dp: Add device tree support to DP driverAjay Kumar2012-11-292-20/+198
* Merge tag 'fbdev-updates-for-3.7' of git://github.com/schandinat/linux-2.6Linus Torvalds2012-10-126-198/+208
|\
| * video: exynos_dp: use clk_prepare_enable and clk_disable_unprepareJingoo Han2012-10-101-4/+4
| * drivers/video/exynos/exynos_mipi_dsi.c: fix error return codePeter Senna Tschudin2012-10-101-0/+3
| * video: exynos_mipi_dsi: Remove unnecessary NULL checkSachin Kamat2012-09-221-5/+0
| * video: exynos_mipi_dsi: Remove unused codeSachin Kamat2012-09-221-3/+0
| * video: exynos_dp: increase AUX channel voltage levelJingoo Han2012-09-222-2/+2
| * video: exynos_dp: add bit-masking for LINK_TRAINING_CTL registerJingoo Han2012-09-222-4/+13
| * video: exynos_dp: replace link_status with link_align to check channel equali...Jingoo Han2012-09-221-1/+1
| * video: exynos_dp: move setting analog parameter and interrupt to after sw resetJingoo Han2012-08-232-3/+3
| * video: exynos_dp: change return type of exynos_dp_init_video to voidJingoo Han2012-08-232-4/+2
| * video: exynos_dp: Fix get_pll_lock_status return valueSean Paul2012-08-232-2/+2
OpenPOWER on IntegriCloud