ARM: clps711x: serial driver hungs are a result of call disable_irq within ISR
authorAlexander Shiyan <shc_work@mail.ru>
Tue, 27 Mar 2012 08:22:49 +0000 (12:22 +0400)
committerBen Hutchings <ben@decadent.org.uk>
Fri, 11 May 2012 12:13:50 +0000 (13:13 +0100)
commit 7a6fbc9a887193a1e9f8658703881c528040afbc upstream.

Since 2.6.30-rc1 clps711x serial driver hungs system. This is a result
of call disable_irq from ISR. synchronize_irq waits for end of interrupt
and goes to infinite loop. This patch fix this problem.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>

No differences found