From: Sascha Hauer Date: Mon, 3 Jan 2011 10:30:28 +0000 (+0100) Subject: ARM i.MX ehci: do ehci init in board specific functions X-Git-Tag: v2.6.39-rc1~434^2~5^2~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bd597b633ae630e09d58957bd99870eac35fcb4;p=pandora-kernel.git ARM i.MX ehci: do ehci init in board specific functions The mxc-ehci driver calls SoC specific phy initialization right after calling board specific initialization. To offer greater flexibility for boards to setup the phy and to get rid of some unnecessary flags in platform data this patch lets the boards call the SoC specific phy initialization and remove it from the driver. Signed-off-by: Sascha Hauer --- Reading git-diff-tree failed