Jyri Sarha 923310ba73 drm/tilcdc: Stop using struct drm_driver load() callback
Stop using struct drm_driver load() and unload() callbacks. The
callbacks should not be used anymore. Instead of using load the
drm_device is allocated with drm_dev_alloc() and registered with
drm_dev_register() only after the driver is completely initialized.
The deinitialization is done directly either in component unbind
callback or in platform driver demove callback.

Signed-off-by: Jyri Sarha <jsarha@ti.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2016-11-29 21:03:19 +02:00
..
2016-11-15 23:33:48 +01:00
2016-11-09 00:46:04 +05:30
2016-11-16 14:36:27 +01:00
2016-09-19 15:04:15 +02:00
2016-11-16 14:36:27 +01:00
2016-11-15 12:50:30 +01:00
2016-09-21 13:33:50 +02:00
2016-09-19 11:22:08 +02:00
2016-09-06 13:56:41 -04:00
2016-11-15 23:33:48 +01:00
2016-09-19 13:57:38 +02:00
2016-09-19 13:57:38 +02:00
2016-11-15 23:33:48 +01:00
2016-11-16 09:55:27 +01:00
2016-09-19 13:57:38 +02:00
2016-11-16 09:55:27 +01:00
2016-11-15 15:23:29 +01:00