From: Thierry Reding Date: Mon, 19 May 2014 11:39:07 +0000 (+0200) Subject: drm: Add device registration documentation X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~9^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6a1af8a1621913e2658eaff419bab7028b2c42c;p=pandora-kernel.git drm: Add device registration documentation Describe how devices are registered using the drm_*_init() functions. Adding this to docbook requires a largish set of changes to the comments in drm_{pci,usb,platform}.c since they are doxygen-style rather than proper kernel-doc and therefore mess with the docbook generation. While at it, mark usage of drm_put_dev() as discouraged in favour of calling drm_dev_unregister() and drm_dev_unref() directly. Acked-by: Daniel Vetter Signed-off-by: Thierry Reding --- Reading git-diff-tree failed