Host USB on MPC8247

6 messages, 4 authors, 2006-07-31 · open the first message on its own page

Host USB on MPC8247

From: Uros Borovsak <hidden>
Date: 2006-07-20 13:44:06

Hello,

I'm looking for host USB driver for MPC8247. We are using MV kernel 
2.6.10 and I'm wondering, if there is a driver for this specific kernel.

I'm aware of cpm2usb project on sourceforge, but it is for kernel 
2.6.13. How difficult would it be to patch only usb part of kernel from 
2.6.10 to 2.6.13 so I could use that drivers. I only need suport for USB 
storage devices, so that driver is enough for me.

Thanks,

Best regards,

Uros

Re: Host USB on MPC8247

From: Uros Borovsak <hidden>
Date: 2006-07-28 11:23:09

Hello,

Can you at least give me some idea how difficult would it be to patch 
USB part of kernel from 2.6.13 to 2.6.10?

Are changes only in usb part of kernel, or are there also some changes 
in other parts of kernel, that I would have to port?

Thanks,

Best regards

Uros

Uros Borovsak wrote:
Hello,

I'm looking for host USB driver for MPC8247. We are using MV kernel 
2.6.10 and I'm wondering, if there is a driver for this specific kernel.

I'm aware of cpm2usb project on sourceforge, but it is for kernel 
2.6.13. How difficult would it be to patch only usb part of kernel from 
2.6.10 to 2.6.13 so I could use that drivers. I only need suport for USB 
storage devices, so that driver is enough for me.

Thanks,

Best regards,

Uros
_______________________________________________
Linuxppc-embedded mailing list
Linuxppc-embedded@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-embedded

  

Re: Host USB on MPC8247

From: Mike Rapoport <hidden>
Date: 2006-07-31 07:14:07

Uros Borovsak wrote:
Hello,

Can you at least give me some idea how difficult would it be to patch 
USB part of kernel from 2.6.13 to 2.6.10?
 
As far as I know USB core undergone signifcant changes between 2.6.10 
and 2.6.13. Still it's hard to tell how difficult would it be to 
backport USB from 2.6.13 to 2.6.10.
Besides, it maybe worth upgrading your kernel instead of backporing USB 
to 2.6.10.
Are changes only in usb part of kernel, or are there also some changes 
in other parts of kernel, that I would have to port?

Thanks,

Best regards

Uros


 

_______________________________________________
Linuxppc-embedded mailing list
Linuxppc-embedded@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-embedded



 

-- 
Sincerely yours,
Mike Rapoport

Re: Host USB on MPC8247

From: Uros Borovsak <hidden>
Date: 2006-07-31 08:14:29

Thanks for reply,

I made a mistake while typing the message.

In reality I was asking how difficult would it be to port USB part  of 
kernel from 2.6.10 to 2.6.13, but I mixed kernel version's when typing.

Mike Rapoport wrote:
Uros Borovsak wrote:

 
quoted
Hello,

Can you at least give me some idea how difficult would it be to patch 
USB part of kernel from 2.6.13 to 2.6.10?
 

    
As far as I know USB core undergone signifcant changes between 2.6.10 
and 2.6.13. Still it's hard to tell how difficult would it be to 
backport USB from 2.6.13 to 2.6.10.
Besides, it maybe worth upgrading your kernel instead of backporing 
USB to 2.6.10.

  
Upgrading the whole kernel is not a way to go for me here, becouse 
company is using montavista kernel, and if I upgrade the whole kernel, I 
would have to port all their patches also.

I believe that MontaVista will use higher kernel version some time, so I 
wouldn't go backporting driver to 2.6.10, but I would prefer to port USB 
part of kernel from 2.6.10 to 2.6.13.

Do you think that is possible and how hard would it be?

Best regards

Uros
quoted
Are changes only in usb part of kernel, or are there also some 
changes in other parts of kernel, that I would have to port?

Thanks,

Best regards

Uros


 

_______________________________________________
Linuxppc-embedded mailing list
Linuxppc-embedded@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-embedded



 

RE: Host USB on MPC8247

From: Li Yang-r58472 <hidden>
Date: 2006-07-31 08:23:30

-----Original Message-----
From: linuxppc-embedded-bounces+leoli=3Dfreescale.com@ozlabs.org
[mailto:linuxppc-embedded-bounces+leoli=3Dfreescale.com@ozlabs.org] On
Behalf Of
Uros Borovsak
Sent: Monday, July 31, 2006 4:14 PM
To: linuxppc-embedded@ozlabs.org
Subject: Re: Host USB on MPC8247
=20
Thanks for reply,
=20
I made a mistake while typing the message.
=20
In reality I was asking how difficult would it be to port USB part  of
kernel from 2.6.10 to 2.6.13, but I mixed kernel version's when
typing.

USB subsystem is relatively stand-alone.  So, try replace the whole
drivers/usb/ directory and update usb related header files under
include/.

ps: the question is off-topic on powerpc list.
=20
Mike Rapoport wrote:
quoted
Uros Borovsak wrote:

quoted
Hello,

Can you at least give me some idea how difficult would it be to
patch
quoted
quoted
USB part of kernel from 2.6.13 to 2.6.10?

As far as I know USB core undergone signifcant changes between
2.6.10
quoted
and 2.6.13. Still it's hard to tell how difficult would it be to
backport USB from 2.6.13 to 2.6.10.
Besides, it maybe worth upgrading your kernel instead of backporing
USB to 2.6.10.
Upgrading the whole kernel is not a way to go for me here, becouse
company is using montavista kernel, and if I upgrade the whole kernel,
I
would have to port all their patches also.
=20
I believe that MontaVista will use higher kernel version some time, so
I
wouldn't go backporting driver to 2.6.10, but I would prefer to port
USB
part of kernel from 2.6.10 to 2.6.13.
=20
Do you think that is possible and how hard would it be?
=20
Best regards
=20
Uros
quoted
quoted
Are changes only in usb part of kernel, or are there also some
changes in other parts of kernel, that I would have to port?

Thanks,

Best regards

Uros

Re: Host USB on MPC8247

From: Uros Borovsak <hidden>
Date: 2006-07-28 12:54:34

Hello,

Can you at least give me some idea how difficult would it be to patch 
USB part of kernel from 2.6.13 to 2.6.10?

Are changes only in usb part of kernel, or are there also some changes 
in other parts of kernel, that I would have to port?

Thanks,

Best regards

Uros

Uros Borovsak wrote:
Hello,

I'm looking for host USB driver for MPC8247. We are using MV kernel 
2.6.10 and I'm wondering, if there is a driver for this specific kernel.

I'm aware of cpm2usb project on sourceforge, but it is for kernel 
2.6.13. How difficult would it be to patch only usb part of kernel from 
2.6.10 to 2.6.13 so I could use that drivers. I only need suport for USB 
storage devices, so that driver is enough for me.

Thanks,

Best regards,

Uros
_______________________________________________
Linuxppc-embedded mailing list
Linuxppc-embedded@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-embedded

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