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

2007-05-17 Thread David Brownell
On Thursday 17 May 2007, Tzachi Perelstein wrote: > Besides arguing with me if I have a buggy PCI or not, you couldn't > explain _why_ this is the appropriate handling. I was pointing out to you that there's nothing particularly wrong about it. And it has the virtues of being straightforward ...

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 c

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

2007-05-16 Thread David Brownell
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. > >> > >> Whil

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

2007-05-15 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 depend

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

2007-05-14 Thread David Brownell
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 > between PCI_DRIVER an

[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 ehci-