1. 57f2685 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 13 years ago
  2. 4964e06 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 13 years ago
  3. 4c4d285 Merge tag 'rmobile-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 13 years ago
  4. b1bdd25 Merge branch 'sh/nommu' into sh-latest by Paul Mundt · 13 years ago
  5. 37cfc3f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next by Linus Torvalds · 13 years ago
  6. 979ecef Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  7. b3c3752 Merge tag 'pm' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  8. dfc1ebe Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  9. 5983faf Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 13 years ago
  10. ca371d2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into sh-latest by Paul Mundt · 13 years ago
  11. 04cf399 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into rmobile-latest by Paul Mundt · 13 years ago
  12. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  13. d3d0b02 Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm by Linus Torvalds · 13 years ago
  14. 995234d tty: serial: imx: move del_timer_sync() to avoid potential deadlock by Eric Miao · 13 years ago
  15. 01f56ab imx: add polled io uart methods by Saleem Abdulrasool · 13 years ago
  16. 0ad5a81 imx: Add save/restore functions for UART control regs by Dirk Behme · 13 years ago
  17. 20bb809 serial/imx: let probing fail for the dt case without a valid alias by Uwe Kleine-König · 13 years ago
  18. a197a19 serial/imx: propagate error from of_alias_get_id instead of using -ENODEV by Uwe Kleine-König · 13 years ago
  19. db1a9b5 tty: serial: imx: Allow UART to be a source for wakeup by Fabio Estevam · 13 years ago
  20. 5908738 serial: driver for m32 arch should not have DEC alpha errata by Paul Gortmaker · 13 years ago
  21. dbf1115 atmel_serial: fix spinlock lockup in RS485 code by Claudio Scordino · 13 years ago
  22. 97d2463 serial: use DIV_ROUND_CLOSEST instead of open coding it by Uwe Kleine-König · 13 years ago
  23. 1e9deb1 serial: add support for 400 and 800 v3 series Titan cards by Yegor Yefremov · 13 years ago
  24. a481377 serial: mxs-auart: convert to clk_prepare/clk_unprepare by Shawn Guo · 13 years ago
  25. ab17da5 apbuart: fix section mismatch warning by Sam Ravnborg · 13 years ago
  26. a169a88 serial: samsung: Fix build for non-Exynos4210 devices by Mark Brown · 13 years ago
  27. 26c919e serial: samsung: add device tree support by Thomas Abraham · 13 years ago
  28. da12150 serial: samsung: merge probe() function from all SoC specific extensions by Thomas Abraham · 13 years ago
  29. 0dfb3b4 serial: samsung: merge all SoC specific port reset functions by Thomas Abraham · 13 years ago
  30. c3310fb serial: samsung: remove all uses of get_clksrc and set_clksrc by Thomas Abraham · 13 years ago
  31. afba7f9 ARM: SAMSUNG: remove struct 's3c24xx_uart_clksrc' and all uses of it by Thomas Abraham · 13 years ago
  32. 5f5a7a5 serial: samsung: switch to clkdev based clock lookup by Thomas Abraham · 13 years ago
  33. 046c217 ARM: S3C2440: move handling of fclk/n clock to platform code by Thomas Abraham · 13 years ago
  34. 4d84e97 serial: samsung: Keep a copy of the location of platform data in driver's private data by Thomas Abraham · 13 years ago
  35. d92b0df omap-serial: Add minimal device tree support by Rajendra Nayak · 13 years ago
  36. 8fe789d omap-serial: Use default clock speed (48Mhz) if not specified by Rajendra Nayak · 13 years ago
  37. ba77433 omap-serial: Get rid of all pdev->id usage by Rajendra Nayak · 13 years ago
  38. a79dd5a tty/serial/pmac_zilog: Fix suspend & resume by Benjamin Herrenschmidt · 13 years ago
  39. da27468 ARM: OMAP2+: UART: Fix compilation/sparse warnings by Govindraj.R · 13 years ago
  40. 2fd1496 ARM: OMAP2+: UART: Remove omap_uart_can_sleep and add pm_qos by Govindraj.R · 13 years ago
  41. a9e210e ARM: OMAP2+: UART: Make the RX_TIMEOUT for DMA configurable for each UART by Jon Hunter · 13 years ago
  42. c86845db ARM: OMAP2+: UART: Allow UART parameters to be configured from board file. by Deepak K · 13 years ago
  43. 62f3ec5f ARM: OMAP2+: UART: Add wakeup mechanism for omap-uarts by Govindraj.R · 13 years ago
  44. 9473474 ARM: OMAP2+: UART: Move errata handling from serial.c to omap-serial by Govindraj.R · 13 years ago
  45. ec3bebc ARM: OMAP2+: UART: Get context loss count to context restore by Govindraj.R · 13 years ago
  46. 3221289 ARM: OMAP2+: UART: Remove uart reset function. by Govindraj.R · 13 years ago
  47. c538d20 ARM: OMAP2+: UART: Ensure all reg values configured are available from port structure by Govindraj.R · 13 years ago
  48. 9f9ac1e ARM: OMAP2+: UART: Remove context_save and move context restore to driver by Govindraj.R · 13 years ago
  49. fcdca75 ARM: OMAP2+: UART: Add runtime pm support for omap-serial driver by Govindraj.R · 14 years ago
  50. edd70ad ARM: OMAP2+: UART: Remove mapbase/membase fields from pdata. by Govindraj.R · 13 years ago
  51. 273558b ARM: OMAP2+: UART: Cleanup part of clock gating mechanism for uart by Govindraj.R · 13 years ago
  52. 6485163 serial: bfin-uart: Remove ASYNC_CTS_FLOW flag for hardware automatic CTS. by Sonic Zhang · 13 years ago
  53. b48dc71 serial: bfin-uart: Enable hardware automatic CTS only when CTS pin is available. by Sonic Zhang · 13 years ago
  54. 5c2f37d serial: make FSL errata depend on 8250_CONSOLE, not just 8250 by Paul Gortmaker · 13 years ago
  55. 9deaa53 serial: add irq handler for Freescale 16550 errata. by Paul Gortmaker · 13 years ago
  56. 86b2119 serial: manually inline serial8250_handle_port by Paul Gortmaker · 13 years ago
  57. a043147 serial: make 8250 timeout use the specified IRQ handler by Paul Gortmaker · 13 years ago
  58. 3986fb2 serial: export the key functions for an 8250 IRQ handler by Paul Gortmaker · 13 years ago
  59. 0690f41 serial: clean up parameter passing for 8250 Rx IRQ handling by Paul Gortmaker · 13 years ago
  60. 850624c serial: move struct uart_8250_port from 8250.c to 8250.h by Paul Gortmaker · 13 years ago
  61. ee815f3 msm_serial_hs: Fix spinlock recursion in handling CTS by Mayank Rana · 13 years ago
  62. 8431de8 msm_serial_hs: Fix type inconsistency for tx and rx command_ptr_ptr by Mayank Rana · 13 years ago
  63. 7f97c00 serial: fix serial_cs I/O windows for Argosy RS-COM 2P by Maciej Szmigiero · 13 years ago
  64. 7d73aaf serial: 8250: replace hardcoded 0xbf with #define by Wolfram Sang · 13 years ago
  65. cee3948 serial: bfin-sport-uart: Add tty ASYNC_CTS_FLOW flag to do CTS flow control. by Sonic Zhang · 13 years ago
  66. dc8f370 serial: bfin-sport-uart: Request CTS GPIO PIN when the sport emulated serial device starts up. by Sonic Zhang · 13 years ago
  67. 07143eae tty: bfin-sport-uart: Rx interrupt is not called always with irq disabled. by Sonic Zhang · 13 years ago
  68. f5b6940 serial: bfin-uart: remove redundant CTS check for hardware CTS control. by Sonic Zhang · 13 years ago
  69. ee948e3 serial: bfin-uart: Add tty ASYNC_CTS_FLOW flag to do CTS flow control. by Sonic Zhang · 13 years ago
  70. 32b4456 serial: bfin-uart: Request CTS GPIO PIN when the serial device starts up. by Sonic Zhang · 13 years ago
  71. 0d37694 Merge branches 'common/clkfwk', 'common/pfc' and 'common/serial-rework' into sh-latest by Paul Mundt · 13 years ago
  72. 7cf82b1 pmac_zilog: Fix unexpected irq by Finn Thain · 13 years ago
  73. d57f341 SERIAL: AR933X: Add driver for the built-in UART of the SoC by Gabor Juhos · 13 years ago
  74. 50f0959 serial: sh-sci: Handle GPIO function requests. by Paul Mundt · 13 years ago
  75. 73c3d53 serial: sh-sci: Avoid FIFO clear for MCE toggle. by Paul Mundt · 13 years ago
  76. faf02f8 serial: sh-sci: per-port modem control. by Paul Mundt · 13 years ago
  77. c8381c15 TTY: serial: convert drivers/tty/serial/* to use module_platform_driver() by Axel Lin · 13 years ago
  78. bb74041 TTY: Remove redundant spi driver bus initialization by Lars-Peter Clausen · 13 years ago
  79. e86ff4a serial/8250_pci: init-quirk msi support for kt serial controller by Dan Williams · 13 years ago
  80. 448ac15 serial/8250_pci: setup-quirk workaround for the kt serial controller by Dan Williams · 13 years ago
  81. d0758a2 serial/mxs-auart: only wake up tty layer once by Uwe Kleine-König · 13 years ago
  82. f227824 serial/imx: propagate error of platform_driver_register in init routine by Uwe Kleine-König · 13 years ago
  83. 514f31d OMAP: UART: fix the return type of check_modem_status by Shubhrajyoti D · 13 years ago
  84. dd7c7c3 Merge 3.2-rc3 into tty-next to handle merge conflict in tty_ldisc.c by Greg Kroah-Hartman · 13 years ago
  85. dc7e3ef serial: sh-sci: Add support for loopback mode. by Paul Mundt · 13 years ago
  86. cdf7c42 serial: sh-sci: Fix up modem control handling. by Paul Mundt · 13 years ago
  87. d39ec6c serial: sh-sci: Clarify enable_ms/break_ctl comments. by Paul Mundt · 13 years ago
  88. d97fbbe serial: sh-sci: Support icount statistics for error cases. by Paul Mundt · 13 years ago
  89. 0979e0e serial: sh-sci: Fix up SCFCR handling. by Paul Mundt · 13 years ago
  90. 17f0056 Merge branch 'rmobile-fixes-for-linus' into rmobile-latest by Paul Mundt · 13 years ago
  91. 8e18862 drivers/serial/ucc_uart.c: Add missing call to init UCC UART port timeout by Chuck Meade · 14 years ago
  92. 521b8ce serial: Kconfig: drop unknown symbol 'ARCH_IMX' by Paul Bolle · 13 years ago
  93. 60f7a33 serial: pl011: Enable module alias autogeneration for AMBA drivers by Dave Martin · 13 years ago
  94. a664a11 serial: pl010: Enable module alias autogeneration for AMBA drivers by Dave Martin · 13 years ago
  95. 3b9abc7 Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 13 years ago
  96. 161e773 UART: add CSR SiRFprimaII SoC on-chip uart drivers by Rong Wang · 13 years ago
  97. e0d23ef Merge branch 'dma_slave_direction' into next_test_dirn by Vinod Koul · 13 years ago
  98. 6edf0c9 Revert "tty/serial: Prevent drop of DCD on suspend for Tegra UARTs" by Greg Kroah-Hartman · 13 years ago
  99. c0d92be TTY: serial, extract uart_port_startup by Jiri Slaby · 13 years ago
  100. b922e19 TTY: serial, fill uart_port_shutdown by Jiri Slaby · 13 years ago