[patch v3 1/3] Fix soft lockup in at91 udc driver (Ryan Mallon) Changes with respect to previous version of patch: - none [patch v3 2/3] at91_udc HW glitch (Anti Sullin) Changes with respect to previous version of patch: - only updated style of comment for coding rules For more info about this HW glitch see: http://lists.arm.linux.org.uk/lurker/message/20090325.150843.f515c02f.en.html http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20100129/10ba0f8b/attachment.el Note: In a prevous series I used a patch of my own "at91_udc.c read_fifo timing issue", but Anti Sullin had already fixed this. [patch v3 3/3] at91_udc.c use spinlocks instead of local_irq_xxx (Harro Haan) Changes with respect to previous version of patch: - updated for Linus GIT-tree (master branch) The patch series is tested on: http://www.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/ Harro --