public inbox for linux-serial@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] serial: samsung: Fix UART status handling and other fixes
@ 2015-09-10 13:41 Robert Baldyga
  2015-09-10 13:41 ` [PATCH v2 1/4] serial: samsung: remove unused 'irq' parameter Robert Baldyga
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Robert Baldyga @ 2015-09-10 13:41 UTC (permalink / raw)
  To: gregkh
  Cc: jslaby, linux-serial, linux-kernel, m.szyprowski, k.kozlowski,
	Robert Baldyga

Hello,

This patch set contains four patches: two minor fixes and two patches
fixing quite importatn bug which was missing UART status handling in
DMA mode. It fixes, among others, 'break' contition handling, which is
necessary if we want to use Magic SysRq. So this patch fixes Magic SysRq
handling for serial consoles using UART in DMA mode,

Best regards,
Robert Baldyga

Changelog:

v2:
- address comments from Krzysztof Kozlowski:
  - add comment in patch removing 'ignore_char' label
  - split patch "Fix UART status handling in DMA mode"
    into two patches for better code readability

v1: https://lkml.org/lkml/2015/9/8/190

Robert Baldyga (4):
  serial: samsung: remove unused 'irq' parameter
  serial: samsung: remove unneded 'ignore_char' label
  serial: samsung: introduce s3c24xx_serial_rx_drain_fifo() function
  serial: samsung: Fix UART status handling in DMA mode

 drivers/tty/serial/samsung.c | 66 ++++++++++++++------------------------------
 1 file changed, 21 insertions(+), 45 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-09-15 12:42 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-10 13:41 [PATCH v2 0/4] serial: samsung: Fix UART status handling and other fixes Robert Baldyga
2015-09-10 13:41 ` [PATCH v2 1/4] serial: samsung: remove unused 'irq' parameter Robert Baldyga
2015-09-10 13:41 ` [PATCH v2 2/4] serial: samsung: remove unneded 'ignore_char' label Robert Baldyga
2015-09-11  5:58   ` Krzysztof Kozlowski
2015-09-10 13:41 ` [PATCH v2 3/4] serial: samsung: introduce s3c24xx_serial_rx_drain_fifo() function Robert Baldyga
2015-09-11  6:15   ` Krzysztof Kozlowski
2015-09-15 12:42     ` Robert Baldyga
2015-09-10 13:41 ` [PATCH v2 4/4] serial: samsung: Fix UART status handling in DMA mode Robert Baldyga
2015-09-11  6:07   ` Krzysztof Kozlowski
2015-09-11  6:32     ` Robert Baldyga
2015-09-11  6:34       ` Krzysztof Kozlowski
2015-09-11  6:45         ` Robert Baldyga

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox