This patch set replaces functions named {un,reference} by their {put,get} counterparts. Affected data types are struct drm_framebuffer and struct drm_device. With the reference-counting functions being named {put,get}, the DRM interface is more aligned to Linux kernel nameing standard. The patch set does not change driver-internal interfaces. Thomas Zimmermann (2): drm/armada: Replace drm_framebuffer_{un/reference} with put,get functions drm/armada: Replace drm_dev_unref with drm_dev_put drivers/gpu/drm/armada/armada_crtc.c | 8 ++++---- drivers/gpu/drm/armada/armada_drv.c | 6 +++--- drivers/gpu/drm/armada/armada_overlay.c | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) -- 2.14.4 _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel