From: robinpv <robinpv@aiware.co.jp>
To: linuxppc-dev <Linuxppc-dev@ozlabs.org>
Subject: linux USB host problem
Date: Wed, 02 Aug 2006 14:29:14 +0900 [thread overview]
Message-ID: <44D0382A.1090404@aiware.co.jp> (raw)
Hi,
I am using linux 2.6.16.1 for MPC5200 based platorm. It has PCI based USB Host (SM501 chip)
I am facing problem in the USB host interrupts. When i plug in the USB i get the
below message.
new full speed USB device using vgxfb and address 2.
vgxfb 0000:00:10.0: Unlink after no-IRQ? Controller is probably using the
wrong IRQ.
the capture of /pci/interrupts is
CPU0
1: 0 MPC52xx Level ohci_hcd:usb1
7: 751 MPC52xx Level eth0
40: 7899 MPC52xx Level mpc52xx_psc_uart
BAD: 0
The device address is assigned but after that interrupt is not coming.
After that if i unplug and plugin there is no notification.
the sm501 chip in which USB host is there, is connected on PCI bus.
The PCI mapping is as follows
static char pci_irq_table[][4] =
/*
* PCI IDSEL/INTPIN->INTLINE
* A B C D
*/
{
{PIRQA, PIRQA, PIRQA, PIRQA}, /* SM501 */
{PIRQD, PIRQD, PIRQD, PIRQD}, /* IDE */
{PIRQC, PIRQC, PIRQC, PIRQC}, /* Ethernet */
{PIRQB, PIRQB, PIRQB, PIRQB}, /* Bridge */
};
const long min_idsel = 16, max_idsel = 18, irqs_per_slot = 4;
return PCI_IRQ_TABLE_LOOKUP;
I tried with acpi=off, but in vain.
Can some give inputs on this how to proceed.
Thanks & Regards,
Robin
reply other threads:[~2006-08-02 5:29 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=44D0382A.1090404@aiware.co.jp \
--to=robinpv@aiware.co.jp \
--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.