[patch v2 1/2] at91_udc.c read_fifo timing issue Changes with respect to previous version of patch: - updated comments [patch v2 2/2] at91_udc.c use spinlocks instead of local_irq_xxx Changes with respect to previous version of patch: - naming consistency as requested - spin_lock_irqsave() in proc_ep_show() was incorrect. Used the patch from Ryan Mallon as baseline: subject: [PATCH] Updated: Fix soft lockup in at91 udc driver date: 14 January 2010 20:50 mailing list: linux-arm-kernel@lists.infradead.org Harro --