linux/drivers/usb/host
Matt Porter 7ff71d6adf [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(-)
2005-10-28 16:47:39 -07:00
..
Kconfig [PATCH] USB: Add isp116x-hcd USB host controller driver 2005-06-27 14:43:42 -07:00
Makefile [PATCH] USB: move handoff code 2005-10-28 16:47:38 -07:00
ehci-dbg.c [PATCH] swsusp: switch pm_message_t to struct 2005-09-05 00:06:16 -07:00
ehci-hcd.c [PATCH] EHCI, split out PCI glue 2005-10-28 16:47:39 -07:00
ehci-hub.c [PATCH] USB: EHCI port tweaks 2005-09-12 12:23:42 -07:00
ehci-mem.c [PATCH] gfp_t: drivers/usb 2005-10-28 08:16:49 -07:00
ehci-pci.c [PATCH] EHCI, split out PCI glue 2005-10-28 16:47:39 -07:00
ehci-q.c [PATCH] gfp_t: drivers/usb 2005-10-28 08:16:49 -07:00
ehci-sched.c [PATCH] gfp_t: drivers/usb 2005-10-28 08:16:49 -07:00
ehci.h [PATCH] EHCI, split out PCI glue 2005-10-28 16:47:39 -07:00
hc_crisv10.c [PATCH] timer initialization cleanup: DEFINE_TIMER 2005-09-09 14:03:48 -07:00
hc_crisv10.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
isp116x-hcd.c [PATCH] remove usb_suspend_device() parameter 2005-10-28 16:47:38 -07:00
isp116x.h [PATCH] USB: Add isp116x-hcd USB host controller driver 2005-06-27 14:43:42 -07:00
ohci-au1xxx.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ohci-dbg.c [PATCH] USB: OHCI relies less on NDP register 2005-09-12 12:23:46 -07:00
ohci-hcd.c [PATCH] remove some USB_SUSPEND dependencies 2005-10-28 16:47:39 -07:00
ohci-hub.c [PATCH] remove some USB_SUSPEND dependencies 2005-10-28 16:47:39 -07:00
ohci-lh7a404.c [ARM] Don't include mach-types.h unnecessarily 2005-09-29 11:15:51 +01:00
ohci-mem.c [PATCH] gfp_t: drivers/usb 2005-10-28 08:16:49 -07:00
ohci-omap.c [PATCH] remove some USB_SUSPEND dependencies 2005-10-28 16:47:39 -07:00
ohci-pci.c [PATCH] remove some USB_SUSPEND dependencies 2005-10-28 16:47:39 -07:00
ohci-ppc-soc.c [PATCH] remove some USB_SUSPEND dependencies 2005-10-28 16:47:39 -07:00
ohci-pxa27x.c [PATCH] remove some USB_SUSPEND dependencies 2005-10-28 16:47:39 -07:00
ohci-q.c [PATCH] USB: OHCI on Compaq Aramada 7400 2005-04-18 17:39:30 -07:00
ohci-s3c2410.c [PATCH] remove some USB_SUSPEND dependencies 2005-10-28 16:47:39 -07:00
ohci-sa1111.c [PATCH] remove some USB_SUSPEND dependencies 2005-10-28 16:47:39 -07:00
ohci.h [PATCH] USB: OHCI relies less on NDP register 2005-09-12 12:23:46 -07:00
pci-quirks.c [PATCH] USB: move handoff code 2005-10-28 16:47:38 -07:00
sl811-hcd.c Merge ../bleed-2.6 2005-10-28 10:13:16 -07:00
sl811.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sl811_cs.c [PATCH] pcmcia: remove references to pcmcia/version.h 2005-07-07 18:24:07 -07:00
uhci-debug.c [PATCH] USB: UHCI: Split apart the physical and logical framelist arrays 2005-10-28 16:47:39 -07:00
uhci-hcd.c [PATCH] USB: UHCI: Split apart the physical and logical framelist arrays 2005-10-28 16:47:39 -07:00
uhci-hcd.h [PATCH] USB: UHCI: Split apart the physical and logical framelist arrays 2005-10-28 16:47:39 -07:00
uhci-hub.c [PATCH] USB UHCI: remove the FSBR kernel timer 2005-09-12 12:23:40 -07:00
uhci-q.c [PATCH] USB: UHCI: Split apart the physical and logical framelist arrays 2005-10-28 16:47:39 -07:00