1. b6c5ef6 serial: sh-sci: Make probe fail for ports that exceed the maximum count by Laurent Pinchart · 12 years ago
  2. 6dae142 serial: sh-sci: Fix probe error paths by Laurent Pinchart · 12 years ago
  3. d5b4bb4 Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  4. 1d767ca Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 12 years ago
  5. 94b5aff Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  6. 813a95e Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  7. 0e8963d serial: sh-sci: Fix for port types without BRI interrupts. by Paul Mundt · 12 years ago
  8. d157be8 serial: delete the MCA specific 8250 support. by Paul Gortmaker · 12 years ago
  9. 59bd234 serial: bfin_uart: Make MMR access compatible with 32 bits bf609 style controller. by Sonic Zhang · 12 years ago
  10. 3c2d0ed serial: bfin_uart: RTS and CTS MMRs can be either 16-bit width or 32-bit width. by Sonic Zhang · 12 years ago
  11. 239c25b serial: bfin_uart: narrow the reboot condition in DMA tx interrupt by Sonic Zhang · 12 years ago
  12. b06d2f2 serial: bfin_uart: Adapt bf5xx serial driver to bf60x serial4 controller. by Sonic Zhang · 12 years ago
  13. 55e4b8b Revert "serial_core: Update buffer overrun statistics." by Greg Kroah-Hartman · 12 years ago
  14. 1e66cde tty: Allow uart_register/unregister/register by Alan Cox · 12 years ago
  15. 2e174c3 serial: mxs-auart: adopt pinctrl support by Shawn Guo · 12 years ago
  16. 258e055 serial: amba-pl011: adopt pinctrl support by Shawn Guo · 12 years ago
  17. 86822f8 Merge branch 'clps711x/cleanup' into next/cleanup by Arnd Bergmann · 12 years ago
  18. 304b2c6 ARM: clps711x: Using a single definition for the PHYS and VIRT registers offset by Alexander Shiyan · 12 years ago
  19. fed78ce tty: serial: imx: adopt pinctrl support by Shawn Guo · 12 years ago
  20. 15f99cb Merge branch 'sh/rsk-updates' into sh-latest by Paul Mundt · 12 years ago
  21. 3e62c41 serial8250-em: Add DT support by Magnus Damm · 12 years ago
  22. 94e792a serial8250-em: clk_get() IS_ERR() error handling fix by Magnus Damm · 12 years ago
  23. 6421808 serial_core: Update buffer overrun statistics. by Corbin Atkinson · 12 years ago
  24. fd11b42 cris: fix missing tty arg in wait_event_interruptible_tty call by Paul Gortmaker · 12 years ago
  25. d29f3ef tty_lock: Localise the lock by Alan Cox · 12 years ago
  26. 22886ee serial8250-em: Emma Mobile UART driver V2 by Magnus Damm · 12 years ago
  27. 8b979f7 Add missing call to uart_update_timeout() by Lothar Waßmann · 12 years ago
  28. f73fa05 serial8250: Introduce serial8250_register_8250_port() by Magnus Damm · 12 years ago
  29. e815562 serial8250: Clean up default map and dl code by Magnus Damm · 12 years ago
  30. 28bf4cf serial8250: Use dl_read()/dl_write() on RM9K by Magnus Damm · 12 years ago
  31. 6b41603 serial8250: Use dl_read()/dl_write() on Alchemy by Magnus Damm · 12 years ago
  32. cc419fa0 serial8250: Add dl_read()/dl_write() callbacks by Magnus Damm · 12 years ago
  33. f9a9111 8250.c: less than 2400 baud fix. by Christian Melki · 12 years ago
  34. aaa10eb 8250_pci: fix pch uart matching by Arnaud Patard · 13 years ago
  35. 810b4de tty/serial/pmac_zilog: Fix "nobody cared" IRQ message by Larry Finger · 12 years ago
  36. 10af77c Merge 3.4-rc4 into tty-next by Greg Kroah-Hartman · 13 years ago
  37. fb56a91 Merge branches 'sh/st-integration' and 'sh/stackprotector' into sh-latest by Paul Mundt · 13 years ago
  38. 5f1a389 serial/8250_pci: fix suspend/resume vs init/exit quirks by Dan Williams · 13 years ago
  39. 0ad372b serial/8250_pci: Clear FIFOs for Intel ME Serial Over Lan device on BI by Sudhakar Mamillapalli · 13 years ago
  40. 665ab0f Merge 3.4-rc3 into tty-next by Greg Kroah-Hartman · 13 years ago
  41. af6d17c pch_uart: Fix dma channel unallocated issue by Tomoya MORINAGA · 13 years ago
  42. 7a6fbc9 ARM: clps711x: serial driver hungs are a result of call disable_irq within ISR by Alexander Shiyan · 13 years ago
  43. bf03f65 tegra, serial8250: add ->handle_break() uart_port op by Dan Williams · 13 years ago
  44. 7c77c8d OMAP2+: UART: Remove cpu checks for populating errata flags by Govindraj.R · 13 years ago
  45. 4fd0690 serial: pl011: implement workaround for CTS clear event issue by Rajanikanth H.V · 13 years ago
  46. f4f9c1a Merge tag 'tty-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 13 years ago
  47. a4e02f6 serial: sh-sci: Update break_ctl handling for all SCSPTR-capable regtypes. by Shimoda, Yoshihiro · 13 years ago
  48. ef4f9d4 pch_uart: Fix duplicate memory release issue by Tomoya MORINAGA · 13 years ago
  49. 04e2c2e pch_uart: Fix return value issue by Tomoya MORINAGA · 13 years ago
  50. 159d4e1 pch_uart: delete unused data structure by Tomoya MORINAGA · 13 years ago
  51. 5181fb3 pch_uart: Support modem status interrupt by Tomoya MORINAGA · 13 years ago
  52. b23954a3 pch_uart: change type to %d to %02x by Tomoya MORINAGA · 13 years ago
  53. 2a58364 pch_uart: change type to u8 by Tomoya MORINAGA · 13 years ago
  54. 44db113 pch_uart: Delete unused structure member by Tomoya MORINAGA · 13 years ago
  55. 8e32841 TTY: 68328serial, use tty_port_block_til_ready by Jiri Slaby · 13 years ago
  56. 665569d TTY: 68328serial, use tty from tty_port by Jiri Slaby · 13 years ago
  57. 467712c TTY: 68328serial, propagate tty by Jiri Slaby · 13 years ago
  58. a85dd82 TTY: 68328serial, use flags from tty_port by Jiri Slaby · 13 years ago
  59. 4a85b1f TTY: 68328serial, use close_delay/closing_wait from tty_port by Jiri Slaby · 13 years ago
  60. c26f011 TTY: 68328serial, use open/close_wait from tty_port by Jiri Slaby · 13 years ago
  61. 8626434 TTY: 68328serial, add tty_port by Jiri Slaby · 13 years ago
  62. 1bb2687 TTY: 68328serial, remove 68328serial.h by Jiri Slaby · 13 years ago
  63. 107afb7 TTY: 68328serial, use ulong flags for interrupts status by Jiri Slaby · 13 years ago
  64. b8aa50f TTY: 68328serial, remove garbage by Jiri Slaby · 13 years ago
  65. c21e265 TTY: 68328serial, remove unused stuff from m68k_serial by Jiri Slaby · 13 years ago
  66. cea4b2c TTY: 68328serial, remove serial_state and friends by Jiri Slaby · 13 years ago
  67. 953756e TTY: crisv10, initialize tty_port by Jiri Slaby · 13 years ago
  68. 37f00f6 TTY: crisv10, remove unused tmp_buf by Jiri Slaby · 13 years ago
  69. 11bbd5b pch_uart: Add Kontron COMe-mTT10 uart clock quirk by Michael Brunner · 13 years ago
  70. 867c902 pch_uart: Fix MSI setting issue by Tomoya MORINAGA · 13 years ago
  71. bc02d15 serial/8250_pci: add a "force background timer" flag and use it for the "kt" serial port by Dan Williams · 13 years ago
  72. 49b532f Revert "serial/8250_pci: setup-quirk workaround for the kt serial controller" by Dan Williams · 13 years ago
  73. 3579812 Revert "serial/8250_pci: init-quirk msi support for kt serial controller" by Dan Williams · 13 years ago
  74. d8c4019 tty/serial/omap: console can only be built-in by Arnd Bergmann · 13 years ago
  75. 7b246a1 serial: samsung: fix omission initialize ulcon in reset port fn() by Kukjin Kim · 13 years ago
  76. 57c3686 tty/serial: atmel_serial: fix RS485 half-duplex problem by Siftar, Gabe · 13 years ago
  77. acede70 tty: serial: altera_uart: Check for NULL platform_data in probe. by Yuriy Kozlov · 13 years ago
  78. 388bc26 omap-serial: Fix the error handling in the omap_serial probe by Shubhrajyoti D · 13 years ago
  79. bbb4ce5 serial: sh-sci: modify sci_break_ctl() by Shimoda, Yoshihiro · 13 years ago
  80. 664481e Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 13 years ago
  81. c3d8b76 serial: PL011: move interrupt clearing by Linus Walleij · 13 years ago
  82. 5d32c88 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 13 years ago
  83. 234e340 simple_open: automatically convert to simple_open() by Stephen Boyd · 13 years ago
  84. ca6f327 serial/sunzilog: fix keyboard on SUN SPARCstation by Sam Ravnborg · 13 years ago
  85. b12bb29 serial: sh-sci: use serial_port_in/out vs sci_in/out. by Paul Mundt · 13 years ago
  86. f52b69f8 Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 13 years ago
  87. ef08e78 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 13 years ago
  88. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 13 years ago
  89. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
  90. d550bbd Disintegrate asm/system.h for Sparc by David Howells · 13 years ago
  91. b1a154d Disintegrate asm/system.h for CRIS by David Howells · 13 years ago
  92. 9f97da7 Disintegrate asm/system.h for ARM by David Howells · 13 years ago
  93. 49d4bca serial: sh-sci: fix a race of DMA submit_tx on transfer by Yoshii Takashi · 13 years ago
  94. 9e4db1c Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 13 years ago
  95. 66f03c6 Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  96. 3480059 Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  97. f314f33 ARM: 7342/2: sa1100: prepare for sparse irq conversion by Rob Herring · 13 years ago
  98. 0e65ae0 Merge tag 'ia64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 13 years ago
  99. 7fc86a7 Merge tag 'pinctrl-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 13 years ago
  100. 5375871 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago