All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V4 0/2] video: drm: Add Device tree support to DRM-FIMD
@ 2012-09-05 15:39 ` Leela Krishna Amudala
  0 siblings, 0 replies; 22+ messages in thread
From: Leela Krishna Amudala @ 2012-09-05 15:39 UTC (permalink / raw)
  To: dri-devel, devicetree-discuss
  Cc: linux-arm-kernel, linux-samsung-soc, inki.dae, kgene.kim,
	m.szyprowski, laurent.pinchart

This patch set adds device tree support for DRM-FIMD for Samsung's Exynos5250.
It includes parsing platform data from dts file. Also, adds the driver data
for exynos4 and exynos5 devices.

This patchset is based and tested on top of v3.6-rc4
Also depends on below patchset
http://lists.freedesktop.org/archives/dri-devel/2012-August/026076.html

Changes since V3:
        - Removed the fimd version from driver data and using timing base
          address instead
        - Removed the drm_ prefixes to the structures and fucntions

Changes since V2:
        - Added driver data to exynos5-drm-fimd as per Marek Szyprowski suggestion

Changes since V1:
        - Corrected typo errors and changed compatibility string

Leela Krishna Amudala (2):
  drm/exynos: add platform_device_id table and driver data for drm fimd
  video: drm: exynos: Add device tree support

 Documentation/devicetree/bindings/fb/drm-fimd.txt |   80 ++++++++++++
 drivers/gpu/drm/exynos/exynos_drm_fimd.c          |  140 +++++++++++++++++++-
 2 files changed, 213 insertions(+), 7 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/fb/drm-fimd.txt

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2012-09-20  9:31 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-05 15:39 [PATCH V4 0/2] video: drm: Add Device tree support to DRM-FIMD Leela Krishna Amudala
2012-09-05 15:39 ` Leela Krishna Amudala
2012-09-05 15:39 ` [PATCH V4 1/2] drm/exynos: add platform_device_id table and driver data for drm fimd Leela Krishna Amudala
2012-09-05 15:39   ` Leela Krishna Amudala
2012-09-05 15:39 ` [PATCH V4 2/2] video: drm: exynos: Add device tree support Leela Krishna Amudala
2012-09-05 15:39   ` Leela Krishna Amudala
2012-09-05 12:28   ` Kyungmin Park
2012-09-05 12:28     ` Kyungmin Park
2012-09-06  7:21     ` InKi Dae
2012-09-06  7:21       ` InKi Dae
2012-09-06 11:05       ` Sylwester Nawrocki
2012-09-06 11:05         ` Sylwester Nawrocki
2012-09-07  3:46         ` Leela Krishna Amudala
2012-09-07  3:46           ` Leela Krishna Amudala
2012-09-07  6:07           ` Inki Dae
2012-09-07  6:07             ` Inki Dae
2012-09-07  7:09             ` Inki Dae
2012-09-07  7:09               ` Inki Dae
2012-09-20  6:29   ` Inki Dae
2012-09-20  6:29     ` Inki Dae
2012-09-20  9:31     ` Leela Krishna Amudala
2012-09-20  9:31       ` Leela Krishna Amudala

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.