1. 5be605a tty/serial: atmel: fix hardware handshake selection by Alexandre Belloni · 8 years ago
  2. 2958cce tty/serial: at91: fix bad offset for UART timeout register by Ludovic Desroches · 9 years ago
  3. f4a8ab04 tty/serial: at91: restore dynamic driver binding by Romain Izard · 8 years ago
  4. b78cd16 serial: atmel: Use atmel_port consistently by Jaeden Amero · 9 years ago
  5. 1d673fb serial: atmel: add support for new UART version by Nicolas Ferre · 9 years ago
  6. 4b76937 serial: atmel: trivial: clean the IP version decoding code by Nicolas Ferre · 9 years ago
  7. 041497e drivers/tty/serial: delete unused MODULE_DEVICE_TABLE from atmel_serial.c by Paul Gortmaker · 9 years ago
  8. c39dfeb drivers/tty/serial: make serial/atmel_serial.c explicitly non-modular by Paul Gortmaker · 9 years ago
  9. 18dfef9 serial: atmel: convert to irq handling provided mctrl-gpio by Uwe Kleine-König · 9 years ago
  10. 77bdec6 serial: at91, fix rs485 properties by Jiri Slaby · 9 years ago
  11. 270c2ad serial: atmel: fix compiler warning on address cast by Andre Przywara · 9 years ago
  12. 378102f Merge 4.3-rc5 into tty-next by Greg Kroah-Hartman · 9 years ago
  13. 8f1bd8f serial: atmel: fix error path of probe function by Uwe Kleine-König · 9 years ago
  14. 7d8c70d serial: mctrl-gpio: rename init function by Uwe Kleine-König · 9 years ago
  15. c8d1f02 serial: atmel: allow compile testing on non-atmel architectures by Uwe Kleine-König · 9 years ago
  16. 9af92fb tty/serial: at91: move ATMEL_MAX_UART by Alexandre Belloni · 9 years ago
  17. a649943 tty/serial: at91: fix I/O accesses on RHR and THR for AVR32 by Cyrille Pitchen · 9 years ago
  18. 5f258b3 tty/serial: at91: use 32bit writes into TX FIFO when DMA is enabled by Cyrille Pitchen · 9 years ago
  19. b5199d4 tty/serial: at91: add support to FIFOs by Cyrille Pitchen · 9 years ago
  20. 4e7decd tty/serial: at91: remove bunch of macros to access UART registers by Cyrille Pitchen · 9 years ago
  21. 8687634 tty/serial: at91: RS485 mode: 0 is valid for delay_rts_after_send by Nicolas Ferre · 9 years ago
  22. d033e82 tty/serial: at91: handle IRQ status more safely by Leilei Zhao · 9 years ago
  23. a8d4e01 tty/serial: at91: maxburst was missing for dma transfers by Ludovic Desroches · 9 years ago
  24. becba85 Merge 4.0-rc3 into tty-testing by Greg Kroah-Hartman · 9 years ago
  25. 1e12578 tty/serial: at91: correct the usage of tasklet by Leilei Zhao · 9 years ago
  26. 4d9628a tty/serial: at91: set ops in property init each time by Leilei Zhao · 9 years ago
  27. 4a1e888 tty/serial: at91: revise the return type of atmel_init_property by Leilei Zhao · 9 years ago
  28. a510880 tty/serial: at91: correct buffer size used in DMA by Leilei Zhao · 9 years ago
  29. 2c27705 tty/serial: at91: correct check of buf used in DMA by Leilei Zhao · 9 years ago
  30. 722ccf4 serial: atmel: fix error handling when mctrl_gpio_init fails by Uwe Kleine-König · 10 years ago
  31. 2c7af5b tty: serial: atmel: rework interrupt and wakeup handling by Boris BREZILLON · 9 years ago
  32. 1842dc2 tty/serial: at91: fix typo and indentation by Cyrille Pitchen · 10 years ago
  33. 1cf6e8f tty/serial: at91: fix RTS line management when hardware handshake is enabled by Cyrille Pitchen · 10 years ago
  34. 6fbb9bd tty/serial: at91: fix error handling in atmel_serial_probe() by Cyrille Pitchen · 10 years ago
  35. d4f6418 tty/serial: at91: enable peripheral clock before accessing I/O registers by Cyrille Pitchen · 10 years ago
  36. 485819b tty/serial: at91: use correct type for dma_sync_*_for_cpu() and dma_sync_*_for_device() by Cyrille Pitchen · 10 years ago
  37. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  38. bd737f8 tty/serial_core: Introduce lock mechanism for RS485 by Ricardo Ribalda Delgado · 10 years ago
  39. 13bd3e6 serial/atmel: Use the rs485 functions on serial_core by Ricardo Ribalda Delgado · 10 years ago
  40. cab68f8 serial: Test/disable MSIs if switching from N_PPS by Peter Hurley · 10 years ago
  41. d41510c serial: Take uart port lock for direct *_enable_ms() by Peter Hurley · 10 years ago
  42. 732a84a serial: core: Pass termios to set_ldisc() notifications by Peter Hurley · 10 years ago
  43. 5483c10 serial: at91: Use dmaengine_slave_config API by Maxime Ripard · 10 years ago
  44. 66f37aa tty/serial: at91: fix rx ring buffer management by Cyrille Pitchen · 10 years ago
  45. 479e9b9 serial: Refactor uart_flush_buffer() from uart_close() by Peter Hurley · 10 years ago
  46. 9144b3c tty: serial: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  47. 52d589a Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  48. 6b997ba serial: atmel: add missing dmaengine header by Vinod Koul · 10 years ago
  49. 35b675b tty/serial: at91: BUG: disable interrupts when !UART_ENABLE_MS() by Richard Genoud · 10 years ago
  50. 4847914 drivers/tty/serial: use correct type for dma_map/unmap by Wolfram Sang · 10 years ago
  51. ef8b9dd serial: Fix IGNBRK handling by Peter Hurley · 10 years ago
  52. ab5e4e4 tty/serial: at91: add interrupts for modem control lines by Richard Genoud · 10 years ago
  53. e0b0baa tty/serial: at91: use mctrl_gpio helpers by Richard Genoud · 10 years ago
  54. dfc25e4 Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  55. a3c1fa9 tty/serial: at91: remove unused open/close hooks by Richard Genoud · 10 years ago
  56. ddaa603 tty/serial: at91: use dev_err instead of printk by Richard Genoud · 10 years ago
  57. 11d73c5 Merge tag 'dropmachtimexh-v2' of git://git.pengutronix.de/git/ukl/linux into next/cleanup by Olof Johansson · 11 years ago
  58. c972d80 tty/serial: atmel_serial: remove dev_dbg in atmel_set_termios by Nicolas Ferre · 11 years ago
  59. 8bc661b tty/serial: at91: disable uart timer at start of shutdown by Marek Roszko · 11 years ago
  60. bb7e73c tty/serial: at91: reset rx_ring when port is shutdown by Mark Deneen · 11 years ago
  61. f50c995f tty/serial: at91: fix race condition in atmel_serial_remove by Marek Roszko · 11 years ago
  62. 0cc7c6c7 tty/serial: at91: Handle shutdown more safely by Marek Roszko · 11 years ago
  63. 354e57f ARM/serial: at91: switch atmel serial to use gpiolib by Linus Walleij · 11 years ago
  64. 731d9ca tty/serial: at91: add a fallback option to determine uart/usart property by Nicolas Ferre · 11 years ago
  65. 892db58 tty/serial: at91: fix uart/usart selection for older products by Nicolas Ferre · 11 years ago
  66. 574de55 serial: use dev_get_platdata() by Jingoo Han · 11 years ago
  67. 2e68c22 serial: at91: make UART support dma and pdc transfers by Elen Song · 11 years ago
  68. 055560b serial: at91: distinguish usart and uart by Elen Song · 11 years ago
  69. 33d64c4 serial: at91: support run time switch transfer mode by Elen Song · 11 years ago
  70. 34df42f serial: at91: add rx dma support by Elen Song · 11 years ago
  71. 08f738b serial: at91: add tx dma support by Elen Song · 11 years ago
  72. a930e52 serial: at91: use function pointer to choose pdc or pio by Elen Song · 11 years ago
  73. 64e22eb serial: at91: correct definition from DMA to PDC by Elen Song · 11 years ago
  74. 43b829b serial: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  75. e84f54f drivers/tty/serial: don't use devm_pinctrl_get_select_default() in probe by Wolfram Sang · 11 years ago
  76. 91f8c2d tty: atmel_serial: prepare clk before calling enable by Boris BREZILLON · 11 years ago
  77. 503bded tty: atmel_serial_probe(): index of atmel_ports[] fix by Pawel Wieczorkiewicz · 12 years ago
  78. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 12 years ago
  79. 05c7cd3 TTY: switch tty_insert_flip_string by Jiri Slaby · 12 years ago
  80. 8287361 Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  81. b1286f4 Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  82. c6bd5bc Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  83. ae8d8a1 tty: remove use of __devexit by Bill Pemberton · 12 years ago
  84. 9671f09 tty: remove use of __devinit by Bill Pemberton · 12 years ago
  85. 2d47b71 tty: serial: remove use of __devexit_p by Bill Pemberton · 12 years ago
  86. 95e629b ARM/AVR32: get rid of serial_at91.h by Russell King · 12 years ago
  87. bcd2360 arm: at91: move platfarm_data to include/linux/platform_data/atmel.h by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
  88. 784557d tty: atmel_serial: add pinctrl support by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
  89. 57c3686 tty/serial: atmel_serial: fix RS485 half-duplex problem by Siftar, Gabe · 12 years ago
  90. 69f6a27 Atmel: move console default platform_device to serial driver by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  91. dbf1115 atmel_serial: fix spinlock lockup in RS485 code by Claudio Scordino · 13 years ago
  92. dd7c7c3 Merge 3.2-rc3 into tty-next to handle merge conflict in tty_ldisc.c by Greg Kroah-Hartman · 13 years ago
  93. b54bf3b TTY: serial, cleanup atmel_set_ldisc by Jiri Slaby · 13 years ago
  94. 93f3350 RS485: fix inconsistencies in the meaning of some variables by Claudio Scordino · 13 years ago
  95. ca90666 Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm by Linus Torvalds · 13 years ago
  96. efb8d21 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 13 years ago
  97. 32cffe5 tty/serial: atmel_serial: bootconsole removed from auto-enumerates by Nicolas Ferre · 13 years ago
  98. 5fbe46b tty/serial: atmel_serial: add device tree support by Nicolas Ferre · 13 years ago
  99. 4cbf9f4 tty/serial: atmel_serial: auto-enumerate ports by Nicolas Ferre · 13 years ago
  100. 588edbf tty/serial: atmel_serial: whitespace and braces modifications by Nicolas Ferre · 13 years ago