]> git.baikalelectronics.ru Git - kernel.git/commit
serial: pl011: Avoid assumptions about buffer size when refilling TX DMA
authorAndrew Jackson <Andrew.Jackson@arm.com>
Fri, 7 Nov 2014 14:14:39 +0000 (14:14 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Nov 2014 16:35:55 +0000 (08:35 -0800)
commit2c97401a7a33a91f6fc5706e35383f1266115fda
treeac6c5ec14ec191afcd2bbb5fea391c8c4976aee3
parent0869d66badfce43a05fccc27abc460910dce4bf1
serial: pl011: Avoid assumptions about buffer size when refilling TX DMA

The existing code assumed that PL011_DMA_BUFFER_SIZE == UART_XMIT_SIZE,
which may not always be the case.  This allows for these two being
different sizes and not copying too much data.

Signed-off-by: Andrew Jackson <Andrew.Jackson@arm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/amba-pl011.c