From: Matt Porter Date: Fri, 23 Sep 2005 05:31:15 +0000 (-0700) Subject: [PATCH] EHCI, split out PCI glue X-Git-Tag: v2.6.15-rc1~731^2~16^2~1^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ff71d6adf81a43505b7cbaa034e4063d3439182;p=pandora-kernel.git [PATCH] EHCI, split out PCI glue This splits BIOS and PCI specific support out of ehci-hcd.c into ehci-pci.c. It follows the model already used in the OHCI driver so support for non-PCI EHCI controllers can be more easily added. Signed-off-by: Matt Porter Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman drivers/usb/host/ehci-hcd.c | 543 ++++++-------------------------------------- drivers/usb/host/ehci-pci.c | 414 +++++++++++++++++++++++++++++++++ drivers/usb/host/ehci.h | 1 3 files changed, 492 insertions(+), 466 deletions(-) --- Reading git-diff-tree failed