1. 60d0da5 serial: bfin: ctsrts: enfore Kconfig naming convention by Valentin Rothberg · 9 years ago
  2. 1569039 bfin uart: it will hang when read current y count if not disable dma irq by Hao Liang · 9 years ago
  3. 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
  4. 732a84a serial: core: Pass termios to set_ldisc() notifications by Peter Hurley · 10 years ago
  5. 9144b3c tty: serial: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  6. 8620d3e serial: bfin-uart: Fix auto CTS by Peter Hurley · 10 years ago
  7. d01f4d1 serial: core: Privatize tty->hw_stopped by Peter Hurley · 10 years ago
  8. 8bd67d7d2 serial: blackfin: Fix CTS flow control by Peter Hurley · 10 years ago
  9. 8b152f1 serial: treewide: Remove empty implementations of enable_ms() by Alexander Shiyan · 10 years ago
  10. ef8b9dd serial: Fix IGNBRK handling by Peter Hurley · 10 years ago
  11. fc811472 tty: Remove unnecessary semicolons by Joe Perches · 11 years ago
  12. 190c6cc serial: bfin_uart: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  13. 0e03e3f serial: bfin_uart: Remove casting the return value which is a void pointer by Jingoo Han · 11 years ago
  14. 6734a83 serial: bfin_uart: Fix incorrect placement of __initdata by Sachin Kamat · 11 years ago
  15. 574de55 serial: use dev_get_platdata() by Jingoo Han · 11 years ago
  16. 37e1ceb serial: bfin_uart: Remove redundant testing for ifdef CONFIG_SERIAL_BFIN_MODULE by Axel Lin · 11 years ago
  17. e99c33b TTY: serial/bfin_uart, unbreak build with KGDB enabled by Jiri Slaby · 11 years ago
  18. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 12 years ago
  19. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  20. 1cd3f2d serial: bfin_uart: Don't switch baud rate untill the transfer buffer is empty. by Sonic Zhang · 12 years ago
  21. ae8d8a1 tty: remove use of __devexit by Bill Pemberton · 12 years ago
  22. 2d47b71 tty: serial: remove use of __devexit_p by Bill Pemberton · 12 years ago
  23. 9642dbe serial: bfin-uart: avoid dead lock in rx irq handler in smp kernel by Steven Miao · 12 years ago
  24. 3bd7bf1 Merge branch 'master' into for-next by Jiri Kosina · 12 years ago
  25. 46e99c4 tty: Fix typo in tty drivers by Masanari Iida · 12 years ago
  26. adc8d74 tty: move the termios object into the tty by Alan Cox · 12 years ago
  27. 59bd234 serial: bfin_uart: Make MMR access compatible with 32 bits bf609 style controller. by Sonic Zhang · 12 years ago
  28. 3c2d0ed serial: bfin_uart: RTS and CTS MMRs can be either 16-bit width or 32-bit width. by Sonic Zhang · 12 years ago
  29. 239c25b serial: bfin_uart: narrow the reboot condition in DMA tx interrupt by Sonic Zhang · 12 years ago
  30. b06d2f2 serial: bfin_uart: Adapt bf5xx serial driver to bf60x serial4 controller. by Sonic Zhang · 12 years ago
  31. 60f4b00 serial: bfin-uart: Don't access tty circular buffer in TX DMA interrupt after it is reset. by Sonic Zhang · 12 years ago
  32. 6485163 serial: bfin-uart: Remove ASYNC_CTS_FLOW flag for hardware automatic CTS. by Sonic Zhang · 13 years ago
  33. b48dc71 serial: bfin-uart: Enable hardware automatic CTS only when CTS pin is available. by Sonic Zhang · 13 years ago
  34. f5b6940 serial: bfin-uart: remove redundant CTS check for hardware CTS control. by Sonic Zhang · 13 years ago
  35. ee948e3 serial: bfin-uart: Add tty ASYNC_CTS_FLOW flag to do CTS flow control. by Sonic Zhang · 13 years ago
  36. 32b4456 serial: bfin-uart: Request CTS GPIO PIN when the serial device starts up. by Sonic Zhang · 13 years ago
  37. 9cfb5c0 TTY: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  38. 47918f0 serial:bfin_uart: Put TX IRQ in individual platform resource. by Sonic Zhang · 13 years ago
  39. 0c6967b serial:blackfin: rename Blackfin serial driver to bfin_uart.c by Sonic Zhang · 13 years ago[Renamed from drivers/tty/serial/bfin_5xx.c]
  40. bb7e58f serial:blackfin: Correct coding style in bfin serial driver. by Sonic Zhang · 13 years ago
  41. 28f65c11 treewide: Convert uses of struct resource to resource_size(ptr) by Joe Perches · 13 years ago
  42. 0f66e50 serial: bfin_5xx: split uart RX lock from uart port lock to avoid deadlock by Sonic Zhang · 14 years ago
  43. ab4382d tty: move drivers/serial/ to drivers/tty/serial/ by Greg Kroah-Hartman · 14 years ago[Renamed from drivers/serial/bfin_5xx.c]
  44. 57afb39 serial: bfin_5xx: move resources into board files by Sonic Zhang · 15 years ago
  45. 5bb06b6 serial: bfin_5xx: grab port lock before making port termios changes by Sonic Zhang · 14 years ago
  46. 6d9e449 serial: bfin_5xx: disable CON_PRINTBUFFER for consoles by Sonic Zhang · 14 years ago
  47. 001a05d serial: bfin_5xx: remove redundant SSYNC to improve TX speed by Sonic Zhang · 14 years ago
  48. b610099 serial: bfin_5xx: always include DMA headers by Sonic Zhang · 14 years ago
  49. a89f246 drivers/serial/bfin_5xx.c: Fix line continuation defects by Joe Perches · 14 years ago
  50. d87d9b7 tty: serial - fix tty referencing in set_ldisc by Alan Cox · 14 years ago
  51. e59e2bd serial: bfin_5xx: fix typo in IER check by Sonic Zhang · 14 years ago
  52. ca3e442 serial: bfin_5xx: IRDA is not affected by anomaly 05000230 by Graf Yang · 14 years ago
  53. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  54. 599b714 serial: bfin_5xx: pull in linux/io.h for ioremap prototypes by Mike Frysinger · 14 years ago
  55. cdc592d serial: bfin_5xx: kgdboc should accept gdb break only when it is active by Sonic Zhang · 14 years ago
  56. 7ed43f6a serial: bfin_5xx: need to disable DMA TX interrupt too by Graf Yang · 14 years ago
  57. b2ced4f serial: bfin_5xx: remove useless gpio handling with hard flow control by Sonic Zhang · 14 years ago
  58. ebd2c8f serial: kill off uart_info by Alan Cox · 15 years ago
  59. 0271edd serial: bfin_5xx: fix building as module when early printk is enabled by Mike Frysinger · 15 years ago
  60. 607c268 serial: bfin_5xx: fix building as module when early printk is enabled by Mike Frysinger · 15 years ago
  61. 9c529a3 serial: bfin_5xx: add missing spin_lock init by Mike Frysinger · 15 years ago
  62. 2860b79 Blackfin Serial Driver: disable dma rx interrupt only rather than all irqs by Sonic Zhang · 15 years ago
  63. 8450779 Blackfin Serial Driver: handle anomaly 05000231 by Sonic Zhang · 15 years ago
  64. 0efa4f2 Blackfin Serial Driver: annotate anomalies 05000215 and 05000099 by Sonic Zhang · 15 years ago
  65. 35ff693 Blackfin Serial Driver: handle irregular DMA register status in auto start mode by Sonic Zhang · 15 years ago
  66. f9d36da Blackfin Serial Driver: fix missing new lines when under load by Graf Yang · 15 years ago
  67. 7de7c55 Blackfin Serial Driver: fix baudrate for early_printk by Robin Getz · 15 years ago
  68. 8516c56 Blackfin Serial Driver: fix error while transferring large files by Sonic Zhang · 15 years ago
  69. daba028 bfin_5xx: misplaced parentheses by Roel Kluin · 15 years ago
  70. d307d36 tty: Blackin CTS/RTS by Sonic Zhang · 15 years ago
  71. 6f95570 Change hardware flow control from poll to interrupt driven by Sonic Zhang · 15 years ago
  72. f448710 blackfin: Subtract ANOMALY_05000230 on quot by Graf Yang · 15 years ago
  73. 8c4210e Fix DMA rx ring buffer handling by Sonic Zhang · 15 years ago
  74. df04baf blackfin: Fix tty compile error in PIO mode by Sonic Zhang · 15 years ago
  75. 59e4e3e blackfin: Use unsigned long for flags with irq functions by Mike Frysinger · 15 years ago
  76. e482a23 Blackfin Serial Driver: Remove BI status for known_good_char by Sonic Zhang · 16 years ago
  77. 68a784c Blackfin Serial Driver: Fix bug - BF527-EZKIT unable to receive large files over UART in DMA mode by Sonic Zhang · 16 years ago
  78. b6efa1e Blackfin Serial Driver: Clean serial console and early prink code. by Sonic Zhang · 16 years ago
  79. 80d5c47 Blackfin Serial Driver: fix bug - SIR driver stop receiving randomly by Graf Yang · 16 years ago
  80. 52e15f0e Blackfin Serial Driver: updates kgdb over Blackfin serial driver with kgdb framework by Sonic Zhang · 16 years ago
  81. ab2375f Blackfin Serial Driver: Fix bug - request UART2/3 peripheral mapped interrupts in PIO mode by Sonic Zhang · 16 years ago
  82. b3ef5ab Blackfin Serial Driver: Fix bug - ircp fails on sir over Blackfin UART by Graf Yang · 16 years ago
  83. 5ffdeea2 Blackfin Serial Driver: Fix bug - Don't call tx_stop in tx_transfer. by Sonic Zhang · 16 years ago
  84. 08668ab Blackfin Serial Driver: Remove useless stop by Sonic Zhang · 16 years ago
  85. c9607ec Blackfin Serial Driver: move common variables out of serial headers and into the serial driver by Mike Frysinger · 16 years ago
  86. d273e201 Blackfin Serial Driver: trim trailing whitespace -- no functional changes by Mike Frysinger · 16 years ago
  87. ccfbc3e Blackfin Serial Driver: Fix bug - should suspend/resume/remove all uart ports. by Sonic Zhang · 16 years ago
  88. c111340 Blackfin Serial Driver: use __initdata for data, not __init by Mike Frysinger · 16 years ago
  89. 639f657 Blackfin arch: move include/asm-blackfin header files to arch/blackfin by Bryan Wu · 16 years ago
  90. b1cbefe blackfin: Fix compile failure in tty code by Alan Cox · 16 years ago
  91. a88487c Fix compile errors in SGI console drivers (linux-next tree) by Takashi Iwai · 16 years ago
  92. f30ac0c Blackfin Serial Driver: Use timer to poll CTS PIN instead of workqueue. by Sonic Zhang · 16 years ago
  93. 3b8458a Blackfin serial driver: fix up tty core set_ldisc API change breakage bug by Graf Yang · 16 years ago
  94. 1feaa51 Blackfin Serial Driver: Clean up BF54x macro in blackfin UART driver. by Sonic Zhang · 16 years ago
  95. 45828b8 Blackfin Serial Driver: abstract away DLAB differences into header by Mike Frysinger · 16 years ago
  96. 89bf6dc5 Blackfin Serial Driver: macro away the IER differences between processors by Mike Frysinger · 16 years ago
  97. 71cc2c2 serial: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  98. 0a27842 Blackfin Serial Driver: fix bug - use mod_timer to replace only add_timer. by Sonic Zhang · 16 years ago
  99. 50e2e15 Blackfin Serial Driver: the uart break anomaly has been given its own number, so switch to it by Mike Frysinger · 16 years ago
  100. 2ade972 Blackfin Serial Driver: use BFIN_UART_NR_PORTS to help SIR driver in uart port. by Graf Yang · 16 years ago