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

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.