dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] add exynos-drm platform device registration to driver
@ 2012-10-12 16:00 Rahul Sharma
  2012-10-12 16:00 ` [PATCH v1 1/2] drm: exynos: moved exynos drm device registration to drm driver Rahul Sharma
  2012-10-12 16:00 ` [PATCH v1 2/2] drm: exynos: moved exynos drm hdmi " Rahul Sharma
  0 siblings, 2 replies; 4+ messages in thread
From: Rahul Sharma @ 2012-10-12 16:00 UTC (permalink / raw)
  To: dri-devel
  Cc: t.stanislaws, joshi, kyungmin.park, thomas.ab, rahul.sharma,
	prashanth.g, s.shirish

This patch adds drm-exynos and drm-exynos-hdmi device registration to the
drm driver. It was happening in machine init code earlier which is not
acceptable for dt enabled platforms. 

Patch which cleans the respective code from arch/arm is "arm: exynos:
removing exynos-drm device registration from non-dt platforms" is posted
to linux-samsung-soc mailing list.

This patchset is based on branch exynos-drm-next at
git://git.infradead.org/users/kmpark/linux-samsung (linux v3.6-rc4)

v1:
- moved exynos_drm_hdmi_pdev to drm hdmi layer
- added exynos_platform_device_hdmi_register interface

Rahul Sharma (2):
  drm: exynos: moved exynos drm device registration to drm driver
  drm: exynos: moved exynos drm hdmi device registration to drm driver

 drivers/gpu/drm/exynos/exynos_drm_drv.c  |   26 +++++++++++++++++++++++++-
 drivers/gpu/drm/exynos/exynos_drm_hdmi.c |   22 ++++++++++++++++++++++
 drivers/gpu/drm/exynos/exynos_drm_hdmi.h |    2 ++
 3 files changed, 49 insertions(+), 1 deletions(-)

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

end of thread, other threads:[~2012-10-15  4:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-12 16:00 [PATCH v1 0/2] add exynos-drm platform device registration to driver Rahul Sharma
2012-10-12 16:00 ` [PATCH v1 1/2] drm: exynos: moved exynos drm device registration to drm driver Rahul Sharma
2012-10-12 16:00 ` [PATCH v1 2/2] drm: exynos: moved exynos drm hdmi " Rahul Sharma
2012-10-15  4:04   ` Inki Dae

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox