1. 5db4f7f Revert "tty/serial/8250: use mctrl_gpio helpers" by Andy Shevchenko · 8 years ago
  2. 4ef03d3 tty/serial/8250: use mctrl_gpio helpers by Yegor Yefremov · 8 years ago
  3. 144ef5c2 serial: 8250: export get_mctrl function by Wan Ahmad Zainie · 8 years ago
  4. e490c91 tty: Add software emulated RS485 support for 8250 by Matwey V. Kornilov · 9 years ago
  5. f3fb7ef tty/early: make serial8250_early_{in,out} static again by Vineet Gupta · 9 years ago
  6. b6830f6 serial: 8250: Split base port operations from universal driver by Peter Hurley · 9 years ago
  7. 34d2e45 serial: 8250: include <linux/serial_reg.h> from serial_8250.h by Masahiro Yamada · 9 years ago
  8. 1c5841e tty: serial: 8250: export early_serial8250_setup function by Eddie Huang · 9 years ago
  9. 4037539 serial: 8250: Decouple RSA probe by Peter Hurley · 10 years ago
  10. a4416cd serial: 8250: Separate legacy irq handling from core port operations by Peter Hurley · 10 years ago
  11. df519e7 serial: 8250_early: Remove setup_early_serial8250_console() by Peter Hurley · 10 years ago
  12. c7cef0a console: Add extensible console matching by Peter Hurley · 10 years ago
  13. 4516d50 serial: 8250: Use canary to restart console after suspend by Peter Hurley · 10 years ago
  14. 4bf4ea9 serial: omap_8250: Fix RTS handling by Peter Hurley · 10 years ago
  15. 039ec1f serial/8250: Remove obsolete handling of rs485 ioctls by Ricardo Ribalda Delgado · 10 years ago
  16. baeb7ef tty: serial: 8250: use 32bit variable for rpm_tx_active by Sebastian Andrzej Siewior · 10 years ago
  17. d74d5d1 tty: serial: 8250_core: add run time pm by Sebastian Andrzej Siewior · 10 years ago
  18. b99b121 tty: serial: 8250_core: allow to overwrite & export serial8250_startup() by Sebastian Andrzej Siewior · 10 years ago
  19. e676253 serial/8250: Add support for RS485 IOCTLs by Ricardo Ribalda Delgado · 10 years ago
  20. aef9a7b serial/uart/8250: Add tunable RX interrupt trigger I/F of FIFO buffers by Yoshihiro YUNOMAE · 10 years ago
  21. b1261c8 serial: 8250: introduce up_to_u8250p() helper by Andy Shevchenko · 10 years ago
  22. 9ee4b83 serial: 8250: Add support for dmaengine by Heikki Krogerus · 12 years ago
  23. ed71871 tty/8250_early: Turn serial_in/serial_out into weak symbols. by Noam Camus · 12 years ago
  24. ce7240e 8250: three way resolve of the 8250 diffs by Alan Cox · 12 years ago
  25. 2655a2c 8250: use the 8250 register interface not the legacy one by Alan Cox · 12 years ago
  26. d5b4bb4 Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  27. d157be8 serial: delete the MCA specific 8250 support. by Paul Gortmaker · 12 years ago
  28. f73fa05 serial8250: Introduce serial8250_register_8250_port() by Magnus Damm · 12 years ago
  29. bf03f65 tegra, serial8250: add ->handle_break() uart_port op by Dan Williams · 12 years ago
  30. 9deaa53 serial: add irq handler for Freescale 16550 errata. by Paul Gortmaker · 13 years ago
  31. 3986fb2 serial: export the key functions for an 8250 IRQ handler by Paul Gortmaker · 13 years ago
  32. 9a23434 Revert "tty: serial8250: add helpers for the DesignWare 8250" by Greg Kroah-Hartman · 13 years ago
  33. 6b1a98d tty: serial8250: add helpers for the DesignWare 8250 by Jamie Iles · 13 years ago
  34. 583d28e tty: serial8250: allow platforms to override irq handler by Jamie Iles · 13 years ago
  35. af7f374 serial: abstraction for 8250 legacy ports by Alan Cox · 14 years ago
  36. c161afe 8250: allow platforms to override PM hook. by Manuel Lauss · 14 years ago
  37. 235dae5 U6715 16550A serial driver support by Philippe Langlais · 14 years ago
  38. 1c2f049 serial: 8250: add IRQ trigger support by Vikram Pandita · 15 years ago
  39. 8e23fcc Serial: Allow port type to be specified when calling serial8250_register_port. by David Daney · 16 years ago
  40. 7d6a07d 8250: Serial driver changes to support future Cavium OCTEON serial patches. by David Daney · 16 years ago
  41. 61711f8 sm501: add uart support by Magnus Damm · 16 years ago
  42. 74a19741 8250.c: support specifying DW APB UARTs in device platform_data by Will Newton · 17 years ago
  43. 4f640ef Use resource_size_t for serial port IO addresses by Josh Boyer · 17 years ago
  44. b187f18 serial: add early_serial_setup() back to header file by Yinghai Lu · 17 years ago
  45. 18a8bd9 serial: convert early_uart to earlycon for 8250 by Yinghai Lu · 17 years ago
  46. e0980da [PATCH] Exar quad port serial by Paul B Schroeder · 18 years ago
  47. 104c7b03 [ARM] 3383/3: ixp2000: ixdp2x01 platform serial conversion by Lennert Buytenhek · 19 years ago
  48. 0077d45 [SERIAL] Make uart_port flags a bitwise type by Russell King · 19 years ago
  49. 21c614a [SERIAL] Support Au1x00 8250 UARTs using the generic 8250 driver. by Pantelis Antoniou · 19 years ago
  50. d052d1b Create platform_device.h to contain all the platform device details. by Russell King · 19 years ago
  51. 6df29de [SERIAL] Use an enum for serial8250 platform device IDs by Russell King · 19 years ago
  52. bc49a66 [SERIAL] Move serial8250_*_port prototypes to linux/serial_8250.h by Russell King · 19 years ago
  53. ec9f47c [PATCH] Serial: Split 8250 port table by Russell King · 19 years ago
  54. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago