[PATCH 01/19] drm/rcar: call drm_put_dev directly in the ->remove hook

2013-11-03 Thread Laurent Pinchart
Hi Daniel, Thank you for the patch. On Sunday 03 November 2013 14:31:07 Daniel Vetter wrote: > The magic dance drm_platform_exit does is actually a remnant of the > old legacy shadow attach support for platform devices. Modern modesetting > drm drivers shouldn't do this any more (and usb/pci devi

[PATCH 01/19] drm/rcar: call drm_put_dev directly in the ->remove hook

2013-11-03 Thread Daniel Vetter
The magic dance drm_platform_exit does is actually a remnant of the old legacy shadow attach support for platform devices. Modern modesetting drm drivers shouldn't do this any more (and usb/pci devices actually don't do this). Cc: Laurent Pinchart Signed-off-by: Daniel Vetter --- drivers/gpu/dr