1. 7be047e serial: 8250_uniphier: fix dl_read and dl_write functions by Masahiro Yamada · 9 years ago
  2. bd63acf serial: export fsl8250_handle_irq by Arnd Bergmann · 9 years ago
  3. fa70045 serial: 8250_mid: Add missing dependency by Heikki Krogerus · 9 years ago
  4. f66477a Merge tag 'clk-for-linus-20151104' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 9 years ago
  5. fd0d351 Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  6. f967fc8 Revert "serial: 8250_dma: don't bother DMA with small transfers" by Frederic Danis · 9 years ago
  7. 6ede6dc serial: 8250_mid: add support for DMA engine handling from UART MMIO by Heikki Krogerus · 9 years ago
  8. ec2f1b6 dmaengine: hsu: make the UART driver in control of selecting this driver by Heikki Krogerus · 9 years ago
  9. d9eda9b serial: 8250_pci: Intel MID UART support to its own driver by Heikki Krogerus · 9 years ago
  10. 0abcc6df serial: 8250_omap: Remove RTS clear by Peter Hurley · 9 years ago
  11. d43b54d serial: Enable Freescale 16550 workaround on arm by Scott Wood · 9 years ago
  12. 378102f Merge 4.3-rc5 into tty-next by Greg Kroah-Hartman · 9 years ago
  13. 3c5a035 serial: 8250: add uart_config entry for PORT_RT2880 by Mans Rullgard · 9 years ago
  14. 27c310c serial: 8250_dma: no need to sync RX buffer by Andy Shevchenko · 9 years ago
  15. 1079123 serial: 8250: Refactor serial console restore-from-suspend by Peter Hurley · 9 years ago
  16. 4f56f3f serial: 8250: Tolerate clock variance for max baud rate by James Hogan · 9 years ago
  17. 9b2256c serial: 8250: simplify ralink/alchemy register remap selection by Mans Rullgard · 9 years ago
  18. 7693c79 serial: 8250_dw: don't set UPF_BOOT_AUTOCONF flag by Heikki Krogerus · 9 years ago
  19. 2338a75 serial: 8250_dw: cleanup dw8250_setup_port by Heikki Krogerus · 9 years ago
  20. 83ce95e serial: 8250_dw: cleanup dw8250_idma_filter by Heikki Krogerus · 9 years ago
  21. 1edb3cf serial: 8250_dw: rename and comment the fallback dma filter by Heikki Krogerus · 9 years ago
  22. c73942e serial: 8250_dw: proper support for UARTs without busy functionality by Heikki Krogerus · 9 years ago
  23. 9e08fa5 serial: 8250_dw: add dw8250_quirks function by Heikki Krogerus · 9 years ago
  24. 4f04205 serial: 8250_dw: only setup the port from one place by Heikki Krogerus · 9 years ago
  25. 2559318 serial: 8250_dw: hook the DMA in one place by Heikki Krogerus · 9 years ago
  26. 1bd8edb serial: 8250_dw: adapt to unified device property interface by Heikki Krogerus · 9 years ago
  27. 78d3da7 serial: 8250_dw: add separate pointer for the uart_port to dw8250_probe by Heikki Krogerus · 9 years ago
  28. d05f157 serial: 8250: Add OF earlycon support by Scott Wood · 9 years ago
  29. c74997b serial: 8250_ingenic: Enable FIFO for Ingenic UARTs by Matt Redfearn · 9 years ago
  30. 129a45b serial: 8250_ingenic: Enable hardware flow control by Matt Redfearn · 9 years ago
  31. 9a23a1d serial: 8250: Fix autoconfig_irq() to avoid race conditions by Taichi Kageyama · 9 years ago
  32. 0b1dd99 drivers/tty: make serial 8250_lpc18xx.c Kconfig a tristate by Paul Gortmaker · 9 years ago
  33. e4fda3a serial: don't register CIR serial ports by Maciej S. Szmigiero · 9 years ago
  34. 658e2eb serial: 8250_omap: check how many bytes were injected by Sebastian Andrzej Siewior · 9 years ago
  35. c0d625c Merge branch 'clk-fixes' into clk-next by Stephen Boyd · 9 years ago
  36. 3b4261d serial: 8250_dw: allow lower reference frequencies by Andy Shevchenko · 9 years ago
  37. f7a7651 tty: serial: Add missing module license for 8250_base.ko by Jonathan McDowell · 9 years ago
  38. 12f03ee Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  39. eafb9ee serial: 8250: move rx_running out of the bitfield by John Ogness · 9 years ago
  40. 830acf9 tty: serial: 8250_omap: do not use RX DMA if pause is not supported by Sebastian Andrzej Siewior · 9 years ago
  41. cbba3e6 serial:8250_dw: do not alter CTS and DCTS since AFE is enabled by Qipeng Zha · 9 years ago
  42. 1d70027 serial: 8250: bind to ALi Fast Infrared Controller (ALI5123) by Maciej S. Szmigiero · 9 years ago
  43. ffa34de serial: 8250: don't bind to SMSC IrCC IR port by Maciej S. Szmigiero · 9 years ago
  44. 2584cf8 arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> instead by Dan Williams · 9 years ago
  45. d315945 serial: 8250_pci: fix mode after S3/S4 resume for F81504/508/512 by Peter Hung · 9 years ago
  46. 89c043a serial: 8250_pci: Add support for Pericom PI7C9X795[1248] by Adam Lee · 9 years ago
  47. 0a6c301 serial: 8250: Auto CTS control by HW if AFE enabled by Qipeng Zha · 9 years ago
  48. e70e69b serial: 8250_uniphier: call clk_disable_unprepare() on failure path by Masahiro Yamada · 9 years ago
  49. fecf27a serial: 8250_pci: add RS485 for F81504/508/512 by Peter Hung · 9 years ago
  50. 3bb2ccd tty: serial: Drop owner assignment from platform_driver by Krzysztof Kozlowski · 9 years ago
  51. da89164 serial: 8250: Do XR17V35X specific wakeup in serial8250_do_startup by Joerg Roedel · 9 years ago
  52. ee3ad90 serial: 8250: Defer interrupt enable until fifos enabled by Peter Hurley · 9 years ago
  53. f3fb7ef tty/early: make serial8250_early_{in,out} static again by Vineet Gupta · 9 years ago
  54. b6830f6 serial: 8250: Split base port operations from universal driver by Peter Hurley · 9 years ago
  55. 5bac4b3 serial: 8250_omap: Remove auto-IXON flow control by Peter Hurley · 9 years ago
  56. 27c93af serial: 8250_omap: workaround module disable errata on dra7x SoCs by Sekhar Nori · 9 years ago
  57. cdb929e serial: 8250_omap: workaround errata around idling UART after using DMA by Sekhar Nori · 9 years ago
  58. 4fcdff9 serial: 8250_omap: introduce "ti,am3352-uart" compatible property by Sekhar Nori · 9 years ago
  59. 6f03541 serial: 8250_omap: refactor mdr1 update by Sekhar Nori · 9 years ago
  60. 727fd8a serial: 8250_omap: fix kernel crash in suspend-to-ram by Sekhar Nori · 9 years ago
  61. 29d5864 serial/8250_fintek: Support for any io address. by Ricardo Ribalda Delgado · 10 years ago
  62. ce8c267 serial/8250_fintek: Support keys different than default by Ricardo Ribalda Delgado · 10 years ago
  63. dae77f7 serial/8250_fintek: Support for chip_ip 0x0501 by Ricardo Ribalda Delgado · 10 years ago
  64. 017bec3 serial/8250_fintek: Support for multiple base_ports by Ricardo Ribalda Delgado · 10 years ago
  65. 92a5f11 serial/8250_fintek: Use private data structure by Ricardo Ribalda Delgado · 10 years ago
  66. d4113f2 Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  67. 78c10e5 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  68. 0cf985f serial: 8250_ingenic: support for Ingenic SoC UARTs by Paul Burton · 10 years ago
  69. 899f0c1 serial: 8250_pci: Correct uartclk for xr17v35x expansion chips by Soeren Grunewald · 10 years ago
  70. be32c0c serial: 8250_pci: Add support for 12 port Exar boards by Soeren Grunewald · 10 years ago
  71. a3e362f serial: 8250_omap: Move wake-up interrupt to generic wakeirq by Tony Lindgren · 10 years ago
  72. 9809889 serial: 8250_omap: provide complete custom startup & shutdown callbacks by Sebastian Andrzej Siewior · 10 years ago
  73. d2aef35 serial: 8250: add LPC18xx/43xx UART driver by Joachim Eastwood · 10 years ago
  74. 1a8d290 serial: 8250_uniphier: add UniPhier serial driver by Masahiro Yamada · 10 years ago
  75. 0788c39 serial: 8250_dw: support ACPI platforms with integrated DMA engine by Heikki Krogerus · 10 years ago
  76. ba02406 serial: 8250: remove return statements from void function by Masahiro Yamada · 10 years ago
  77. 7798ede tty: serial/8250: remove console dependency for mediatek by Arnd Bergmann · 10 years ago
  78. 9e91597 serial: 8250_omap: provide complete custom startup & shutdown callbacks by Sebastian Andrzej Siewior · 10 years ago
  79. 1ed7b84 serial: 8250: do not copy port.fifosize member twice by Masahiro Yamada · 10 years ago
  80. 59cfc45 serial: 8250: Do nothing if nr_uarts=0 by Jan Kiszka · 10 years ago
  81. 2c40b57 tty: serial: 8250_mtk: Add earlycon by Eddie Huang · 10 years ago
  82. 1c5841e tty: serial: 8250: export early_serial8250_setup function by Eddie Huang · 10 years ago
  83. c1c325d tty: serial: 8250_mtk: Add support for bus clock by Sascha Hauer · 10 years ago
  84. 68e5fc4 tty: serial: 8250_mtk: use pm_runtime callbacks for enabling by Sascha Hauer · 10 years ago
  85. a5fd8445 tty: serial: 8250_mtk: Use devm_clk_get by Sascha Hauer · 10 years ago
  86. 59f89f2 tty: serial: 8250_mtk: remove unnecessary test by Sascha Hauer · 10 years ago
  87. eda0cd3 tty: serial: 8250: omap: synchronize rx_running by John Ogness · 10 years ago
  88. 507224a serial: 8250: remove Kconfig indirection by Valentin Rothberg · 10 years ago
  89. 47eb16f drivers/tty/serial/8250/8250_core.c: remove CONFIG_HUB6 by Valentin Rothberg · 10 years ago
  90. 96a5d18 serial: 8250_pci: Add support for 16 port Exar boards by Soeren Grunewald · 10 years ago
  91. d56a669 Merge tag 'devicetree-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 10 years ago
  92. 41d5e08 Merge tag 'tty-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
  93. c627f2c serial: 8250: Add support for big-endian MMIO accesses by Kevin Cernekee · 10 years ago
  94. 17528b3 Merge branch 'pnp' by Rafael J. Wysocki · 10 years ago
  95. 6a8bc23 serial: 8250_pci: port failed after wakeup from S3 by Peter Hung · 10 years ago
  96. ca782f1 earlycon: 8250: Document kernel command line options by Peter Hurley · 10 years ago
  97. 8751577 earlycon: 8250: Fix command line regression by Peter Hurley · 10 years ago
  98. 23f5b3f serial: 8250_dw: only get the clock rate in one place by Heikki Krogerus · 10 years ago
  99. 9001c07 serial: 8250_dw: remove useless ACPI ID check by Heikki Krogerus · 10 years ago
  100. 90b9aac serial: 8250_pci: add Intel Tangier support by Andy Shevchenko · 10 years ago