On Thu, Jun 15, 2006 at 04:35:15PM +0530, Rahul K wrote: > Hi All, > I am writing a USB 2.0 Host Controller Driver for a High Speed EHCI > USB OTG Host Controller (Linux 2.6.x). > I need tips/information regarding where to start for this. Try starting with the existing ehci driver and just add bus neutral code to it (like the ohci driver has). And the proper mailing list for this kind of USB discussion is the linux-usb-devel list. > The host controller sits on AHB , so PCI->AHB has to be done. > Any tips on how PCI->AHB done also will be extremely helpful for me. What is AHB? thanks, greg k-h -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/