1. 2dd8a74 serial: core: Initialize rs485 RTS polarity already on probe by Lukas Wunner · 3 years ago
  2. 62f676f serial: pl011: Fix incorrect rs485 RTS polarity on set_mctrl by Jochen Mades · 4 years ago
  3. 037b91e serial: stm32: fix software flow control transfer by Valentin Caron · 3 years ago
  4. d3d079b serial: stm32: prevent TDR register overwrite when sending x_char by Valentin Caron · 3 years ago
  5. 8838b2a tty: n_gsm: fix SW flow control encoding/handling by daniel.starke@siemens.com · 3 years ago
  6. d06b1cf serial: 8250: of: Fix mapped region size when using reg-offset property by Robert Hancock · 3 years ago
  7. db7f19c tty: rpmsg: Fix race condition releasing tty port by Arnaud Pouliquen · 3 years ago
  8. 152d1af tty: Add support for Brainboxes UC cards. by Cameron Williams · 3 years ago
  9. 6a7b9f0 Revert "tty: serial: Use fifo in 8250 console driver" by Greg Kroah-Hartman · 3 years ago
  10. 3689f9f Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux by Linus Torvalds · 3 years ago
  11. b5c7e7e all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate by Yury Norov · 3 years, 5 months ago
  12. 3ceff4ea07 Merge tag 'sound-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 3 years ago
  13. 342465f Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 3 years ago
  14. bca2175 Merge tag 'acpi-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 years ago
  15. bb4ed26 Merge tag 'newsoc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 3 years ago
  16. b659ea7 Merge branches 'acpi-scan', 'acpi-pm', 'acpi-power' and 'acpi-pci' by Rafael J. Wysocki · 3 years ago
  17. 93a770b serial: core: Keep mctrl register state and cached copy in sync by Lukas Wunner · 3 years ago
  18. 195437d serial: stm32: correct loop for dma error handling by Valentin Caron · 3 years ago
  19. 2a3bcfe serial: stm32: fix flow control transfer in DMA mode by Valentin Caron · 3 years ago
  20. 9a135f1 serial: stm32: rework TX DMA state condition by Valentin Caron · 3 years ago
  21. 56a23f9 serial: stm32: move tx dma terminate DMA to shutdown by Valentin Caron · 3 years ago
  22. 49a8042 serial: pl011: Drop redundant DTR/RTS preservation on close/open by Lukas Wunner · 3 years ago
  23. e368cc6 serial: pl011: Drop CR register reset on set_termios by Lukas Wunner · 3 years ago
  24. 08a0c6d serial: pl010: Drop CR register reset on set_termios by Lukas Wunner · 3 years ago
  25. 556172f serial: liteuart: fix MODULE_ALIAS by Alyssa Ross · 3 years ago
  26. 0e479b4 serial: 8250_bcm7271: Fix return error code in case of dma_alloc_coherent() failure by Lad Prabhakar · 3 years ago
  27. 99a507a Revert "serdev: BREAK/FRAME/PARITY/OVERRUN notification prototype V2" by Greg Kroah-Hartman · 3 years ago
  28. 0890186 serdev: Do not instantiate serdevs on boards with known bogus DSDT entries by Hans de Goede · 3 years, 1 month ago
  29. 5acb78d tty: goldfish: Use platform_get_irq() to get the interrupt by Lad Prabhakar · 3 years, 1 month ago
  30. d8e9a40 serdev: BREAK/FRAME/PARITY/OVERRUN notification prototype V2 by Magnus Damm · 3 years, 1 month ago
  31. ad234e2 tty: serial: meson: Drop the legacy compatible strings and clock code by Yu Tu · 3 years, 1 month ago
  32. e3b27e2 serial: pmac_zilog: Use platform_get_irq() to get the interrupt by Lad Prabhakar · 3 years, 1 month ago
  33. fc67c91 serial: bcm63xx: Use platform_get_irq() to get the interrupt by Lad Prabhakar · 3 years, 1 month ago
  34. 1129a63 serial: ar933x: Use platform_get_irq() to get the interrupt by Lad Prabhakar · 3 years, 1 month ago
  35. f63f1dd serial: vt8500: Use platform_get_irq() to get the interrupt by Lad Prabhakar · 3 years, 1 month ago
  36. 6030227 serial: altera_jtaguart: Use platform_get_irq_optional() to get the interrupt by Lad Prabhakar · 3 years, 1 month ago
  37. 6050efa serial: pxa: Use platform_get_irq() to get the interrupt by Lad Prabhakar · 3 years, 1 month ago
  38. 5b68061 serial: meson: Use platform_get_irq() to get the interrupt by Lad Prabhakar · 3 years, 1 month ago
  39. c195438 serial: 8250_bcm7271: Propagate error codes from brcmuart_probe() by Lad Prabhakar · 3 years, 1 month ago
  40. 56c8b1c serial: 8250_bcm7271: Use platform_get_irq() to get the interrupt by Lad Prabhakar · 3 years, 1 month ago
  41. 2575385 serial: altera: Use platform_get_irq_optional() to get the interrupt by Lad Prabhakar · 3 years, 1 month ago
  42. cb559bb serial: lantiq: store and compare return status correctly by Muhammad Usama Anjum · 3 years, 1 month ago
  43. b4a29b9 serial: 8250: Move Alpha-specific quirk out of the core by Lukas Wunner · 3 years, 1 month ago
  44. d3b3404 serial: Fix incorrect rs485 polarity on uart open by Lukas Wunner · 3 years, 1 month ago
  45. 5021d70 tty: serial: Use fifo in 8250 console driver by Wander Lairson Costa · 3 years, 1 month ago
  46. fb09d0ac0 tty: Fix the keyboard led light display problem by lianzhi chang · 3 years, 1 month ago
  47. d6d9d17 tty: tty_io: Switch to vmalloc() fallback in case of TTY_NO_WRITE_SPLIT by Andy Shevchenko · 3 years, 1 month ago
  48. e822b49 tty/ldsem: Fix syntax errors in comments by Xiang wangx · 3 years, 1 month ago
  49. 712fe4c serial: sh-sci: Remove BREAK/FRAME/PARITY/OVERRUN printouts by Magnus Damm · 3 years, 1 month ago
  50. 46dacba8 serial: 8250_pericom: Use serial_dl_write() instead of open coded by Andy Shevchenko · 3 years, 2 months ago
  51. b4ccaf5 serial: 8250_pericom: Re-enable higher baud rates by Jay Dolan · 3 years, 2 months ago
  52. fcfd3c0 serial: 8250_pci: Split out Pericom driver by Andy Shevchenko · 3 years, 2 months ago
  53. 8cf8d3c tty: serial: samsung: Fix console registration from module by Sam Protsenko · 3 years, 1 month ago
  54. 0882b47 tty: serial: samsung: Enable console as module by Sam Protsenko · 3 years, 1 month ago
  55. 59f37b7 tty: serial: samsung: Remove USI initialization by Sam Protsenko · 3 years, 1 month ago
  56. 59b3f94 Merge branch 'xsa' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 3 years, 1 month ago
  57. 35eaa42 Merge 5.16-rc6 into tty-next by Greg Kroah-Hartman · 3 years, 1 month ago
  58. 4b95391 serial: 8250_pci: remove redundant assignment to tmp after the mask operation by Colin Ian King · 3 years, 1 month ago
  59. 443df57 tty: serial: fsl_lpuart: Add i.MXRT1050 support by Jesse Taube · 3 years, 1 month ago
  60. 5bb221b serial: atmel: Use platform_get_irq() to get the interrupt by Rob Herring · 3 years, 1 month ago
  61. 8a1dcae serial: sh-sci: Use devm_clk_get_optional() by Geert Uytterhoeven · 3 years, 1 month ago
  62. 0d1bc82 serial: sh-sci: Use dev_err_probe() by Geert Uytterhoeven · 3 years, 1 month ago
  63. 09c7bda serial: sh-sci: Drop support for "sci_ick" clock by Geert Uytterhoeven · 3 years, 1 month ago
  64. f087f01 serial: lantiq: Use platform_get_irq() to get the interrupt by Rob Herring · 3 years, 1 month ago
  65. 26baf4b tty: serial: sh-sci: Add support for R-Car Gen4 by Yoshihiro Shimoda · 3 years, 1 month ago
  66. 03de6b2 dmaengine: qcom-adm: stop abusing slave_id config by Arnd Bergmann · 3 years, 2 months ago
  67. b0ad20a serial: 8250_dw: Add StarFive JH7100 quirk by Emil Renner Berthing · 3 years, 3 months ago
  68. fe41518 xen/console: harden hvc_xen against event channel storms by Juergen Gross · 3 years, 1 month ago
  69. 6c33ff7 serial: 8250_fintek: Fix garbled text for console by Ji-Ze Hong (Peter Hong) · 3 years, 1 month ago
  70. 1ee33b1 tty: n_hdlc: make n_hdlc_tty_wakeup() asynchronous by Tetsuo Handa · 3 years, 1 month ago
  71. f5bced9 Merge 5.16-rc4 into tty-next by Greg Kroah-Hartman · 3 years, 1 month ago
  72. 5163953 Merge tag 'tty-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 3 years, 1 month ago
  73. 13a5fad tty: mips_ejtag_fdc: Make use of the helper function kthread_run_on_cpu() by Cai Huoqing · 3 years, 1 month ago
  74. 9cabe26e serial: 8250_bcm7271: UART errors after resuming from S2 by Al Cooper · 3 years, 1 month ago
  75. d118040 serial: amba-pl011: do not request memory region twice by Lino Sanfilippo · 3 years, 2 months ago
  76. 3672fb6 tty: serial: uartlite: allow 64 bit address by Lizhi Hou · 3 years, 2 months ago
  77. ffccc78 tty: serial: fsl_lpuart: add timeout for wait_event_interruptible in .shutdown() by Sherry Sun · 3 years, 1 month ago
  78. 31bc35d tty: add kernel-doc for tty_standard_install by Jiri Slaby · 3 years, 2 months ago
  79. 3be491d tty: add kernel-doc for more tty_port functions by Jiri Slaby · 3 years, 2 months ago
  80. 3858128 tty: add kernel-doc for more tty_driver functions by Jiri Slaby · 3 years, 2 months ago
  81. 9862966 tty: reformat kernel-doc in n_tty.c by Jiri Slaby · 3 years, 2 months ago
  82. c66453c tty: fix kernel-doc in n_tty.c by Jiri Slaby · 3 years, 2 months ago
  83. bc17b72 tty: reformat kernel-doc in tty_buffer.c by Jiri Slaby · 3 years, 2 months ago
  84. cbb68f9 tty: reformat kernel-doc in tty_ldisc.c by Jiri Slaby · 3 years, 2 months ago
  85. 796a75a tty: reformat kernel-doc in tty_io.c by Jiri Slaby · 3 years, 2 months ago
  86. cb6f6f9 tty: reformat kernel-doc in tty_port.c by Jiri Slaby · 3 years, 2 months ago
  87. 4f4b9b5 tty: serial: atmel: Call dma_async_issue_pending() by Tudor Ambarus · 3 years, 2 months ago
  88. 1e67bd2 tty: serial: atmel: Check return code of dmaengine_submit() by Tudor Ambarus · 3 years, 2 months ago
  89. bb1201d serial: 8250_pci: rewrite pericom_do_set_divisor() by Jay Dolan · 3 years, 2 months ago
  90. c525c5d serial: 8250_pci: Fix ACCES entries in pci_serial_quirks array by Jay Dolan · 3 years, 2 months ago
  91. f85e045 serial: 8250: Fix RTS modem control while in rs485 mode by Lukas Wunner · 3 years, 2 months ago
  92. 028e083 tty: serial: imx: disable UCR4_OREN in .stop_rx() instead of .shutdown() by Fugang Duan · 3 years, 2 months ago
  93. c67643b tty: serial: imx: clear the RTSD status before enable the RTSD irq by Fugang Duan · 3 years, 2 months ago
  94. d78328b tty: remove file from tty_ldisc_ops::ioctl and compat_ioctl by Jiri Slaby · 3 years, 2 months ago
  95. 5db96ef tty: drop tty_schedule_flip() by Jiri Slaby · 3 years, 2 months ago
  96. 5f6a851 tty: drivers/tty/, stop using tty_schedule_flip() by Jiri Slaby · 3 years, 2 months ago
  97. 57dcb6e serial: 8250_dw: Add StarFive JH7100 quirk by Emil Renner Berthing · 3 years, 2 months ago
  98. c668d56 mxser: use PCI_DEVICE_DATA by Jiri Slaby · 3 years, 2 months ago
  99. 4167bd2 mxser: move ids from pci_ids.h here by Jiri Slaby · 3 years, 2 months ago
  100. 16add04 mxser: add MOXA prefix to some PCI device IDs by Jiri Slaby · 3 years, 2 months ago