From: Roger Quadros Date: Tue, 29 Jan 2013 13:00:03 +0000 (+0200) Subject: mfd: omap-usb-tll: Move configuration code to omap_tll_init() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~31^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f4a3ece05a6c2f2dc5e4967602e9927addab97e;p=pandora-kernel.git mfd: omap-usb-tll: Move configuration code to omap_tll_init() This is because we want to get rid of platform_data usage from probe(). The only information we need is PORT_MODE, and this can be supplied to us by the user (i.e. omap-usb-host.c). We also move channel clock management from runtime PM handlers into omap_tll_enable/disable(). Signed-off-by: Roger Quadros Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed