]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "powerpc/usb: fix issue of CPU halt when missing USB PHY clock"
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 3 Mar 2012 00:08:54 +0000 (16:08 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 3 Mar 2012 00:08:54 +0000 (16:08 -0800)
commit4ff904bd3a5948acf926dab1102c259514d88e37
treed02e6eec316071dfa30ff22da857ffeafaea956c
parent0f9c64d5bb9e36664abd84a5e2659c28cdd2bcf1
Revert "powerpc/usb: fix issue of CPU halt when missing USB PHY clock"

This reverts commit 0d4f19300f2ae4b72abc7fce6c8b26a9f89bb0ef.

To quote Dirk:
This commit introduces a check for the USB PHY clock.
Problem is that CTRL_PHY_CLK_VALID bit seems not to be present
on all Freescale ehci implementations, at least P1022 does not
have it.  So this check always fails and the driver never gets
loaded.

So we need to revert this patch.

Reported-by: Dirk Eibach <Eibach@gdsys.de>
Cc: Shengzhou Liu <Shengzhou.Liu@freescale.com>
Cc: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-fsl.c
drivers/usb/host/ehci-fsl.h