1. acede70 tty: serial: altera_uart: Check for NULL platform_data in probe. by Yuriy Kozlov · 13 years ago
  2. 388bc26 omap-serial: Fix the error handling in the omap_serial probe by Shubhrajyoti D · 13 years ago
  3. c3d8b76 serial: PL011: move interrupt clearing by Linus Walleij · 13 years ago
  4. f52b69f8 Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 13 years ago
  5. ef08e78 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 13 years ago
  6. 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
  7. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
  8. d550bbd Disintegrate asm/system.h for Sparc by David Howells · 13 years ago
  9. b1a154d Disintegrate asm/system.h for CRIS by David Howells · 13 years ago
  10. 9f97da7 Disintegrate asm/system.h for ARM by David Howells · 13 years ago
  11. 49d4bca serial: sh-sci: fix a race of DMA submit_tx on transfer by Yoshii Takashi · 13 years ago
  12. 9e4db1c Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 13 years ago
  13. 66f03c6 Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  14. 3480059 Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  15. f314f33 ARM: 7342/2: sa1100: prepare for sparse irq conversion by Rob Herring · 13 years ago
  16. 0e65ae0 Merge tag 'ia64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 13 years ago
  17. 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
  18. 5375871 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  19. 1605282 dmaengine/dma_slave: introduce inline wrappers by Alexandre Bounine · 13 years ago
  20. 843ec55 Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 13 years ago
  21. fb8ebec serial: pxa: add clk_prepare/clk_unprepare calls by Philipp Zabel · 13 years ago
  22. 9b96fba serial: PL011: clear pending interrupts by Linus Walleij · 13 years ago
  23. 60f4b00 serial: bfin-uart: Don't access tty circular buffer in TX DMA interrupt after it is reset. by Sonic Zhang · 13 years ago
  24. 9abac85 tty: serial: vt8500: fix annotations for probe/remove by Wolfram Sang · 13 years ago
  25. 55e4016 serial: remove back and forth conversions in serial_out_sync by Paul Gortmaker · 13 years ago
  26. 4fd996a serial: use serial_port_in/out vs serial_in/out in 8250 by Paul Gortmaker · 13 years ago
  27. dfe4244 serial: reduce number of indirections in 8250 code by Paul Gortmaker · 13 years ago
  28. 0d263a2 serial: delete useless void casts in 8250.c by Paul Gortmaker · 13 years ago
  29. 3f0ab32 serial: make 8250's serial_in shareable to other drivers. by Paul Gortmaker · 13 years ago
  30. 0acf519 serial: delete last unused traces of pausing I/O in 8250 by Paul Gortmaker · 13 years ago
  31. a46f553 pch_uart: Add module parameter descriptions by Darren Hart · 13 years ago
  32. 7ce9251 pch_uart: Use existing default_baud in setup_console by Darren Hart · 13 years ago
  33. 2a44feb pch_uart: Add user_uartclk parameter by Darren Hart · 13 years ago
  34. 077175f pch_uart: Add Fish River Island II uart clock quirks by Darren Hart · 13 years ago
  35. a8a3ec9 pch_uart: Use uartclk instead of base_baud by Darren Hart · 13 years ago
  36. 048be43 sh-sci / PM: Avoid deadlocking runtime PM by Rafael J. Wysocki · 13 years ago
  37. c17a9d4 tty: powerpc: remove SERIAL_ICOM dependency on PPC_ISERIES by Stephen Rothwell · 13 years ago
  38. e0955ac mpc5200b/uart: select more tolerant uart prescaler on low baudrates by Frank Benkert · 13 years ago
  39. 11ba889 TTY: remove serialP.h inclusion from some files by Jiri Slaby · 13 years ago
  40. 8bc87dc9 TTY: serial, include pci.h in m32r_sio by Jiri Slaby · 13 years ago
  41. 4da2405 TTY: serial, use atomic_inc_return in ioc4_serial by Jiri Slaby · 13 years ago
  42. 410235f TTY: remove unneeded tty->index checks by Jiri Slaby · 13 years ago
  43. 2f16669 TTY: remove re-assignments to tty_driver members by Jiri Slaby · 13 years ago
  44. a5f4313 tty: serial: OMAP: Fix oops due to NULL pdata in DT boot by Cousson, Benoit · 13 years ago
  45. a58f67e Merge branch 'dt' of git://github.com/hzhuang1/linux into next/dt by Olof Johansson · 13 years ago
  46. 699c20f serial: pxa: add OF support by Haojian Zhuang · 13 years ago
  47. 6e5e959 pinctrl: API changes to support multiple states per device by Stephen Warren · 13 years ago
  48. 110e4ec pinctrl: assume map table entries can't have a NULL name field by Stephen Warren · 13 years ago
  49. 6e1d521 Merge branches 'depends/irqdomain' and 'at91/base2+cleanup' into next/dt by Arnd Bergmann · 13 years ago
  50. 6dc01aa amba-pl011​/dma: Add check for the residue in DMA callback by Chanho Min · 13 years ago
  51. b26469a serial: samsung: fix s3c2442 platform data by Denis 'GNUtoo' Carikli · 13 years ago
  52. 90af6d2 serial: Fix typo in sn_console.c by Masanari Iida · 13 years ago
  53. b7974ded tty/serial/mux.c: linux/tty.h included twice by Danny Kukawka · 13 years ago
  54. 69f6a27 Atmel: move console default platform_device to serial driver by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  55. 48e30fa [IA64] genirq fixup for SGI/SN by Dimitri Sivanich · 13 years ago
  56. 5c9bdc3 serial/sirf: fixup for changes to pin control by Linus Walleij · 13 years ago
  57. 2daa79e Merge branch 'lpc32xx/drivers' into next/drivers by Arnd Bergmann · 13 years ago
  58. 258aea7 dmaengine: Pass dma_slave_config .device_fc = NULL for all existing users by Viresh Kumar · 13 years ago
  59. 6816383 tty: sparc: rename drivers/tty/serial/suncore.h -> include/linux/sunserialcore.h by Paul Gortmaker · 13 years ago
  60. 5a22e30 Merge tag 'tty-3.3-rc3' tty-next by Greg Kroah-Hartman · 13 years ago
  61. 1972345 tty: serial: omap-serial: wakeup latency constraint is in microseconds, not milliseconds by Paul Walmsley · 13 years ago
  62. be4b028 tty: serial: OMAP: block idle while the UART is transferring data in PIO mode by Paul Walmsley · 13 years ago
  63. 0ba5f66 tty: serial: OMAP: use a 1-byte RX FIFO threshold in PIO mode by Paul Walmsley · 13 years ago
  64. 418a936 tty: serial: altera_uart: Add CONSOLE_POLL support by Tobias Klauser · 13 years ago
  65. 3f5dc70 tty: serial: altera_uart: remove early_altera_uart_setup by Tobias Klauser · 13 years ago
  66. 6f56d0f serial: pch_uart: trivail cleanup by removing the pch_uart_hal_request() by Feng Tang · 13 years ago
  67. 30c6c6b serial: pch_uart: trivial cleanup by removing the get_msr() by Feng Tang · 13 years ago
  68. d011411 serial: pch_uart: add debugfs hook for register dump by Feng Tang · 13 years ago
  69. c8a6426 m32r: relocate drivers back out of 8250 dir by Paul Gortmaker · 13 years ago
  70. e7c9bba tty: fix a build failure on sparc by Cong Wang · 13 years ago
  71. 7ccfe01 serial: samsung: Add support for EXYNOS5250 by Kukjin Kim · 13 years ago
  72. 5f7b6d1 serial: samsung: Add support for EXYNOS4212 and EXYNOS4412 by Kukjin Kim · 13 years ago
  73. 6bbcbf2 tty: serial: omap-serial: wakeup latency constraint is in microseconds, not milliseconds by Paul Walmsley · 13 years ago
  74. edbe5db tty: serial: OMAP: block idle while the UART is transferring data in PIO mode by Paul Walmsley · 13 years ago
  75. 5816269 tty: serial: OMAP: use a 1-byte RX FIFO threshold in PIO mode by Paul Walmsley · 13 years ago
  76. ef5ca19 serial: imx: add clk_prepare/clk_unprepare by Richard Zhao · 13 years ago
  77. d4e33fa serial: Kill off NO_IRQ by Alan Cox · 13 years ago
  78. 3afbd89 serial/efm32: add new driver by Uwe Kleine-König · 13 years ago
  79. 523b82e serial: Kill off Moorestown code by Alan Cox · 13 years ago
  80. 8a74e9f Revert "tty: serial: OMAP: ensure FIFO levels are set correctly in non-DMA mode" by Greg Kroah-Hartman · 13 years ago
  81. af681ca Revert "tty: serial: OMAP: transmit FIFO threshold interrupts don't wake the chip" by Greg Kroah-Hartman · 13 years ago
  82. 7735983 serial: Fix wakeup init logic to speed up startup by Simon Glass · 13 years ago
  83. ef605fd serial: amba-pl011: lock console writes against interrupts by Rabin Vincent · 13 years ago
  84. d8d8ffa amba-pl011: do not disable RTS during shutdown by Shreshtha Kumar Sahu · 13 years ago
  85. 43cf7c0 tty: serial: OMAP: transmit FIFO threshold interrupts don't wake the chip by Paul Walmsley · 13 years ago
  86. 0a697b2 tty: serial: OMAP: ensure FIFO levels are set correctly in non-DMA mode by Paul Walmsley · 13 years ago
  87. b514885 omap-serial: make serial_omap_restore_context depend on CONFIG_PM_RUNTIME by Shubhrajyoti D · 13 years ago
  88. 3bc4f0d omap-serial :Make the suspend/resume functions depend on CONFIG_PM_SLEEP. by Shubhrajyoti D · 13 years ago
  89. 26aa38c jsm: Fixed EEH recovery error by Lucas Kannebley Tavares · 13 years ago
  90. 9bef3d4 serial: group all the 8250 related code together by Paul Gortmaker · 13 years ago
  91. 57f2685 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 13 years ago
  92. 4964e06 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 13 years ago
  93. 4c4d285 Merge tag 'rmobile-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 13 years ago
  94. b1bdd25 Merge branch 'sh/nommu' into sh-latest by Paul Mundt · 13 years ago
  95. 37cfc3f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next by Linus Torvalds · 13 years ago
  96. 979ecef Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  97. b3c3752 Merge tag 'pm' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  98. dfc1ebe Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  99. 5983faf Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 13 years ago
  100. 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