1. e6dce82 Merge tag 'tty-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago
  2. 7a53eea Merge tag 'char-misc-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  3. 52ff5ad Merge branch 'device-properties' by Rafael J. Wysocki · 8 years ago
  4. 08bf215 Revert "serial: pl011: add console matching function" by Greg Kroah-Hartman · 8 years ago
  5. 8b8f347 serial: pl011: add console matching function by Aleksey Makarov · 8 years ago
  6. ad1696f ACPI: parse SPCR and enable matching console by Aleksey Makarov · 8 years ago
  7. d503187 of/serial: move earlycon early_param handling to serial by Leif Lindholm · 8 years ago
  8. 094a326 Revert "drivers/tty: Explicitly pass current to show_stack" by Greg Kroah-Hartman · 8 years ago
  9. 35aa33c tty: amba-pl011: Don't complain on -EPROBE_DEFER when no irq by Kefeng Wang · 8 years ago
  10. 8e5470c serial: 8250: Set Altera 16550 TX FIFO Threshold by Thor Thayer · 8 years ago
  11. ffea043 serial: 8250: of: Load TX FIFO Threshold from DT by Thor Thayer · 8 years ago
  12. 9f12cea drivers/tty: Explicitly pass current to show_stack by Mark Rutland · 8 years ago
  13. 4b75f80 serial: imx: Fix DCD reading by Sascha Hauer · 8 years ago
  14. b97055b serial: stm32: mark symbols static where possible by Baoyou Xie · 8 years ago
  15. c41251b serial: xuartps: Add some register initialisation to cdns_early_console_setup() by Scott Telford · 8 years ago
  16. 212d249 serial: xuartps: Removed unwanted checks while reading the error conditions by Nava kishore Manne · 8 years ago
  17. c8dbdc8 serial: xuartps: Rewrite the interrupt handling logic by Anirudha Sarangi · 8 years ago
  18. 8e5481d serial: stm32: use mapbase instead of membase for DMA by Arnd Bergmann · 8 years ago
  19. 36131cd tty/serial: atmel: fix fractional baud rate computation by Alexey Starikovskiy · 8 years ago
  20. a308189 serial: xuartps: Do not enable parity error interrupt by Anirudha Sarangi · 8 years ago
  21. 87f1f80 serial: stm32: fix uart enable management by Alexandre TORGUE · 8 years ago
  22. 01d32d7 serial: stm32: fix spin_lock management by Alexandre TORGUE · 8 years ago
  23. 3489187 serial: stm32: adding dma support by Alexandre TORGUE · 8 years ago
  24. 511c7b1 serial: stm32: clock disabling management by Alexandre TORGUE · 8 years ago
  25. 59bed2d serial: stm32: correct flow control property spelling by Alexandre TORGUE · 8 years ago
  26. a14f66a serial: stm32: disable tx and rx during shutdown by Alexandre TORGUE · 8 years ago
  27. bc5a0b5 serial: stm32: header file creation by Alexandre TORGUE · 8 years ago
  28. ada8618 serial: stm32: adding support for stm32f7 by Alexandre TORGUE · 8 years ago
  29. 27b17ae tty: serial: xuartps: Wait for rx and tx reset done status by Nava kishore Manne · 8 years ago
  30. 3816b2f8 serial: xuartps: Adds RXBS register support for zynqmp by Nava kishore Manne · 8 years ago
  31. 54f19b4 tty/serial/8250: Touch NMI watchdog in wait_for_xmitr by Jiri Olsa · 8 years ago
  32. b6fce73 serial: 8250_pci: Use symbolic constants for EXAR's MPIO registers by Jan Kiszka · 8 years ago
  33. e06690b tty: amba-pl011: uart_amba_port is not available with earlycon function by Shawn Guo · 8 years ago
  34. 1664bc4 serial: mxs-auart: Fix missing clk_disable_unprepare() on error in mxs_get_clks() by Wei Yongjun · 8 years ago
  35. fadb424 vt: Emulate \e[100-107m (bright background colors). by Adam Borowski · 8 years ago
  36. cc67dc2 vt: Support \e[90-97m (bright foreground colors). by Adam Borowski · 8 years ago
  37. 3e7ec4a vt: Drop a no longer true comment. by Adam Borowski · 8 years ago
  38. 0bf1f4a vt: Make a comparison <= for readability. by Adam Borowski · 8 years ago
  39. 669e0a5 vt: Fix a read-past-array in vc_t416_color(). by Adam Borowski · 8 years ago
  40. d2ec3f7 pty: make ptmx file ops read-only after init by Kees Cook · 8 years ago
  41. e5e8960 serial: imx: Replace dmaengine old API by Fabien Lahoudere · 8 years ago
  42. a5a2b13 serial: core: fix potential NULL pointer dereference by Andy Shevchenko · 8 years ago
  43. 0ae9fde BUG: atmel_serial: Interrupts not disabled on close by Richard Genoud · 8 years ago
  44. 33ddca0 tty: serial: fsl_lpuart: use GFP_ATOMIC under spin lock by Wei Yongjun · 8 years ago
  45. c164b00 serial: max310x: Set IRQF_TRIGGER_FALLING flag when dev.of_node is not NULL by Liu Xiang · 8 years ago
  46. 0d2665b serial: mxs-auart: Use PTR_ERR_OR_ZERO() to simplify the code by Wei Yongjun · 8 years ago
  47. 5d7519d serial: mxs-auart: Disable clock on error path by Fabio Estevam · 8 years ago
  48. 8b2303d serial: core: Fix handling of options after MMIO address by Alexander Sverdlin · 8 years ago
  49. 1e512d4 serial: imx: add error messages when .probe fails by Uwe Kleine-König · 8 years ago
  50. b53761e Merge 4.8-rc5 into tty-next by Greg Kroah-Hartman · 8 years ago
  51. fbc1ec2 Merge 4.8-rc5 into char-misc-next by Greg Kroah-Hartman · 8 years ago
  52. d2f5a73 dmaengine: hsu: refactor hsu_dma_do_irq() to return int by Andy Shevchenko · 8 years ago
  53. 46e3668 serial: earlycon: Extend earlycon command line option to support 64-bit addresses by Alexander Sverdlin · 8 years ago
  54. 8f975fe tty/serial: mark __init early_smh_setup() static by Baoyou Xie · 8 years ago
  55. e06b6b8 serial: 8250_dw: add ACPI support for uart on Hisilicon Hip05 SoC by Kefeng Wang · 8 years ago
  56. f3bf263 serial: 8250_port: unify check of em485 variable by Andy Shevchenko · 8 years ago
  57. b396576 serial: 8250_port: fix runtime PM use in __do_stop_tx_rs485() by Andy Shevchenko · 8 years ago
  58. 1c06bde6 Allowing UART DMA to be configured on i.MX53 by Martyn Welch · 8 years ago
  59. 31d054d serial-uartlite: constify uart_ops structures by Julia Lawall · 8 years ago
  60. f098a0a tty: xuartps: constify uart_ops structures by Julia Lawall · 8 years ago
  61. 069a47e tty: serial: constify uart_ops structures by Julia Lawall · 8 years ago
  62. 5d9b953 tty: serial: jsm_tty: constify uart_ops structures by Julia Lawall · 8 years ago
  63. 1f1d870 serial/bcm63xx_uart: constify uart_ops structures by Julia Lawall · 8 years ago
  64. 03bd797 serial: altera: constify uart_ops structures by Julia Lawall · 8 years ago
  65. 5c7dcdb tty/serial: at91: constify uart_ops structures by Julia Lawall · 8 years ago
  66. eeb8bc1 serial: st-asc: constify uart_ops structures by Julia Lawall · 8 years ago
  67. 8232884 serial/arc: constify uart_ops structures by Julia Lawall · 8 years ago
  68. 2cb78ea serial: 8250_dw: Use an unified new dev variable in probe by Kefeng Wang · 8 years ago
  69. 20a875e serial: 8250_dw: Add quirk for APM X-Gene SoC by Heikki Krogerus · 8 years ago
  70. c8d1924 serial: 8250: added acces i/o products quad and octal serial cards by Jimi Damon · 8 years ago
  71. 41d98b5 serial: imx-serial - update RX error counters when DMA is used by Nandor Han · 8 years ago
  72. 9d29723 serial: imx-serial - update UART IMX driver to use cyclic DMA by Nandor Han · 8 years ago
  73. fecdef9 serial: 8250_lpss: enable DMA on Intel Quark UART by Andy Shevchenko · 8 years ago
  74. 60a9244 serial: 8250_lpss: enable MSI for Intel Quark by Andy Shevchenko · 8 years ago
  75. 6bb5d75 serial: 8250_lpss: move Quark code from PCI driver by Andy Shevchenko · 8 years ago
  76. a13e19c serial: 8250_lpss: split LPSS driver to separate module by Andy Shevchenko · 8 years ago
  77. 68af490 serial: 8250: enable AFE on ports where FIFO is 16 bytes by Andy Shevchenko · 8 years ago
  78. d1834ba serial: 8250_dma: adjust DMA address of the UART by Andy Shevchenko · 8 years ago
  79. 8d17047 serial: 8250_dma: switch to new dmaengine_terminate_* API by Andy Shevchenko · 8 years ago
  80. 43c51bb sc16is7xx: make sure device is in suspend once probed by Florian Vallee · 8 years ago
  81. 81bb549 serial: 8250_mtk: support big baud rate. by Eddie Huang · 8 years ago
  82. 490d5ce tty/serial: at91: use of_property_read_bool by Julia Lawall · 8 years ago
  83. 47b34d2 serial: 8250_mid: fix divide error bug if baud rate is 0 by Andy Shevchenko · 8 years ago
  84. 03895cf tty: serial: fsl_lpuart: Add support for RS-485 by Bhuvanchandra DV · 8 years ago
  85. c05efd6 tty: serial: fsl_lpuart: Update suspend/resume for DMA mode by Bhuvanchandra DV · 8 years ago
  86. 6250cc3 tty: serial: fsl_lpuart: Use scatter/gather DMA for Tx by Bhuvanchandra DV · 8 years ago
  87. 5887ad4 tty: serial: fsl_lpuart: Use cyclic DMA for Rx by Bhuvanchandra DV · 8 years ago
  88. aa9e7d7 tty: serial: fsl_lpuart: Fix broken 8m/s1 support by Bhuvanchandra DV · 8 years ago
  89. d68827c tty: serial: fsl_lpuart: fix clearing of receive flag by Stefan Agner · 8 years ago
  90. d6b0d2f tty: serial: fsl_lpuart: support suspend/resume by Stefan Agner · 8 years ago
  91. b70b636 tty: serial: fsl_lpuart: consider TX FIFO too in tx_empty by Stefan Agner · 8 years ago
  92. 7789e5a serial: pch_uart: Add support for reading clock-frequency from DT by Zubair Lutfullah Kakakhel · 8 years ago
  93. e16b46f serial: 8250_dw: Check the data->pclk when get apb_pclk by Kefeng Wang · 8 years ago
  94. 0b1221a serial: vt8500_serial: Fix a parameter of find_first_zero_bit. by Christophe JAILLET · 8 years ago
  95. 761ed4a tty: serial_core: convert uart_close to use tty_port_close by Rob Herring · 8 years ago
  96. b3b5764 tty: serial_core: convert uart_open to use tty_port_open by Rob Herring · 8 years ago
  97. ebaa81c serial: samsung: Register cpufreq notifier only on S3C24xx by Krzysztof Kozlowski · 8 years ago
  98. 5bf5635 tty/serial: atmel: add fractional baud rate support by Ludovic Desroches · 8 years ago
  99. 5db4f7f Revert "tty/serial/8250: use mctrl_gpio helpers" by Andy Shevchenko · 8 years ago
  100. 2426fbc tty: amba-pl011: probe ZTE device from AMBA bus with a pseudo-ID by Shawn Guo · 8 years ago