Thread (2 messages) flat view 2 messages, 2 authors, 2005-08-09

Re: [PATCH] Support 440EP On-Chip OHCI USB Host Controller (v2)

From: Eugene Surovegin <hidden>
Date: 2005-08-09 16:30:17

On Tue, Aug 09, 2005 at 07:03:21AM -0500, John Otken wrote:
This updated patch adds support for the AMCC 440EP on-chip
OHCI USB host controller.  I tested it on the Bamboo board
using the 2.6.13-rc6 kernel.
quoted hunk ↗ jump to hunk
@@ -194,8 +194,37 @@ static struct resource usb_gadget_resour
	},
};

+static struct resource ohci_usb_resources[] = {
+	[0] = {
+		.start	= 0x0EF601000,
+		.end	= 0x0EF60107F,
+		.flags	= IORESOURCE_MEM,
+	},
+	[1] = {
+		.start	= 40,
+		.end	= 40,
+		.flags	= IORESOURCE_IRQ,
+	},
+};
+
static u64 dma_mask = 0xffffffffULL;

+#include <asm/usb.h>
Let's place #include directives at the top of the source file.

-- 
Eugene
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help