All of lore.kernel.org
 help / color / mirror / Atom feed
* USB does not work on mpc8347
@ 2009-04-01  9:13 山崎 精二
  2009-04-01  9:22 ` Li Yang-R58472
  0 siblings, 1 reply; 4+ messages in thread
From: 山崎 精二 @ 2009-04-01  9:13 UTC (permalink / raw)
  To: linuxppc-dev

Hi all,

I am running the Linux kernel 2.6.28.7 on my PPC8347 BRD.
I have some problem.

One is USB does not work on mpc8347.
platform_driver_probe(&udc_driver, fsl_udc_probe) is failed.
struct is 
static struct platform_driver udc_driver = {
	.probe = fsl_udc_probe,
	.remove  = __exit_p(fsl_udc_remove),
	/* these suspend and resume are not usb suspend and resume */
	.suspend = fsl_udc_suspend,
	.resume  = fsl_udc_resume,
	.driver  = {
//		.name = (char *)driver_name,
		.name		= "fsl-usb2-mph",
		.owner = THIS_MODULE,
	},
};
I do not know why it fails.
Do i have to do something ?

-Seiji  

-- 
yamazaki seiji <yamazaki.seiji@kk.jp.panasonic.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: USB does not work on mpc8347
  2009-04-01  9:13 USB does not work on mpc8347 山崎 精二
@ 2009-04-01  9:22 ` Li Yang-R58472
  2009-04-22  7:23   ` Java Runtime Environment " yamazaki seiji
       [not found]   ` <200904300112.AA00771@cj3020122-b.jcom.home.ne.jp>
  0 siblings, 2 replies; 4+ messages in thread
From: Li Yang-R58472 @ 2009-04-01  9:22 UTC (permalink / raw)
  To: 山崎 精二, linuxppc-dev

> -----Original Message-----
> From: linuxppc-dev-bounces+leoli=freescale.com@ozlabs.org 
> [mailto:linuxppc-dev-bounces+leoli=freescale.com@ozlabs.org] 
> On Behalf Of 山崎 精二
> Sent: Wednesday, April 01, 2009 5:14 PM
> To: linuxppc-dev@ozlabs.org
> Subject: USB does not work on mpc8347
> 
> Hi all,
> 
> I am running the Linux kernel 2.6.28.7 on my PPC8347 BRD.
> I have some problem.
> 
> One is USB does not work on mpc8347.
> platform_driver_probe(&udc_driver, fsl_udc_probe) is failed.
> struct is
> static struct platform_driver udc_driver = {
> 	.probe = fsl_udc_probe,
> 	.remove  = __exit_p(fsl_udc_remove),
> 	/* these suspend and resume are not usb suspend and resume */
> 	.suspend = fsl_udc_suspend,
> 	.resume  = fsl_udc_resume,
> 	.driver  = {
> //		.name = (char *)driver_name,
> 		.name		= "fsl-usb2-mph",

Why are you changing this?  Mph module can only be host, not the device mode supported by this driver.

> 		.owner = THIS_MODULE,
> 	},
> };
> I do not know why it fails.
> Do i have to do something ?

So what function did you try to test?  Host or device?  For host mode, you should look into the drivers/usb/host/ehci-fsl.c file.

- Leo

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Java Runtime Environment on mpc8347
  2009-04-01  9:22 ` Li Yang-R58472
@ 2009-04-22  7:23   ` yamazaki seiji
       [not found]   ` <200904300112.AA00771@cj3020122-b.jcom.home.ne.jp>
  1 sibling, 0 replies; 4+ messages in thread
From: yamazaki seiji @ 2009-04-22  7:23 UTC (permalink / raw)
  To: Li Yang-R58472; +Cc: linuxppc-dev

Hi all,

I am running the Linux kernel 2.6.28.7 on my PPC8347 BRD.
I have a plan of running Java on my PPC8347 BRD.
I have read the article about Java on Freescale processor before. 

Do you know how to get it?

-- 
yamazaki seiji <yamazaki.seiji@kk.jp.panasonic.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: USB does not work on mpc8347
       [not found]   ` <200904300112.AA00771@cj3020122-b.jcom.home.ne.jp>
@ 2009-04-30  3:06     ` Li Yang-R58472
  0 siblings, 0 replies; 4+ messages in thread
From: Li Yang-R58472 @ 2009-04-30  3:06 UTC (permalink / raw)
  To: yamazaki; +Cc: linuxppc-dev

>Hi Leo
>
>USB work on mpc8347 now.
>Thank you for your help.
>The cause was Clock signal was not connected to USB.
>
>And I have the other problem.
>I need to java run time environment on mpc8347.
>I do not know where i can get it.
>Could you tell me if you know.

I have no particular knowledge about installing JRE on Linux.  Google
leads me to this link which might be helpful: http://openjdk.java.net/

- Leo

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-04-30  3:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-01  9:13 USB does not work on mpc8347 山崎 精二
2009-04-01  9:22 ` Li Yang-R58472
2009-04-22  7:23   ` Java Runtime Environment " yamazaki seiji
     [not found]   ` <200904300112.AA00771@cj3020122-b.jcom.home.ne.jp>
2009-04-30  3:06     ` USB does not work " Li Yang-R58472

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.