]> git.baikalelectronics.ru Git - kernel.git/commit
imx: serial: notify higher layers in case xmit IRQ was not called
authorFabian Godehardt <fg@emlix.com>
Thu, 11 Jun 2009 13:37:19 +0000 (14:37 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 11 Jun 2009 15:51:08 +0000 (08:51 -0700)
commitf0f1f709be3b15f8ff90ee3925a566c52b66e815
tree595e42d3a11c5067b70daba2b72e279b63009224
parente0f2bc976ac0bc339f6a4794b33fbf484cc330e3
imx: serial: notify higher layers in case xmit IRQ was not called

upper layers, namely line discipline, need to be notified
when transmission of more data is possible. For spurious
cases, where IRQ handling does not supply notification
for sure, it is given additionally here, when data has just
been transmitted and space in the buffer will most probably
be available.

Signed-off-by: Fabian Godehardt <fg@emlix.com>
Signed-off-by: Oskar Schirmer <os@emlix.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/serial/imx.c