On Friday 06 June 2008 06:37:49 Steve Brown wrote:
> I will switch things around so the ohci driver calls the ehci driver. I
> will remove the ssb register/unregister calls in ehci-hcd and add calls
> from to attach, detach, suspend and resume from ohci to ehci.
>
> It's probably safe to assume
Michael Buesch wrote:
> On Wednesday 04 June 2008 23:56:36 Steve Brown wrote:
>
>> Here is another cut at an ssb ehci driver.
>>
>> Hope this is closer.
>>
>> Steve
>>
>>
>>
>
> Ok, looks a lot better. Thanks.
> But I'm still not sure on the "companion" pointer.
> I think it should probably
On Wednesday 04 June 2008 23:56:36 Steve Brown wrote:
> Here is another cut at an ssb ehci driver.
>
> Hope this is closer.
>
> Steve
>
>
Ok, looks a lot better. Thanks.
But I'm still not sure on the "companion" pointer.
I think it should probably live in struct ssb_ehci_device.
My intention
Here is another cut at an ssb ehci driver.
Hope this is closer.
Steve
diff --git a/target/linux/brcm47xx/config-2.6.25 b/target/linux/brcm47xx/config-2.6.25
index 6ddcd22..720d961 100644
--- a/target/linux/brcm47xx/config-2.6.25
+++ b/target/linux/brcm47xx/config-2.6.25
@@ -257,10 +257,13 @@ CO
EVTABLE_END
};
MODULE_DEVICE_TABLE(ssb, ssb_ohci_table);
@@ -212,3 +310,4 @@
.suspend= ssb_ohci_suspend,
.resume = ssb_ohci_resume,
};
+
---- Mensagem Original
From: "Michael Buesch" <[EMAIL PROTECTED]>
To: openwrt-devel@lists.openwrt
Michael Buesch wrote:
> On Monday 02 June 2008 23:30:52 Steve Brown wrote:
>
>> This patch adds a ssb ehci driver as well as support for ssb
>> multifunction cores.
>>
>> It is needed to use the ehci function in the BCM5354's USB2 core.
>>
>> See https://dev.openwrt.org/ticket/3365 and
>> http:
On Tuesday 03 June 2008 17:56:10 Felipe Maya wrote:
> The kernel 2.6.26 has these changes and seem to work well
No it doesn't have these changes.
--
Greetings Michael.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.
The kernel 2.6.26 has these changes and seem to work well
Mensagem Original
From: "Michael Buesch" <[EMAIL PROTECTED]>
To: openwrt-devel@lists.openwrt.org
Sent: Ter, Junho 3, 2008 12:22 pm
Subject: Re: [OpenWrt-Devel] [PATCH] usb ehci driver for ssb
On Monday 02 Ju
On Monday 02 June 2008 23:30:52 Steve Brown wrote:
> This patch adds a ssb ehci driver as well as support for ssb
> multifunction cores.
>
> It is needed to use the ehci function in the BCM5354's USB2 core.
>
> See https://dev.openwrt.org/ticket/3365 and
> http://forum.openwrt.org/viewtopic.php?
This patch adds a ssb ehci driver as well as support for ssb
multifunction cores.
It is needed to use the ehci function in the BCM5354's USB2 core.
See https://dev.openwrt.org/ticket/3365 and
http://forum.openwrt.org/viewtopic.php?id=15106&p=2 for reports of
independent testing.
Signed-off-b
10 matches
Mail list logo