1. e94159d tty: serial: Fix spelling mistake "Asychronous" -> "Asynchronous" by Colin Ian King · 3 years, 6 months ago
  2. 5bbe10a tty: serial: uartlite: Add runtime pm support by Shubhrajyoti Datta · 3 years, 6 months ago
  3. ed623df tty: serial: uartlite: Disable clocks in case of errors by Shubhrajyoti Datta · 3 years, 6 months ago
  4. 4fc2d3c serial: samsung: use dma_ops of DMA if attached by Tamseel Shams · 3 years, 7 months ago
  5. b081946 arm pl011 serial: support multi-irq request by Bing Fan · 3 years, 7 months ago
  6. 8d47923 serial: amba-pl011: add RS485 support by Lino Sanfilippo · 3 years, 7 months ago
  7. 240e126 tty: serial: jsm: hold port lock when reporting modem line changes by Zheyu Ma · 3 years, 6 months ago
  8. e7b9193 serial: core: Report magic multiplier extra baud rates by Maciej W. Rozycki · 3 years, 7 months ago
  9. b1442c5 serial: 8250: extend compile-test coverage by Johan Hovold · 3 years, 6 months ago
  10. 8a66b31 serial: 8250_bcm7271: use NULL to initialized a null pointer by Colin Ian King · 3 years, 6 months ago
  11. 1304320 serial: 8250_pnp: Support configurable clock frequency by Jianmin Lv · 3 years, 6 months ago
  12. cb3ea80 serial: 8250: 8250_omap: make a const array static, makes object smaller by Colin Ian King · 3 years, 6 months ago
  13. c932ed0 Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 3 years, 6 months ago
  14. 15279eb serial: mvebu-uart: remove unused member nb from struct mvebu_uart by Pali Rohár · 3 years, 7 months ago
  15. deeaf96 serial: mvebu-uart: correctly calculate minimal possible baudrate by Pali Rohár · 3 years, 7 months ago
  16. ecd6b01 serial: mvebu-uart: do not allow changing baudrate when uartclk is not available by Pali Rohár · 3 years, 7 months ago
  17. 9078204 serial: mvebu-uart: fix calculation of clock divisor by Pali Rohár · 3 years, 7 months ago
  18. 5607fa6 serial: Prefer unsigned int to bare use of unsigned by Jinchao Wang · 3 years, 7 months ago
  19. b67e830 serial: 8250: 8250_omap: Fix possible interrupt storm on K3 SoCs by Vignesh Raghavendra · 3 years, 7 months ago
  20. 08b0adb serial: qcom_geni_serial: use DT aliases according to DT bindings by Dmitry Baryshkov · 3 years, 7 months ago
  21. cddd53e Revert "tty: serial: Add UART driver for Cortina-Access platform" by Greg Kroah-Hartman · 3 years, 7 months ago
  22. b61c8bf tty: serial: Add UART driver for Cortina-Access platform by Jason Li · 3 years, 7 months ago
  23. d495dd7 serial_cs: Add Option International GSM-Ready 56K/ISDN modem by Ondrej Zary · 3 years, 7 months ago
  24. 11b1d88 serial_cs: remove wrong GLOBETROTTER.cis entry by Ondrej Zary · 3 years, 7 months ago
  25. f7adc73 serial: 8250: Handle custom baud rates in UPF_MAGIC_MULTIPLIER range by Maciej W. Rozycki · 3 years, 7 months ago
  26. 78bcae8 serial: 8250: Actually allow UPF_MAGIC_MULTIPLIER baud rates by Maciej W. Rozycki · 3 years, 7 months ago
  27. b1691bd serial: 8250: Document SMSC Super I/O UART peculiarities by Maciej W. Rozycki · 3 years, 7 months ago
  28. 6cbe45d serial: 8250: Correct the clock for OxSemi PCIe devices by Maciej W. Rozycki · 3 years, 7 months ago
  29. f771a34 serial: 8250: Dissociate 4MHz Titan ports from Oxford ports by Maciej W. Rozycki · 3 years, 7 months ago
  30. 3ec2ff3 tty: make use of tty_get_{char,frame}_size by Jiri Slaby · 3 years, 7 months ago
  31. 8ea43ac mxs-auart: redefine AUART_LINECTRL_WLEN to accept bits count by Jiri Slaby · 3 years, 7 months ago
  32. 654ee49 tty: make tty_get_{char,frame}_size available by Jiri Slaby · 3 years, 7 months ago
  33. a7770a4 serial: stm32: defer probe for dma devices by Erwan Le Ray · 3 years, 7 months ago
  34. af9a1f6 serial: tegra-tcu: Reorder channel initialization by Mikko Perttunen · 3 years, 7 months ago
  35. 08a8441 serial: sh-sci: Stop dmaengine transfer in sci_stop_tx() by Yoshihiro Shimoda · 3 years, 7 months ago
  36. 99289bf Merge tag 'v5.13-rc6' into tty-next by Greg Kroah-Hartman · 3 years, 7 months ago
  37. 68afbd8 Merge tag 'v5.13-rc6' into driver-core-next by Greg Kroah-Hartman · 3 years, 7 months ago
  38. 7d356a4 serial: 8250_exar: Extract exar_get_platform() helper by Andy Shevchenko · 3 years, 7 months ago
  39. 7c3e8d9 serial: 8250_exar: Avoid NULL pointer dereference at ->exit() by Andy Shevchenko · 3 years, 7 months ago
  40. e901000 serial: sh-sci: Remove unused STEPFN() macro by Geert Uytterhoeven · 3 years, 7 months ago
  41. 3b2cd60 serial: sh-sci: Add support for RZ/G2L SoC by Biju Das · 3 years, 8 months ago
  42. d157fca serial: tty: uartlite: fix console setup by Daniel Mack · 3 years, 8 months ago
  43. db0a196 serial: imx: Add DMA buffer configuration via DT by Fabien Lahoudere · 3 years, 9 months ago
  44. 910cc953 Merge 5.13-rc4 into tty-next by Greg Kroah-Hartman · 3 years, 8 months ago
  45. 92722ba Merge 5.13-rc4 into driver-core-next by Greg Kroah-Hartman · 3 years, 8 months ago
  46. 3837f9a Merge tag 'tty-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 3 years, 8 months ago
  47. 56dde68 Revert "serial: 8250: 8250_omap: Fix possible interrupt storm" by Greg Kroah-Hartman · 3 years, 8 months ago
  48. 9808f9b serial: 8250_pci: handle FL_NOIRQ board flag by Christian Gmeiner · 3 years, 8 months ago
  49. fad92b1 tty: serial: 8250: serial_cs: Fix a memory leak in error handling path by Christophe JAILLET · 3 years, 8 months ago
  50. 0160028 serial: rp2: use 'request_firmware' instead of 'request_firmware_nowait' by Zheyu Ma · 3 years, 8 months ago
  51. f421ed3 Revert "serial: sh-sci: Add support for RZ/G2L SoC" by Greg Kroah-Hartman · 3 years, 8 months ago
  52. e0e2420 serial: 8250_pci: Add support for new HPE serial device by Randy Wright · 3 years, 8 months ago
  53. 31fae7c serial: 8250: 8250_omap: Fix possible interrupt storm by Vignesh Raghavendra · 3 years, 8 months ago
  54. 1f06f57 serial: 8250: Use BIT(x) for UART_{CAP,BUG}_* by Andrew Jeffery · 3 years, 8 months ago
  55. df8f2be serial: 8250: Add UART_BUG_TXRACE workaround for Aspeed VUART by Andrew Jeffery · 3 years, 8 months ago
  56. b50155c tty: serial: xilinx_uartps: Fix documentation for cdns_uart_clk_notifier_cb() by Lee Jones · 3 years, 8 months ago
  57. 0e4b55973 tty: serial: st-asc: Demote a kernel-doc formatting abuse by Lee Jones · 3 years, 8 months ago
  58. cd256b0 tty/serial: make port of serial8250_register_8250_port const by Jiri Slaby · 3 years, 8 months ago
  59. b8be5db tty/serial: clean up uart_match_port by Jiri Slaby · 3 years, 8 months ago
  60. 4bc2bd5 serial: liteuart: Add support for earlycon by Stafford Horne · 3 years, 8 months ago
  61. cb1b206 serial: sc16is7xx: Use devm_clk_get_optional() by Andy Shevchenko · 3 years, 8 months ago
  62. d4d6f03 serial: max310x: Try to get crystal clock rate from property by Andy Shevchenko · 3 years, 8 months ago
  63. 18ee37e serial: drop irq-flags initialisations by Johan Hovold · 3 years, 8 months ago
  64. 1e49b09 serial: kgdb_nmi: remove redundant initialization of variable c by Colin Ian King · 3 years, 8 months ago
  65. 064b6e4 serial: sh-sci: Add support for RZ/G2L SoC by Biju Das · 3 years, 8 months ago
  66. 27d44e0 tty: serial: meson: retrieve port FIFO size from DT by Neil Armstrong · 3 years, 8 months ago
  67. 27dede0 tty: serial: sb1250-duart: include <linux/io.h> instead of <asm/io.h> by Zihao Tang · 3 years, 8 months ago
  68. 7d5a3ec tty: serial: vr41xx_siu: include <linux/io.h> instead of <asm/io.h> by Zihao Tang · 3 years, 8 months ago
  69. 93310078 tty: serial: sunzilog: include <linux/io.h> instead of <asm/io.h> by Zihao Tang · 3 years, 8 months ago
  70. 4f1c658 tty: serial: sunsu: include <linux/io.h> instead of <asm/io.h> by Zihao Tang · 3 years, 8 months ago
  71. d890c50 tty: serial: sunsab: include <linux/io.h> instead of <asm/io.h> by Zihao Tang · 3 years, 8 months ago
  72. 10dab44 tty: serial: txx9: include <linux/io.h> instead of <asm/io.h> by Zihao Tang · 3 years, 8 months ago
  73. ce6ff28 tty: serial: pmac_zilog: include <linux/io.h> insteiad of <asm/io.h> by Zihao Tang · 3 years, 8 months ago
  74. b1c92c1 tty: serial: mux: include <linux/io.h> instead of <asm/io.h> by Zihao Tang · 3 years, 8 months ago
  75. 3dccc35 tty: serial: ip22zilog: include <linux/io.h> instead of <asm/io.h> by Zihao Tang · 3 years, 8 months ago
  76. 0ebee1eb tty: serial: icom: include <linux/io.h> instead of <asm/io.h> by Zihao Tang · 3 years, 8 months ago
  77. 27bcf79 tty: serial: dz: include <linux/io.h> instead of <asm/io.h> by Zihao Tang · 3 years, 8 months ago
  78. 635b258 tty: serial: atmel: include <linux/io.h> instead of <asm/io.h> by Zihao Tang · 3 years, 8 months ago
  79. fff4ef1 tty: make tty_operations::chars_in_buffer return uint by Jiri Slaby · 3 years, 9 months ago
  80. 9a33fbf tty: make tty_buffer_space_avail return uint by Jiri Slaby · 3 years, 9 months ago
  81. 3890e3d serial: max310x: unregister uart driver in case of failure and abort by Atul Gopinathan · 3 years, 9 months ago
  82. b0a85ab Revert "serial: max310x: pass return value of spi_register_driver" by Greg Kroah-Hartman · 3 years, 9 months ago
  83. 754f391 Revert "serial: mvebu-uart: Fix to avoid a potential NULL pointer dereference" by Greg Kroah-Hartman · 3 years, 9 months ago
  84. 3c35d2a serial: 8250_dw: Add device HID for new AMD UART controller by Maximilian Luz · 3 years, 8 months ago
  85. 2ea2e01 serial: sh-sci: Fix off-by-one error in FIFO threshold register setting by Geert Uytterhoeven · 3 years, 8 months ago
  86. 5e722b2 serial: core: fix suspicious security_locked_down() call by Ondrej Mosnacek · 3 years, 8 months ago
  87. 3ddb4ce serial: tegra: Fix a mask operation that is always true by Colin Ian King · 3 years, 9 months ago
  88. 03b3b1a tty: make tty_operations::write_room return uint by Jiri Slaby · 3 years, 9 months ago
  89. 6e94dbc tty: cumulate and document tty_struct::flow* members by Jiri Slaby · 3 years, 9 months ago
  90. d7e325a serial: 8250_omap: fix a timeout loop condition by Dan Carpenter · 3 years, 9 months ago
  91. 26f7591 serial: 8250: Add an empty line and remove some useless {} by Christophe JAILLET · 3 years, 9 months ago
  92. 89e7800 serial: 8250: Use 'hlist_for_each_entry' to simplify code by Christophe JAILLET · 3 years, 9 months ago
  93. 021212f serial: meson: remove redundant initialization of variable id by Colin Ian King · 3 years, 9 months ago
  94. f5b0838 serial: 8250: of: Check for CONFIG_SERIAL_8250_BCM7271 by Jim Quinlan · 3 years, 9 months ago
  95. 7158124 serial: qcom_geni_serial: redundant initialization to variable line by Colin Ian King · 3 years, 9 months ago
  96. 54da3e3 serial: 8250_aspeed_vuart: use UPF_IOREMAP to set up register mapping by Zev Weiss · 3 years, 8 months ago
  97. c9805fb serial: 8250_aspeed_vuart: initialize vuart->port in aspeed_vuart_probe() by Zev Weiss · 3 years, 8 months ago
  98. 991a350d serial: 8250_aspeed_vuart: factor out aspeed_vuart_{read, write}b() helper functions by Zev Weiss · 3 years, 8 months ago
  99. 0733d83 firmware: replace HOTPLUG with UEVENT in FW_ACTION defines by Shawn Guo · 3 years, 9 months ago
  100. 7a9a236 tty: serial: samsung_tty: remove set but not used variables by Tian Tao · 3 years, 9 months ago