1. 1a87676 Merge branch 'ofdeviceiddata' of git://git.pengutronix.de/git/ukl/linux into next/fixes-non-critical by Olof Johansson · 12 years ago
  2. 23666a7 serial: mxs-auart: put the device in the error path by Huang Shijie · 12 years ago
  3. cdd86b2 serial/8250: Limit the omap workarounds to omap1 by Tony Lindgren · 12 years ago
  4. 76d28e4 serial/mpc52xx_uart: add a const qualifier by Uwe Kleine-König · 12 years ago
  5. 7b6031a msm_serial: fix clock rate on DMA-based uarts by David Brown · 12 years ago
  6. fe0ed5b serial: pl011: delete dangling bug flag by Linus Walleij · 12 years ago
  7. 3d39aa6 TTY: serial: move the dereference below the NULL test by Wei Yongjun · 12 years ago
  8. 3dbc5ce serial: omap: Request pins using pinctrl framework by Tony Lindgren · 12 years ago
  9. ce2f08d serial: omap: fix DeviceTree boot by Felipe Balbi · 12 years ago
  10. 1d35203 make drivers with pci error handlers const by Stephen Hemminger · 12 years ago
  11. e36851d serial: omap: fix compile breakage by Felipe Balbi · 12 years ago
  12. b1b7991 tty_register_device_attr updated for tty-next by Tomas Hlavacek · 12 years ago
  13. 6915c0e tty: uartclk value from serial_core exposed to sysfs by Tomas Hlavacek · 12 years ago
  14. d83b542 serial: serial_core.h needs console.h included first by Stephen Rothwell · 12 years ago
  15. b69200f serial: mxs-auart: put the device in mxs_auart_probe() by Huang Shijie · 12 years ago
  16. 851b714 serial: mxs-auart: fix the wrong setting order by Huang Shijie · 12 years ago
  17. 37cd0c9 serial_core: fix sizeof(pointer) by Fengguang Wu · 12 years ago
  18. 6721ab7 serial: omap: enable RX and TX FIFO usage by Felipe Balbi · 12 years ago
  19. d37c6ce serial: omap: move uart_omap_port definition to C file by Felipe Balbi · 12 years ago
  20. d21e400 serial: omap: remove unnecessary header and add a missing one by Felipe Balbi · 12 years ago
  21. 957ee72 serial: omap: fix software flow control by Vikram Pandita · 12 years ago
  22. a6b19c3 serial: omap: make sure to put() on poll_get_char by Felipe Balbi · 12 years ago
  23. 9727faf serial: omap: implement set_wake by Felipe Balbi · 12 years ago
  24. 0324a82 serial: omap: unlock the port lock by Ruchika Kharwar · 12 years ago
  25. 52c5513 serial: omap: drop "inline" from IRQ handler prototype by Felipe Balbi · 12 years ago
  26. 6d608ef serial: omap: optimization with section annotations by Felipe Balbi · 12 years ago
  27. 856e35b serial: omap: fix sequence of pm_runtime_* calls. by Ruchika Kharwar · 12 years ago
  28. 6c3a30c serial: omap: don't save IRQ flags on hardirq by Felipe Balbi · 12 years ago
  29. 7e9c8e7 serial: omap: make sure to suspend device before remove by Felipe Balbi · 12 years ago
  30. 1b42c8b serial: omap: drop unnecessary check from remove by Felipe Balbi · 12 years ago
  31. 93220dc serial: omap: set dev->drvdata before enabling pm_runtime by Felipe Balbi · 12 years ago
  32. 660ac5f serial: omap: stick to put_autosuspend by Felipe Balbi · 12 years ago
  33. bf63a08 serial: omap: move THRE check to transmit_chars() by Felipe Balbi · 12 years ago
  34. 72256cb serial: omap: refactor receive_chars() into rdi/rlsi handlers by Felipe Balbi · 12 years ago
  35. 81b75ae serial: omap: simplify IRQ handling by Felipe Balbi · 12 years ago
  36. 4945743 serial: omap: drop DMA support by Felipe Balbi · 12 years ago
  37. d8ee4ea serial: omap: don't access the platform_device by Felipe Balbi · 12 years ago
  38. 27788c5 8250_pci: Add additional WCH CHC353 devices by Alan Cox · 12 years ago
  39. f21ec3d serial: add a new helper function by Huang Shijie · 12 years ago
  40. e5b57c0 serial: omap: define helpers for pdata function pointers by Felipe Balbi · 12 years ago
  41. c990f35 serial: omap: define and use to_uart_omap_port() by Felipe Balbi · 12 years ago
  42. be28205 serial: Add note about migration to driver SCCNXP by Alexander Shiyan · 12 years ago
  43. 1d65c0b serial: New serial driver SCCNXP by Alexander Shiyan · 12 years ago
  44. 6971c63 parport_serial: Add support for the WCH353 2S/1P multi-IO card by Guainluca Anzolin · 12 years ago
  45. 9303ac1 serial: Samsung: Silence some checkpatch errors and warnings by Sachin Kamat · 12 years ago
  46. d20925e serial: Samsung: Replace printk with dev_* functions by Sachin Kamat · 12 years ago
  47. 32614aa serial: pl011: honour serial aliases in device tree by Matthew Leach · 12 years ago
  48. 4b71598 serial: diminish usage of struct serial_uart_config by Paul Gortmaker · 12 years ago
  49. e2c6542 serial: sunsu.c - don't explicitly tie array size to dynamic entity by Paul Gortmaker · 12 years ago
  50. b8ede90 m32r_sio: remove dependency on struct serial_uart_config by Paul Gortmaker · 12 years ago
  51. 833462e serial/imx: improve error diagnosics for clock and pinctrl failures by Uwe Kleine-König · 12 years ago
  52. 7ba2e76 tty: Split the serial_core helpers for setserial into two by Alan Cox · 12 years ago
  53. 7be0670 tty: serial: imx: don't reinit clock in imx_setup_ufcr() by Dirk Behme · 12 years ago
  54. 9ec1882 tty: serial: imx: console write routing is unsafe on SMP by Xinyu Chen · 12 years ago
  55. 9250dd5 drivers/tty/serial/sirfsoc_uart.c: drop frees of devm_ alloc'd data by Julia Lawall · 12 years ago
  56. d3dec96 tty: serial: mpc5xxx: add support for mark/space parity by Wolfram Sang · 12 years ago
  57. fd7c81f tty: serial: max310x: Remove explicit use of devm_kfree by Emil Goode · 12 years ago
  58. 23e7c6a tty: serial: max310x: Check return code of gpiochip_remove by Emil Goode · 12 years ago
  59. 1a16afa tty: serial: altera_uart: Use platform_{get,set}_drvdata by Tobias Klauser · 12 years ago
  60. c0fc208 tty: max3100: use module_spi_driver by Devendra Naga · 12 years ago
  61. 1c4c439 drivers/tty/serial/amba-pl0{10,11}.c: use clk_prepare_enable and clk_disable_unprepare by Julia Lawall · 12 years ago
  62. e372dc6 Merge 3.6-rc3 into tty-next by Greg Kroah-Hartman · 12 years ago
  63. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  64. 38f8eef pmac_zilog,kdb: Fix console poll hook to return instead of loop by Jason Wessel · 12 years ago
  65. 0059202 serial: mxs-auart: fix the wrong RTS hardware flow control by Huang Shijie · 12 years ago
  66. f654441 serial: New serial driver MAX310X by Alexander Shiyan · 12 years ago
  67. 9574f36 OMAP/serial: Add support for driving a GPIO as DTR. by NeilBrown · 12 years ago
  68. a92098a pch_uart: check kzalloc result in dma_handle_tx() by Fengguang Wu · 12 years ago
  69. 221ca77 serial: sc26xx: Fix compile breakage by Alexander Shiyan · 12 years ago
  70. 6683549 8250: add AgeStar AS-PRS2-009 by Alan Cox · 12 years ago
  71. b19e2ca TTY: use tty_port_link_device by Jiri Slaby · 12 years ago
  72. c4d6ebe TTY: automatically create nodes for some drivers by Jiri Slaby · 12 years ago
  73. 734cc17 TTY: use tty_port_register_device by Jiri Slaby · 12 years ago
  74. 3dd332c TTY: 68328serial, fix compilation by Jiri Slaby · 12 years ago
  75. 7d9739c serial: ifx6x60: fix paging fault on spi_register_driver by Fengguang Wu · 12 years ago
  76. b53cc0f serial: Change Kconfig entry for CLPS711X-target by Alexander Shiyan · 12 years ago
  77. 89c8d91 tty: localise the lock by Alan Cox · 12 years ago
  78. c87985a Merge tty-next into 3.6-rc1 by Greg Kroah-Hartman · 12 years ago
  79. e83d17e serial/imx: make imx_port.devdata member point to const data by Uwe Kleine-König · 12 years ago
  80. 4dc4c51 serial: sh-sci: fix compilation breakage, when DMA is enabled by Guennadi Liakhovetski · 12 years ago
  81. 3e9a970 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 12 years ago
  82. cea8f46 Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  83. 91b006d Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linus by Russell King · 12 years ago
  84. c1e7179 Merge tag 'tty-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  85. 38bd2a1 pch_uart: Fix parity setting issue by Tomoya MORINAGA · 12 years ago
  86. 9539dfb pch_uart: Fix rx error interrupt setting issue by Tomoya MORINAGA · 12 years ago
  87. 9bc0374 pch_uart: Fix missing break for 16 byte fifo by Alan Cox · 12 years ago
  88. 2588aba pch_uart: Add eg20t_port lock field, avoid recursive spinlocks by Darren Hart · 12 years ago
  89. ed85c60 serial/of-serial: Add LPC3220 standard UART compatible string by Roland Stigge · 12 years ago
  90. 6b583fa serial/8250: Add LPC3220 standard UART type by Roland Stigge · 12 years ago
  91. 24a7d44 serial_core: Update buffer overrun statistics. by Corbin · 12 years ago
  92. 10e7d09 serial: samsung: Fixed wrong comparison for baudclk_rate by Kyoungil Kim · 12 years ago
  93. c511dc1 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  94. 3645f0c Merge tag 'irq' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  95. fc4b186 uartlite: remove IRQF_SAMPLE_RANDOM which is now a no-op by Theodore Ts'o · 12 years ago
  96. 2fc39ae pch_uart: Fix parity setting issue by Tomoya MORINAGA · 12 years ago
  97. ae213f3 pch_uart: Fix rx error interrupt setting issue by Tomoya MORINAGA · 12 years ago
  98. 669bd45 pch_uart: Fix missing break for 16 byte fifo by Alan Cox · 12 years ago
  99. fde8be2 tty: of_serial: add no-loopback-test property by Gabor Juhos · 12 years ago
  100. ce7240e 8250: three way resolve of the 8250 diffs by Alan Cox · 12 years ago