lkml.org 
[lkml]   [2015]   [Jul]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/2] serial: samsung: fix DMA for small FIFO sizes
Date
Hello,

This patch set fixes bug causing serial hang in DMA mode for FIFO sizes
smaller than cache alignment. The first patch fixes DMA mode entering
condition to avoid starting with buffer smaller than cache line size.
Second patch fixes the serial hang bug, which was caused by unproper
buffer aligning algorithm which assumed that there is always enough
free space in FIFO for excessive bytes of buffer that is being alligned.

Best regards,
Robert Baldyga

Marek Szyprowski (1):
serial: samsung: calculate min_dma_size

Robert Baldyga (1):
serial: samsung: fix DMA for FIFO smaller than cache line size

drivers/tty/serial/samsung.c | 47 +++++++++++++++++++++++++++++---------------
drivers/tty/serial/samsung.h | 1 +
2 files changed, 32 insertions(+), 16 deletions(-)

--
1.9.1



\
 
 \ /
  Last update: 2015-07-30 18:21    [W:0.084 / U:0.072 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site