From: Tomi Valkeinen Date: Thu, 31 Jul 2014 13:15:39 +0000 (+0300) Subject: OMAPDSS: DSI: fix depopulating dsi peripherals X-Git-Tag: omap-for-v3.17/fixes-against-rc2~112^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4e42b8ad24cabf4d6d3c20a63f18dd6b954d9c2;p=pandora-kernel.git OMAPDSS: DSI: fix depopulating dsi peripherals After v3.16-rc1, devices populated with of_platform_populate() should be depopulated using of_platform_depopulate(). Failure to do so prevents the devices from being populated again (e.g. when loading a module). This patch fixes the problem for the OMAP DSI driver. Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed