Hello, This small patch series removes the .load and .unload operations from the omapdrm driver and moves the code to the probe/remove handlers. The patches are based on top of my pending omapdrm stack, and have been pushed for convenience to git://linuxtv.org/pinchartl/media.git omapdrm/devel Laurent Pinchart (2): drm: omapdrm: Use sizeof(*var) instead of sizeof(type) for structures drm: omapdrm: Perform initialization/cleanup at probe/remove time drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c | 2 +- drivers/gpu/drm/omapdrm/dss/omapdss-boot-init.c | 3 +- drivers/gpu/drm/omapdrm/omap_connector.c | 6 +- drivers/gpu/drm/omapdrm/omap_dmm_tiler.c | 4 +- drivers/gpu/drm/omapdrm/omap_drv.c | 229 ++++++++++++------------ drivers/gpu/drm/omapdrm/omap_drv.h | 1 + drivers/gpu/drm/omapdrm/omap_encoder.c | 2 +- drivers/gpu/drm/omapdrm/omap_gem.c | 3 +- 8 files changed, 125 insertions(+), 125 deletions(-) -- Regards, Laurent Pinchart _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel