This is a series of patches to update the xuartps driver. Most of these
are contributions to our vendor tree that I ported on top of the current
mainline tree.

The highlights are:
 - support magic-sysrq and kgdb by Vlad
 - a fix for a deadlock condition by Lars
 - support for suspend/resume
 - dynamic adjustment on input clock changes

        Sören

Lars-Peter Clausen (1):
  tty: xuartps: Force enable the UART in xuartps_console_write

Soren Brinkmann (6):
  tty: xuartps: Use devm_clk_get()
  tty: xuartps: Use devm_kzalloc
  tty: xuartps: Updating set_baud_rate()
  tty: xuartps: Dynamically adjust to input frequency changes
  tty: xuartps: Implement suspend/resume callbacks
  tty: xuartps: Update copyright information

Suneel (1):
  tty: xuartps: support 64 byte FIFO size

Vlad Lungu (2):
  tty: xuartps: Implement BREAK detection, add SYSRQ support
  tty: xuartps: Add polled mode support for xuartps

 drivers/tty/serial/xilinx_uartps.c | 543 ++++++++++++++++++++++++++++++++-----
 1 file changed, 469 insertions(+), 74 deletions(-)

-- 
1.8.4.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to