]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit9c2c23150154d102508a7eb3bf77ed60867ca8d1
tree8d5faa202172a6b13bb4ebd4682ff822454b7963
parentbf2f4c483f31b12fa437a616c3446ad7ee87244c
[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