[PATCH] USB: Fix masking bug initialization of Freescale EHCI controller
authorKumar Gala <galak@kernel.crashing.org>
Tue, 24 Jan 2006 16:11:27 +0000 (08:11 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 20 Mar 2006 22:49:57 +0000 (14:49 -0800)
commit499003e815344304c7b0c93aad923ddf644d24e0
tree7a73626d56fd83174b342093f421d99e7e90e5b4
parent0eb8c7cafe8d4fa9a90ea8680200e3ae3d57b1bd
[PATCH] USB: Fix masking bug initialization of Freescale EHCI controller

In setting up the of PHY we masked off too many bits, instead just
initialize PORTSC for the type of PHY we are using.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Acked-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/ehci-fsl.c