USB host on Freescale MPC880

5 messages, 4 authors, 2005-06-30 · open the first message on its own page

USB host on Freescale MPC880

From: Dayton, Dean <hidden>
Date: 2005-01-18 13:44:30

I need to provide a USB host interface on a propietary board using a
Freescale (Motorola) MPC880. The MPC880 has a USB implemented in the
CPM, but I haven't found any Linux support for it. Can anyone point me
to existing drivers? Does anyone know of any problems that would/should
prevent me from using the MPC880's USB interface?

Thanks

-------------=20
Dean Dayton=20
Staff Engineer - Applied Innovation Inc.=20
(614)923-1174=20
deand@aiinet.com=20

Re: [linux-usb-devel] USB host on Freescale MPC880

From: Bryan O'Donoghue <hidden>
Date: 2005-01-18 17:33:40

Dayton, Dean wrote:
I need to provide a USB host interface on a propietary board using a
Freescale (Motorola) MPC880. The MPC880 has a USB implemented in the
CPM, but I haven't found any Linux support for it. Can anyone point me
to existing drivers? Does anyone know of any problems that would/should
prevent me from using the MPC880's USB interface?

Thanks
Greetings Dean *list*.

There are some propiatery drivers... but... it's an oxymoron, to pay 
licensing fees for Linux... I'd sooner eat nails then use the propiatery 
offerings, to be quite honest, I'd have to quit my job before being 
associated with such a thing.

Right now the Freescale 870-885 has minimal support in Linux, but, I do 
have some patches for a 2.4.x which map out this family of chip's memory 
map as per the specification and I have a very primitive USB loopback 
tester working for this architecture. Said patches are not really ready 
for public consumption, not to mention only being usable on a 2.4.

A propiatery board being developed by my company wants USB host 
support... and I'm fairly confident I can do that... and hopefully I can 
get some serious development work done on this over the next three to 
four months and release a patch/(s) for public consumption.

I estimate it will take another four months to get USB host working 
properly and perhaps a month to get USB-device support working properly 
(touch wood on both counts), I'm not sure about the required development 
time on that to be honest... but, if I don't get it finished in time for 
our propiatery board, the powers that be in my company will use a 
propiatery Linux offering... and I'll have to resign on the grounds of 
being an Open Source Evangalist ! I need to eat/pay rent... so I really 
need to get this board + USB working. *grin*.

Are you guys planning on devoting any development effort to hardware 
support of this freescale part ? If so, would it be prudent to 
co-ordinate the development effort ?

Bryan


This message (including any attachments) is confidential and may be privileged. If you have received it by mistake please notify the sender by return e-mail and delete this message from your system. Any unauthorised use or dissemination of this message in whole or in part is strictly prohibited. Please note that e-mails are susceptible to change.  Imetrex Technologies Ltd shall not be liable for the improper or incomplete transmission of the information contained in this communication nor for any delay in its receipt or damage to your system. Imetrex Technologies Ltd does not guarantee that the integrity of this communication has been maintained nor that this communication is free of viruses, interceptions or interference. This communication does not create or modify any contract, and unless otherwise stated, is not intended to be contractually binding.  Views or opinions expressed in this e-mail message are those of the author only.

Re: [linux-usb-devel] USB host on Freescale MPC880

From: Pantelis Antoniou <hidden>
Date: 2005-01-19 07:27:09

Bryan O'Donoghue wrote:
Dayton, Dean wrote:
quoted
I need to provide a USB host interface on a propietary board using a
Freescale (Motorola) MPC880. The MPC880 has a USB implemented in the
CPM, but I haven't found any Linux support for it. Can anyone point me
to existing drivers? Does anyone know of any problems that would/should
prevent me from using the MPC880's USB interface?

Thanks

Greetings Dean *list*.

There are some propiatery drivers... but... it's an oxymoron, to pay 
licensing fees for Linux... I'd sooner eat nails then use the propiatery 
offerings, to be quite honest, I'd have to quit my job before being 
associated with such a thing.

Right now the Freescale 870-885 has minimal support in Linux, but, I do 
have some patches for a 2.4.x which map out this family of chip's memory 
map as per the specification and I have a very primitive USB loopback 
tester working for this architecture. Said patches are not really ready 
for public consumption, not to mention only being usable on a 2.4.

A propiatery board being developed by my company wants USB host 
support... and I'm fairly confident I can do that... and hopefully I can 
get some serious development work done on this over the next three to 
four months and release a patch/(s) for public consumption.

I estimate it will take another four months to get USB host working 
properly and perhaps a month to get USB-device support working properly 
(touch wood on both counts), I'm not sure about the required development 
time on that to be honest... but, if I don't get it finished in time for 
our propiatery board, the powers that be in my company will use a 
propiatery Linux offering... and I'll have to resign on the grounds of 
being an Open Source Evangalist ! I need to eat/pay rent... so I really 
need to get this board + USB working. *grin*.

Are you guys planning on devoting any development effort to hardware 
support of this freescale part ? If so, would it be prudent to 
co-ordinate the development effort ?

Bryan
I have a fairly hacked over version of the original USB host driver that
works for 87x/88x.

Are you interested?

Regards

Pantelis

Re: [linux-usb-devel] USB host on Freescale MPC880

From: Bryan O'Donoghue <hidden>
Date: 2005-01-19 10:03:33

I have a fairly hacked over version of the original USB host driver that
works for 87x/88x.

Are you interested?

Regards

Pantelis

Hmm... do you have handy sources available somewhere ?


This message (including any attachments) is confidential and may be privileged. If you have received it by mistake please notify the sender by return e-mail and delete this message from your system. Any unauthorised use or dissemination of this message in whole or in part is strictly prohibited. Please note that e-mails are susceptible to change.  Imetrex Technologies Ltd shall not be liable for the improper or incomplete transmission of the information contained in this communication nor for any delay in its receipt or damage to your system. Imetrex Technologies Ltd does not guarantee that the integrity of this communication has been maintained nor that this communication is free of viruses, interceptions or interference. This communication does not create or modify any contract, and unless otherwise stated, is not intended to be contractually binding.  Views or opinions expressed in this e-mail message are those of the author only.

Re: [linux-usb-devel] USB host on Freescale MPC880

From: Jan Damborsky <hidden>
Date: 2005-06-30 08:42:52

Pantelis Antoniou wrote:
I have a fairly hacked over version of the original USB host driver that
works for 87x/88x.
We have developed our board with MPC880 and we would like
to try to use 8xx USB host interface with kernel version 2.4.25.
I would like to ask you, if we could use your USB host driver
and if yes where it is possible to get it.

                        Best regards
                                  Jan Damborsky
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help