]> Zhao Yanbai Git Server - minix.git/commit
some arm uart fixes 46/646/2
authorBen Gras <ben@minix3.org>
Thu, 13 Jun 2013 13:08:26 +0000 (15:08 +0200)
committerBen Gras <ben@minix3.org>
Fri, 14 Jun 2013 21:58:44 +0000 (23:58 +0200)
commit71ac8a3a8a231d144cee3cfbcf514e48ad7496c4
treeb272908759707dd0997c958601ee77100babe492
parent8f2749cca841af071f3110ef340cde615778eabd
some arm uart fixes

. always keep reading data from uart so the interrupt is
  not continually asserted if data is sent but no process
  reads it
. increase tx & rx fifo trigger levels -> reduces the number
  of interrupts necessary
. bigger rx/tx buffers

Change-Id: I3cf7c73b22ae2fc091b845d516ba4aa53e892cda
drivers/tty/arch/earm/omap_serial.h
drivers/tty/arch/earm/rs232.c