This is part of Exynos5 IS driver series with review comments from Mark Rutland addressed for media device driver DT binding part. Only the media driver part of the full series is included in this patchset. Changes from v9 --------------- - Addressed review comments from Mark Rutland http://www.spinics.net/lists/devicetree/msg11550.html Shaik Ameer Basha (2): [media] exynos5-is: Adds DT binding documentation [media] exynos5-is: Add media device driver for exynos5 SoCs camera subsystem .../bindings/media/exynos5250-camera.txt | 136 +++ drivers/media/platform/exynos5-is/exynos5-mdev.c | 1211 ++++++++++++++++++++ drivers/media/platform/exynos5-is/exynos5-mdev.h | 126 ++ 3 files changed, 1473 insertions(+) create mode 100644 Documentation/devicetree/bindings/media/exynos5250-camera.txt create mode 100644 drivers/media/platform/exynos5-is/exynos5-mdev.c create mode 100644 drivers/media/platform/exynos5-is/exynos5-mdev.h -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html