Re: Linux 2.4.5-ac7

Russell King (rmk@arm.linux.org.uk)
Sun, 3 Jun 2001 13:33:33 +0100


On Sun, Jun 03, 2001 at 12:19:52PM +0100, Alan Cox wrote:
> > AC> 2.4.5-ac7
> > AC> o Make USB require PCI (me)
> > Huh?!
> > How about people from StrongArm sa11x0 port, who have USB host controller (in
> > sa1111 companion chip) but do not have PCI?
>
> The strongarm doesnt have a USB master but a slave.

Alan, a StrongARM 11x0 with its companion SA11x1 chip is a USB master.
Last time I looked, it was supported:

diff -urN 2.4.5-rmk2/linux/drivers/usb/usb-ohci-sa1111.h linux/drivers/usb/usb-ohci-sa1111.h
--- 2.4.5-rmk2/linux/drivers/usb/usb-ohci-sa1111.h Wed Dec 31 19:00:00 1969
+++ linux/drivers/usb/usb-ohci-sa1111.h Tue May 29 16:49:47 2001
@@ -0,0 +1,692 @@
+/*
+ * usb-ohci-sa1111.h
+ *
+ * definitions and special code for Intel SA-1111 USB OHCI host controller
+ *
+ * 10/24/00 Brad Parker <brad@heeltoe.com>
+ * added memory allocation code
+ *
+ * 09/26/00 Brad Parker <brad@heeltoe.com>
+ * init code for the SA-1111 ohci controller
+ * special dma map/unmap code to compensate for SA-1111 h/w bug
+ *
+ */

--
Russell King (rmk@arm.linux.org.uk)                The developer of ARM Linux
             http://www.arm.linux.org.uk/personal/aboutme.html

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/