linux/drivers/gpu/drm/exynos
Sylwester Nawrocki 5186fc5e8e drm/exynos: add device tree support for fimc ipp driver
This patch adds OF initialization support for the FIMC driver.
The binding documentation can be found at Documentation/devicetree/
bindings/media/samsung-fimc.txt.

The syscon regmap interface is used to serialize access to the
shared CAMBLK registers from within the V4L2 FIMC-IS and the DRM
FIMC drivers. The DRM driver uses this interface for setting up
the FIFO data link between FIMD and FIMC IP blocks, while the V4L2
one for setting up a data link between the camera ISP and FIMC for
camera capture. The CAMBLK registers are not accessed any more
through a statically mapped IO. Synchronized access to these
registers is required for simultaneous operation of the camera
ISP and the DRM IPP on Exynos4x12.

The driver data and driver_ids static data structures are removed
since Exynos4 is going to be a dt-only platform and there is
currently no board file in mainline that defines platform data
for the FIMC IPP, i.e. uses it.

Camera input signal polarities are not currently parsed from the
device tree.

Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
2013-04-29 14:35:32 +09:00
..
exynos_ddc.c
exynos_drm_buf.c
exynos_drm_buf.h
exynos_drm_connector.c drm/exynos: drm_connector: Fix error check condition 2013-04-17 00:07:27 +09:00
exynos_drm_connector.h
exynos_drm_core.c
exynos_drm_crtc.c
exynos_drm_crtc.h
exynos_drm_dmabuf.c
exynos_drm_dmabuf.h
exynos_drm_drv.c
exynos_drm_drv.h
exynos_drm_encoder.c
exynos_drm_encoder.h
exynos_drm_fb.c drm/exynos: release resources properly when fb creation is failed. 2013-02-21 15:00:26 +09:00
exynos_drm_fb.h
exynos_drm_fbdev.c drm/<drivers>: simplify ->fb_probe callback 2013-02-14 00:07:58 +01:00
exynos_drm_fbdev.h
exynos_drm_fimc.c drm/exynos: add device tree support for fimc ipp driver 2013-04-29 14:35:32 +09:00
exynos_drm_fimc.h
exynos_drm_fimd.c drm/exynos: enable FIMD clocks 2013-04-29 14:35:31 +09:00
exynos_drm_g2d.c drm/exynos: Check g2d cmd list for g2d restrictions 2013-03-20 19:09:11 +09:00
exynos_drm_g2d.h
exynos_drm_gem.c drm/exynos: Add a new function to get gem buffer size 2013-03-20 19:09:11 +09:00
exynos_drm_gem.h drm/exynos: Add a new function to get gem buffer size 2013-03-20 19:09:11 +09:00
exynos_drm_gsc.c
exynos_drm_gsc.h
exynos_drm_hdmi.c drm/exynos: hdmi: move mode_fixup to drm common hdmi 2013-04-17 00:06:42 +09:00
exynos_drm_hdmi.h drm/exynos: hdmi: move mode_fixup to drm common hdmi 2013-04-17 00:06:42 +09:00
exynos_drm_iommu.c
exynos_drm_iommu.h drm/exynos: fix iommu address allocation order 2013-02-21 15:00:26 +09:00
exynos_drm_ipp.c drm/exynos: convert to idr_alloc() 2013-02-27 19:10:15 -08:00
exynos_drm_ipp.h
exynos_drm_plane.c
exynos_drm_plane.h
exynos_drm_rotator.c drm/exynos: drm_rotator: Fix incorrect usage of IS_ERR_OR_NULL 2013-04-17 00:07:25 +09:00
exynos_drm_rotator.h
exynos_drm_vidi.c drm/exynos: Replaced kzalloc & memcpy with kmemdup 2013-03-20 19:09:10 +09:00
exynos_drm_vidi.h
exynos_hdmi.c drm/exynos: hdmi: Fix incorrect usage of IS_ERR_OR_NULL 2013-04-17 00:07:21 +09:00
exynos_hdmi.h
exynos_hdmiphy.c
exynos_mixer.c drm/exynos: mixer: Fix incorrect usage of IS_ERR_OR_NULL 2013-04-17 00:07:23 +09:00
Kconfig drm/exynos: add device tree support for fimc ipp driver 2013-04-29 14:35:32 +09:00
Makefile
regs-fimc.h drm/exynos: add device tree support for fimc ipp driver 2013-04-29 14:35:32 +09:00
regs-gsc.h
regs-hdmi.h
regs-mixer.h
regs-rotator.h
regs-vp.h