All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH LINUX 0/6] Second part of xuartps fixes
@ 2016-01-12  1:41 ` Soren Brinkmann
  0 siblings, 0 replies; 24+ messages in thread
From: Soren Brinkmann @ 2016-01-12  1:41 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Jiri Slaby
  Cc: Michal Simek, linux-serial, linux-arm-kernel, linux-kernel,
	Peter Hurley, Soren Brinkmann

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

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

end of thread, other threads:[~2016-02-02  5:55 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-12  1:41 [PATCH LINUX 0/6] Second part of xuartps fixes Soren Brinkmann
2016-01-12  1:41 ` Soren Brinkmann
2016-01-12  1:41 ` Soren Brinkmann
2016-01-12  1:41 ` [PATCH LINUX 1/6] tty: xuartps: Move request_irq to after setting up the HW Soren Brinkmann
2016-01-12  1:41   ` Soren Brinkmann
2016-01-12  1:41   ` Soren Brinkmann
2016-01-12  1:41 ` [PATCH LINUX 2/6] tty: xuartps: Refactor IRQ handling Soren Brinkmann
2016-01-12  1:41   ` Soren Brinkmann
2016-01-12  1:41   ` Soren Brinkmann
2016-01-12  1:41 ` [PATCH LINUX 3/6] tty: xuartps: Cleanup: Reformat if-else Soren Brinkmann
2016-01-12  1:41   ` Soren Brinkmann
2016-01-12  1:41   ` Soren Brinkmann
2016-01-12  1:41 ` [PATCH LINUX 4/6] tty: xuartps: Improve sysrq handling Soren Brinkmann
2016-01-12  1:41   ` Soren Brinkmann
2016-01-12  1:41   ` Soren Brinkmann
2016-01-12  1:41 ` [PATCH LINUX 5/6] tty: xuartps: Remove '_OFFSET' suffix from #defines Soren Brinkmann
2016-01-12  1:41   ` Soren Brinkmann
2016-01-12  1:41   ` Soren Brinkmann
2016-01-12  1:41 ` [PATCH LINUX 6/6] tty: xuartps: Consolidate TX handling Soren Brinkmann
2016-01-12  1:41   ` Soren Brinkmann
2016-01-12  1:41   ` Soren Brinkmann
2016-02-02  5:55 ` [PATCH LINUX 0/6] Second part of xuartps fixes Sören Brinkmann
2016-02-02  5:55   ` Sören Brinkmann
2016-02-02  5:55   ` Sören Brinkmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.