[PATCH v2 0/2] add exynos-drm platform device registration to driver

2012-10-16 Thread Inki Dae
Applied.

Thanks,
Inki Dae

2012/10/16 Rahul Sharma :
> 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
>
> v2:
> - moved register/unregister hdmi device function declarations to
> exynos_drm_drv.h
>
> 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  |   25 -
>  drivers/gpu/drm/exynos/exynos_drm_drv.h  |   11 +++
>  drivers/gpu/drm/exynos/exynos_drm_hdmi.c |   22 ++
>  3 files changed, 57 insertions(+), 1 deletions(-)
>
> ___
> dri-devel mailing list
> dri-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel


[PATCH v2 0/2] add exynos-drm platform device registration to driver

2012-10-16 Thread Rahul Sharma
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

v2:
- moved register/unregister hdmi device function declarations to
exynos_drm_drv.h

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  |   25 -
 drivers/gpu/drm/exynos/exynos_drm_drv.h  |   11 +++
 drivers/gpu/drm/exynos/exynos_drm_hdmi.c |   22 ++
 3 files changed, 57 insertions(+), 1 deletions(-)



[PATCH v2 0/2] add exynos-drm platform device registration to driver

2012-10-15 Thread Rahul Sharma
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

v2:
- moved register/unregister hdmi device function declarations to
exynos_drm_drv.h

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  |   25 -
 drivers/gpu/drm/exynos/exynos_drm_drv.h  |   11 +++
 drivers/gpu/drm/exynos/exynos_drm_hdmi.c |   22 ++
 3 files changed, 57 insertions(+), 1 deletions(-)

___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


Re: [PATCH v2 0/2] add exynos-drm platform device registration to driver

2012-10-15 Thread Inki Dae
Applied.

Thanks,
Inki Dae

2012/10/16 Rahul Sharma rahul.sha...@samsung.com:
 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

 v2:
 - moved register/unregister hdmi device function declarations to
 exynos_drm_drv.h

 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  |   25 -
  drivers/gpu/drm/exynos/exynos_drm_drv.h  |   11 +++
  drivers/gpu/drm/exynos/exynos_drm_hdmi.c |   22 ++
  3 files changed, 57 insertions(+), 1 deletions(-)

 ___
 dri-devel mailing list
 dri-devel@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/dri-devel
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel