Skip to content

Commit

Permalink
[PATCH] EHCI, split out PCI glue
Browse files Browse the repository at this point in the history
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(-)
  • Loading branch information
Matt Porter authored and Greg Kroah-Hartman committed Oct 28, 2005
1 parent e9b7bd4 commit 7ff71d6
Show file tree
Hide file tree
Showing 3 changed files with 489 additions and 463 deletions.
Loading

0 comments on commit 7ff71d6

Please sign in to comment.