aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/exynos (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-17video: move fbdev to drivers/video/fbdevTomi Valkeinen9-3316/+0
2014-04-08Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds6-3093/+0
2014-04-04Merge tag 'fbdev-main-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linuxLinus Torvalds2-10/+5
2014-03-24drm/exynos: Move dp driver from video/ to drm/Sean Paul6-3092/+0
2014-03-24drm/exynos: Remove useless slab.h includeStephane Marchesin1-1/+0
2014-02-14video: s6e8ax0: Use devm_* APIsSachin Kamat1-9/+4
2014-02-14video: exynos: Remove OF dependency for Exynos DPSachin Kamat1-1/+1
2014-02-14video: exynos: Fix S6E8AX0 LCD driver build errorSachin Kamat1-1/+2
2013-11-16Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+0
2013-11-14video: exynos_mipi_dsim: Remove unused variableOlof Johansson1-1/+0
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-2/+2
2013-11-14Merge tag 'fbdev-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linuxLinus Torvalds1-1/+2
2013-10-30video: exynos_mipi_dsi: Unlock the mutex before returningSachin Kamat1-0/+1
2013-10-30video: Remove unnecessary semicolonsJoe Perches1-1/+1
2013-10-16video: exynos_dp: Use the generic PHY driverJingoo Han2-4/+13
2013-10-16video: exynos_dp: remove non-DT support for Exynos Display PortJingoo Han4-94/+135
2013-10-16video: exynos_mipi_dsim: Use the generic PHY driverSylwester Nawrocki2-9/+11
2013-08-30video: exynos: Ensure definitions match prototypesMark Brown1-0/+1
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2013-04-29drivers/video/exynos/exynos_mipi_dsi.c: convert to devm_ioremap_resource()Sachin Kamat1-4/+4
2013-04-11video/exynos: remove unnecessary header inclusionsArnd Bergmann3-6/+0
2013-03-31treewide: Fix typos in kernel messagesMasanari Iida1-2/+2
2013-02-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds3-70/+37
2013-02-21video: exynos_dp: move disable_irq() to exynos_dp_suspend()Ajay Kumar1-2/+2
2013-02-21video: exynos_dp: add missing of_node_put()Jingoo Han1-6/+13
2013-02-21drivers/video/exynos/exynos_mipi_dsi.c: use devm_* APIsSachin Kamat1-51/+17
2013-02-21drivers/video/exynos/exynos_mipi_dsi.c: fix an error check conditionSachin Kamat1-1/+1
2013-02-21drivers/video/exynos/s6e8ax0.c: use devm_* APIs in s6e8ax0.cSachin Kamat1-10/+4
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-0/+2
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-5/+3
2013-02-19Merge branch 'for-3.9-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-4/+2
2013-02-14fb/exynos: include platform_device.hArnd Bergmann2-0/+2
2013-01-22video: Convert to devm_ioremap_resource()Thierry Reding1-5/+3
2013-01-03Drivers: video: remove __dev* attributes.Greg Kroah-Hartman2-5/+5
2012-12-28video/exynos: don't use [delayed_]work_pending()Tejun Heo1-4/+2
2012-11-29video: exynos_dp: remove redundant parametersAjay Kumar3-29/+15
2012-11-29video: exynos_dp: Fix incorrect setting for INT_CTLAjay Kumar2-2/+3
2012-11-29video: exynos_dp: Reset and initialize DP before requesting irqAjay Kumar1-7/+7
2012-11-29video: exynos_dp: Enable hotplug interruptsSean Paul3-14/+71
2012-11-29video: exynos_dp: Move hotplug into a workqueueSean Paul2-44/+51
2012-11-29video: exynos_dp: Remove sink control to D0Sean Paul1-6/+0
2012-11-29video: exynos_dp: Fix bug when checking dp->irqSean Paul1-1/+1
2012-11-29video: exynos_dp: Improve EDID error handlingSean Paul2-13/+14
2012-11-29video: exynos_dp: Get pll lock before pattern setSean Paul1-1/+13
2012-11-29video: exynos_dp: Clean up SW link trainingSean Paul1-173/+119
2012-11-29video: exynos_dp: Check DPCD return codesSean Paul1-30/+56
2012-11-29video: exynos_dp: Add device tree support to DP driverAjay Kumar2-20/+198
2012-10-12Merge tag 'fbdev-updates-for-3.7' of git://github.com/schandinat/linux-2.6Linus Torvalds6-198/+208
2012-10-10video: exynos_dp: use clk_prepare_enable and clk_disable_unprepareJingoo Han1-4/+4
2012-10-10drivers/video/exynos/exynos_mipi_dsi.c: fix error return codePeter Senna Tschudin1-0/+3