All of lore.kernel.org
 help / color / mirror / Atom feed
From: 山崎 精二 <yamazaki.seiji@kk.jp.panasonic.com>
To: "linuxppc-dev@ozlabs.org" <linuxppc-dev@ozlabs.org>
Subject: USB does not work on mpc8347
Date: Wed, 01 Apr 2009 18:13:37 +0900	[thread overview]
Message-ID: <20090401180230.04BE.YAMAZAKI.SEIJI@kk.jp.panasonic.com> (raw)

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>

             reply	other threads:[~2009-04-01  9:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-01  9:13 山崎 精二 [this message]
2009-04-01  9:22 ` USB does not work on mpc8347 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090401180230.04BE.YAMAZAKI.SEIJI@kk.jp.panasonic.com \
    --to=yamazaki.seiji@kk.jp.panasonic.com \
    --cc=linuxppc-dev@ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.