On Sat, Oct 13, 2012 at 7:16 PM, Tomasz Figa <tomasz.figa@xxxxxxxxx> wrote: > On Saturday 13 of October 2012 02:12:35 Rahul Sharma wrote: >> As exynos-drm is a software device, its registration is moved to the >> exynos drm driver. This will provide generic solution for device >> registration for dt and non-dt platforms. Corresponding patches are >> posted to dri-devel list. >> >> Signed-off-by: Rahul Sharma <rahul.sharma@xxxxxxxxxxx> >> --- >> arch/arm/mach-exynos/Makefile | 1 - >> arch/arm/mach-exynos/dev-drm.c | 29 >> ---------------------------- arch/arm/mach-exynos/mach-nuri.c >> | 3 -- >> arch/arm/mach-exynos/mach-origen.c | 3 -- >> arch/arm/mach-exynos/mach-smdk4x12.c | 3 -- >> arch/arm/mach-exynos/mach-smdkv310.c | 3 -- >> arch/arm/mach-exynos/mach-universal_c210.c | 3 -- >> arch/arm/plat-samsung/include/plat/devs.h | 2 - >> 8 files changed, 0 insertions(+), 47 deletions(-) >> delete mode 100644 arch/arm/mach-exynos/dev-drm.c > > Hmm, shouldn't this patch belong to the series adding registration in the > driver? > (http://comments.gmane.org/gmane.comp.video.dri.devel/75121) > > It doesn't look to be directly related to adding dt support for exynos5 > hdmi. > > Best regards, > Tomasz Figa > Hi Tomasz, Actually other patch set is also about "adding platform device to drm driver", not a best place for the following patch. I added it here because these deletions are done as part of adding DT support for Exynos5. But If you still feel it is totally out of place, I will post it again as an independent patch. regards, Rahul Sharma. -- 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