1. 7f60830 serial: sirf: Use generic uart-has-rtscts DT property by Geert Uytterhoeven · 8 years ago
  2. af99c18 serial: sirf: Introduce helper variable struct device_node *np by Geert Uytterhoeven · 8 years ago
  3. 466e285 serial: sirf: let uart's receive start in right place by Qipan Li · 9 years ago
  4. 1d26c9f serial: sirf: workaround rx process to avoid possible data loss by Qipan Li · 9 years ago
  5. 2a44624 tty/serial: kill off set_irq_flags usage by Rob Herring · 9 years ago
  6. 0f17e3b serial: sirf: use hrtimer for data rx by Qipan Li · 9 years ago
  7. 326707e serial: sirf: fix system hung on console log output by Qipan Li · 9 years ago
  8. c35b49b serial: sirf: assign console default index if users not set a valid one by Qipan Li · 9 years ago
  9. 7f60f2f serial: sirf: add serial loopback function support by Qipan Li · 9 years ago
  10. d9e8e97 serial: sirf: add uart receive's some error counter and mark by Qipan Li · 9 years ago
  11. 36c0991 serial: sirf: fix endless loop bug in uart receive tasklet by Qipan Li · 9 years ago
  12. eab192a serial: sirf: fix the issue that HW flow control doesn't work for BT by Qipan Li · 9 years ago
  13. c1b7ac6 serial: sirf: enable ATLAS7 USP serial support by Qipan Li · 9 years ago
  14. cb4595a serial: sirf: use uart_port's fifosize for fifo related operation by Qipan Li · 9 years ago
  15. a6ffe89 serial: sirf: use dynamic method allocate uart structure by Qipan Li · 9 years ago
  16. adeede7 serial: sirf: move from clk_get to devm_clk_get by Qipan Li · 9 years ago
  17. 4b8038d Revert "serial: sirf: add a new uart type support" by Qipan Li · 9 years ago
  18. ed0bb23 tty: constify of_device_id array by Fabian Frederick · 9 years ago
  19. 057badd serial: sirf: rename marco to atlas7 by Barry Song · 9 years ago
  20. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  21. 52bec4e serial: sirf: add a new uart type support by Qipan Li · 10 years ago
  22. 9144b3c tty: serial: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  23. 7282cec serial: sirf: transfer more bytes once to decrease interrupts by Qipan Li · 10 years ago
  24. ef8b9dd serial: Fix IGNBRK handling by Peter Hurley · 10 years ago
  25. 58eb97c serial: sirf: Fix compilation failure by Daniel Thompson · 10 years ago
  26. 07d410e serial: sirf: fix spinlock deadlock issue by Qipan Li · 10 years ago
  27. 205c384 serial: sirf: move to writel for TXFIFO instead of writeb by Barry Song · 10 years ago
  28. 9be16b3 serial: sirf: move to use generic dma dt-binding to get dma channels by Qipan Li · 10 years ago
  29. fb78b81 serial: sirf: fix kernel panic caused by unpaired spinlock by Qipan Li · 10 years ago
  30. df8d4aa serial: sirf: correct condition for fetching dma buffer into tty by Qipan Li · 10 years ago
  31. 388faf9 serial: sirf: provide pm entries of uart_ops by Qipan Li · 10 years ago
  32. 99e626f serial: sirf: use PM macro initialize PM functions by Qipan Li · 10 years ago
  33. 59f8a62 serial: sirf: don't submit dma desc after timeout irqs occur by Qipan Li · 11 years ago
  34. b60dfba serial: sirf: fix the amount of serial ports by Qipan Li · 11 years ago
  35. 459f15c serial: sirf: define macro for some magic numbers of USP by Qipan Li · 11 years ago
  36. 8b9ade9 tty: serial: sirfsoc: drop uart_port->lock before calling tty_flip_buffer_push() by Viresh Kumar · 11 years ago
  37. 8316d04 serial: sirf: add DMA support using dmaengine APIs by Qipan Li · 11 years ago
  38. 15cdcb1 serial: sirf: fix the namespace of startup_uart entry by Qipan Li · 11 years ago
  39. 67bc306 serial: sirf: fix the typo for rts/cts gpio by Qipan Li · 11 years ago
  40. 2eb5618 serial: sirf: fix the hardware-flow-ctrl for USP-based UART by Qipan Li · 11 years ago
  41. a343756 serial: sirf: drop redundant pinctrl_get_select_default as pinctrl core does it by Barry Song · 11 years ago
  42. ada1f44 serial: sirf: Staticize local symbols by Jingoo Han · 11 years ago
  43. 5df8311 serial: sirf: make the driver also support USP-based UART by Qipan Li · 11 years ago
  44. 909102d serial: sirf: add support for Marco chip by Barry Song · 11 years ago
  45. 43b829b serial: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  46. 9f6d20f tty/serial/sirf: fix error propagation in sirfsoc_uart_probe() by Alexey Khoroshilov · 11 years ago
  47. 45efcb2 tty/serial/sirf: fix MODULE_DEVICE_TABLE by Arnd Bergmann · 11 years ago
  48. ac4ce71 serial: sirf: only use lookup table to set baudrate when ioclk=150MHz by Barry Song · 11 years ago
  49. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 11 years ago
  50. 5425e03 serial: sirf: add support for new SiRFmarco SMP SoC by Barry Song · 11 years ago
  51. de88b34 tty: remove use of __devinitdata by Bill Pemberton · 12 years ago
  52. 2d47b71 tty: serial: remove use of __devexit_p by Bill Pemberton · 12 years ago
  53. 9250dd5 drivers/tty/serial/sirfsoc_uart.c: drop frees of devm_ alloc'd data by Julia Lawall · 12 years ago
  54. 6e5e959 pinctrl: API changes to support multiple states per device by Stephen Warren · 12 years ago
  55. 110e4ec pinctrl: assume map table entries can't have a NULL name field by Stephen Warren · 12 years ago
  56. 5c9bdc3 serial/sirf: fixup for changes to pin control by Linus Walleij · 12 years ago
  57. 161e773 UART: add CSR SiRFprimaII SoC on-chip uart drivers by Rong Wang · 13 years ago