> What I forgot to ask, on what processors are you using the isp1362 or
> 1161 HCs?

I am using an ARM-based SoC, lh7a400. Most of us have told
what each of us uses. It is in the archive.

> void ohci_isp1362_hw_reset(int id, int set)
> {
> }

Just wondering, are you using software reset or no reset at
all?

[snip]
>
> static u64 usb_dma_mask = 0xffffffff;
>
> static struct platform_device ohci_isp1362_device = {
>         .name = "isp1362-ohci",
>         .id = 0,
>         .num_resources = ARRAY_SIZE(ohci_isp1362_resources),
>         .resource = ohci_isp1362_resources,
>         .dev = {
>                 .platform_data = &ohci_1362_data,
>                 .dma_mask      = &usb_dma_mask,

shouldn't you just use 0xffffffffUL here?

>                 .coherent_dma_mask = ~0,
>         }
>
> };

Olav



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to