[PATCH] EHCI, split out PCI glue
authorMatt Porter <mporter@kernel.crashing.org>
Fri, 23 Sep 2005 05:31:15 +0000 (22:31 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 28 Oct 2005 23:47:39 +0000 (16:47 -0700)
commit7ff71d6adf81a43505b7cbaa034e4063d3439182
treeea7edb953d9fb47f6132e52e1e8d422d8bdae06b
parente9b7bd4ee7f6e3ee002dc72c5211cd97c7186d00
[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 <mporter@kernel.crashing.org>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
 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(-)
drivers/usb/host/ehci-hcd.c
drivers/usb/host/ehci-pci.c [new file with mode: 0644]
drivers/usb/host/ehci.h