Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1306912

[PATCH LINUX 0/6] Second part of xuartps fixes

From Soren Brinkmann <soren.brinkmann@xilinx.com>
Newsgroups linux.kernel
Subject [PATCH LINUX 0/6] Second part of xuartps fixes
Date 2016-01-12 02:50 +0100
Message-ID <qPWfT-2p4-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi,

this is the second part of fixes for xuartps that evolved from this
series: https://lkml.org/lkml/2015/12/26/26.

This series, obviously, depends on the patches mentioned above. It
includes several minor improvements and refactoring and the refactoring
of the IRQ management, which prevents lock ups that could happen when
RX-related IRQs fired while the receiver was disabled.

	Thanks,
	Sören

Sören Brinkmann (6):
  tty: xuartps: Move request_irq to after setting up the HW
  tty: xuartps: Refactor IRQ handling
  tty: xuartps: Cleanup: Reformat if-else
  tty: xuartps: Improve sysrq handling
  tty: xuartps: Remove '_OFFSET' suffix from #defines
  tty: xuartps: Consolidate TX handling

 drivers/tty/serial/xilinx_uartps.c | 460 +++++++++++++++++--------------------
 1 file changed, 216 insertions(+), 244 deletions(-)

-- 
2.7.0.3.g497ea1e

Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread


Thread

[PATCH LINUX 0/6] Second part of xuartps fixes Soren Brinkmann <soren.brinkmann@xilinx.com> - 2016-01-12 02:50 +0100
  [PATCH LINUX 5/6] tty: xuartps: Remove '_OFFSET' suffix from #defines Soren Brinkmann <soren.brinkmann@xilinx.com> - 2016-01-12 02:50 +0100
  [PATCH LINUX 1/6] tty: xuartps: Move request_irq to after setting up the HW Soren Brinkmann <soren.brinkmann@xilinx.com> - 2016-01-12 02:50 +0100

csiph-web