[PATCH] usb gadget: update pxa2xx_udc.c driver to fully support IXP4xx platform
authorMilan Svoboda <msvoboda@ra.rockwell.com>
Mon, 29 May 2006 10:34:00 +0000 (03:34 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 21 Jun 2006 22:04:18 +0000 (15:04 -0700)
commit043ea18b2e145c4c9cb3c30757a65fe0f1678a35
tree8d5faa202172a6b13bb4ebd4682ff822454b7963
parent44df45a09c7c20bbd641b1c30b6406d54ba7e2c8
[PATCH] usb gadget: update pxa2xx_udc.c driver to fully support IXP4xx platform

This patch adds IXP465 into the list of known devices and
adds IXP425 and IXP465 to the list of devices that have cfr. This
is not described in the hardware documentation, but without
it driver won't work.

Workaround (#if 1) that seemed to get rid of lost
status irqs is disabled for IXP4XX as it caused freezes
during testing of control messages. No lost irqs are
visible on IXP4XX.

Driver survived tests running over night without any
visible problems.

Signed-off-by: Milan Svoboda <msvoboda@ra.rockwell.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/gadget/pxa2xx_udc.c