All of lore.kernel.org
 help / color / mirror / Atom feed
From: spa_kk <krishnakumar@spacomp.com>
To: linuxppc-dev@ozlabs.org
Subject: MPC8323 USB Host
Date: Mon, 14 Sep 2009 05:49:01 -0700 (PDT)	[thread overview]
Message-ID: <25435195.post@talk.nabble.com> (raw)


Hello,
 
This is regarding the MPC8323 in-built USB controller driver,
Environment:
LTIB: ltib-mpc832x_rdb-20070507
Linux: linux-2.6.20
In built usb driver is been ported from linux-2.6.30 to linux-2.6.20
(File: drivers/usb/host/fhci-hcd.c is been ported from
kernel.org/linux-2.6.30)
 
Problem description:
File: "drivers/usb/host/fhci-hcd.c "
In this file probe function:
of_fhci_probe(struct of_device *ofdev, const struct of_device_id *ofid)
is getting loaded successfully &  
FHCI Host Controller, interrupt and timer are getting registered
 
File:"drivers/usb/host/fhci-hub.c"
In this file function 
fhci_hub_status_data(struct usb_hcd *hcd, char *buf) 
is been polled continuosly, which is checking for the port change and port
status of the our virtual hub using
fhci->vroot_hub->port.wPortChange &
fhci->vroot_hub->port.wPortStatus
 
The value in this variable are not getting changed even after connecting &
disconnection the device. 
 
We have manual checked the USBRXP pin, this pin is 
HIGH => when device is connected
LOW => when device is not connected.
 
Kindly let us know how should we debug/proceed.
 
Thanks and regards,
Krishna kumar M.S & Arif
-- 
View this message in context: http://www.nabble.com/MPC8323-USB-Host-tp25435195p25435195.html
Sent from the linuxppc-dev mailing list archive at Nabble.com.

             reply	other threads:[~2009-09-14 13:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-14 12:49 spa_kk [this message]
2009-09-14 13:59 ` MPC8323 USB Host Anton Vorontsov
2009-09-15  5:45   ` spa_kk

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=25435195.post@talk.nabble.com \
    --to=krishnakumar@spacomp.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.