From: Fabio Estevam Date: Wed, 14 Aug 2013 09:43:56 +0000 (+0300) Subject: usb: chipidea: move hw_phymode_configure() into probe X-Git-Tag: v3.12-rc1~186^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03779f05be6dfc48de99763f6c845a003e1e40f3;p=pandora-kernel.git usb: chipidea: move hw_phymode_configure() into probe Currently hw_phymode_configure() is located inside hw_device_reset(), which is only called by chipidea udc driver. When operating in host mode, we also need to call hw_phymode_configure() in order to properly configure the PHY mode, so move this function into probe. After this change, USB Host1 port on mx53qsb board is functional. Signed-off-by: Fabio Estevam Tested-by: Arnaud Patard Reviewed-by: Peter Chen Signed-off-by: Alexander Shishkin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed