ohci-hcd.c (ad93562bdeecdded7d02eaaaf1aa5705ab57b1b7) ohci-hcd.c (60b0bf0f11a02a6c288c7a923b2521aa7cfdc6c3)
1/*
2 * OHCI HCD (Host Controller Driver) for USB.
3 *
4 * (C) Copyright 1999 Roman Weissgaerber <weissg@vienna.at>
5 * (C) Copyright 2000-2004 David Brownell <dbrownell@users.sourceforge.net>
6 *
7 * [ Initialisation is based on Linus' ]
8 * [ uhci code and gregs ohci fragments ]

--- 1045 unchanged lines hidden (view full) ---

1054#define PLATFORM_DRIVER usb_hcd_pnx4008_driver
1055#endif
1056
1057#ifdef CONFIG_ARCH_DAVINCI_DA8XX
1058#include "ohci-da8xx.c"
1059#define PLATFORM_DRIVER ohci_hcd_da8xx_driver
1060#endif
1061
1/*
2 * OHCI HCD (Host Controller Driver) for USB.
3 *
4 * (C) Copyright 1999 Roman Weissgaerber <weissg@vienna.at>
5 * (C) Copyright 2000-2004 David Brownell <dbrownell@users.sourceforge.net>
6 *
7 * [ Initialisation is based on Linus' ]
8 * [ uhci code and gregs ohci fragments ]

--- 1045 unchanged lines hidden (view full) ---

1054#define PLATFORM_DRIVER usb_hcd_pnx4008_driver
1055#endif
1056
1057#ifdef CONFIG_ARCH_DAVINCI_DA8XX
1058#include "ohci-da8xx.c"
1059#define PLATFORM_DRIVER ohci_hcd_da8xx_driver
1060#endif
1061
1062#if defined(CONFIG_CPU_SUBTYPE_SH7720) || \
1063 defined(CONFIG_CPU_SUBTYPE_SH7721) || \
1064 defined(CONFIG_CPU_SUBTYPE_SH7763) || \
1065 defined(CONFIG_CPU_SUBTYPE_SH7786)
1062#ifdef CONFIG_USB_OHCI_SH
1066#include "ohci-sh.c"
1067#define PLATFORM_DRIVER ohci_hcd_sh_driver
1068#endif
1069
1070
1071#ifdef CONFIG_USB_OHCI_HCD_PPC_OF
1072#include "ohci-ppc-of.c"
1073#define OF_PLATFORM_DRIVER ohci_hcd_ppc_of_driver

--- 225 unchanged lines hidden ---
1063#include "ohci-sh.c"
1064#define PLATFORM_DRIVER ohci_hcd_sh_driver
1065#endif
1066
1067
1068#ifdef CONFIG_USB_OHCI_HCD_PPC_OF
1069#include "ohci-ppc-of.c"
1070#define OF_PLATFORM_DRIVER ohci_hcd_ppc_of_driver

--- 225 unchanged lines hidden ---