]> git.baikalelectronics.ru Git - kernel.git/commit
USB: EHCI: Reconciling USB register differences on MPC85xx vs MPC83xx
authorSrikanth Srinivasan <srikanth.srinivasan@freescale.com>
Wed, 2 Jul 2008 07:14:33 +0000 (02:14 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 21 Jul 2008 22:16:45 +0000 (15:16 -0700)
commit42ae70d469e5062380be8ffb0dbfed17038e0b03
tree2b782ee8b80b010be9219282fdbdd13913c8e69e
parent17405c464355dc09e5836189f2190129031effd4
USB: EHCI: Reconciling USB register differences on MPC85xx vs MPC83xx

A couple of USB register initializations had to be changed on MPC85xx
platforms.  This is due to the internal SoC buses being different on
MPC83xx SoCs vs MPC85xx SoCs.

We currently handle this via an ifdef since 83xx and 85xx are mutually
exclusive kernel builds.

Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/ehci-fsl.c