From: Milan Svoboda Date: Mon, 29 May 2006 10:34:00 +0000 (-0700) Subject: [PATCH] usb gadget: update pxa2xx_udc.c driver to fully support IXP4xx platform X-Git-Tag: v2.6.18-rc1~858^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=043ea18b2e145c4c9cb3c30757a65fe0f1678a35;p=pandora-kernel.git [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 Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed