Re: [linux-usb-devel] Question about EHCI PCI/platform drivers

2007-05-17 Thread Tzachi Perelstein
David Brownell wrote: On Tuesday 15 May 2007, Tzachi Perelstein wrote: David Brownell wrote: On Sunday 13 May 2007, Tzachi Perelstein wrote: Hello, I'm working on EHCI HC glue port for Marvell Orion SoC. The Orion has a PCI/PCIE interfaces as well as an integrated USB controller. While

Re: [linux-usb-devel] Question about EHCI PCI/platform drivers

2007-05-16 Thread Tzachi Perelstein
David Brownell wrote: On Sunday 13 May 2007, Tzachi Perelstein wrote: Hello, I'm working on EHCI HC glue port for Marvell Orion SoC. The Orion has a PCI/PCIE interfaces as well as an integrated USB controller. While looking at ehci-hcd.c it looks like there's some kind of dependency

[linux-usb-devel] Question about EHCI PCI/platform drivers

2007-05-13 Thread Tzachi Perelstein
Hello, I'm working on EHCI HC glue port for Marvell Orion SoC. The Orion has a PCI/PCIE interfaces as well as an integrated USB controller. While looking at ehci-hcd.c it looks like there's some kind of dependency between PCI_DRIVER and PLATFORM_DRIVER. I saw some previous threads about the