1. a6a65f9 serial: tegra: Use of_device_get_match_data by Tang Bin · 3 years, 5 months ago
  2. cc9ca4d serial: tegra: Only print FIFO error message when an error occurs by Jon Hunter · 3 years, 7 months ago
  3. 3ddb4ce serial: tegra: Fix a mask operation that is always true by Colin Ian King · 3 years, 9 months ago
  4. 216daa1 tty: serial: serial-tegra: Provide some missing struct member descriptions by Lee Jones · 4 years, 2 months ago
  5. 0fd872d tty: serial: serial-tegra: Struct headers should start with 'struct <name>' by Lee Jones · 4 years, 2 months ago
  6. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  7. dbaab94 Merge 5.8-rc7 into tty-next by Greg Kroah-Hartman · 4 years, 6 months ago
  8. 707631c serial: tegra: drop bogus NULL tty-port checks by Johan Hovold · 4 years, 6 months ago
  9. b374c56 serial: tegra: fix CREAD handling for PIO by Johan Hovold · 4 years, 6 months ago
  10. f1681a9 serial: serial-tegra: reduce irq-latency after rx errors by Randolph Maaßen · 4 years, 7 months ago
  11. 1f69a12 tty: serial: tegra: Handle RX transfer in PIO mode if DMA wasn't started by Dmitry Osipenko · 5 years ago
  12. 5c116fd tty: serial: tegra: Optimize DMA buffer synchronization by Dmitry Osipenko · 5 years ago
  13. d5e3fadb tty: serial: tegra: Activate RX DMA transfer by request by Dmitry Osipenko · 5 years ago
  14. 84a25d9 tty: serial: tegra: Use dma_request_chan() directly for channel request by Peter Ujfalusi · 5 years ago
  15. 1dce2df serial: tegra: Add PIO mode support by Krishna Yarlagadda · 5 years ago
  16. d781ec2 serial: tegra: report clk rate errors by Krishna Yarlagadda · 5 years ago
  17. f04a3cc serial: tegra: add support to adjust baud rate by Krishna Yarlagadda · 5 years ago
  18. 7799a3a serial: tegra: add support to use 8 bytes trigger by Krishna Yarlagadda · 5 years ago
  19. 53d0a06 serial: tegra: set maximum num of uart ports to 8 by Krishna Yarlagadda · 5 years ago
  20. 222dcdf serial: tegra: check for FIFO mode enabled status by Krishna Yarlagadda · 5 years ago
  21. cb79f50 serial: tegra: report error to upper tty layer by Krishna Yarlagadda · 5 years ago
  22. b9c2470 serial: tegra: flush the RX fifo on frame error by Shardar Shariff Md · 5 years ago
  23. 494f79b serial: tegra: avoid reg access when clk disabled by Ahung Cheng · 5 years ago
  24. 33ae787 serial: tegra: add support to ignore read by Shardar Shariff Md · 5 years ago
  25. 18a4c40 serial: tegra: protect IER against LCR.DLAB by Ahung Cheng · 5 years ago
  26. 6300b14 serial: tegra: add internal loopback functionality by Andreas Abel · 5 years ago
  27. 1df2178 tty: Remove dev_err() usage after platform_get_irq() by Stephen Boyd · 5 years ago
  28. 3957386 serial: tegra: fix some spelling mistakes by Marcel Ziswiler · 6 years ago
  29. 4793f2e tty: serial: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  30. e3b3d0f tty: add SPDX identifiers to all remaining files in drivers/tty/ by Greg Kroah-Hartman · 7 years ago
  31. f67276a serial: tegra: explicitly request exclusive reset control by Philipp Zabel · 7 years ago
  32. 2331e06 tty: serial: constify uart_ops structures by Bhumika Goyal · 8 years ago
  33. 394a9e2 TTY: serial, handle platform_get_irq retval properly by Jiri Slaby · 9 years ago
  34. 06c5e362 serial: tegra: Remove unused variable by Thierry Reding · 9 years ago
  35. 32ede4a serial: tegra: Add helper function for handling RX buffer by Jon Hunter · 9 years ago
  36. b0e066c serial: tegra: Remove redundant code and check in tegra_uart_stop_rx() by Jon Hunter · 9 years ago
  37. 2230a94 serial: tegra: Remove unnecessary return statements by Jon Hunter · 9 years ago
  38. 2a24bb2 serial: tegra: Handle another RX race condition by Jon Hunter · 9 years ago
  39. 8f8e48f serial: tegra: Fix memory leak on DMA setup failure by Jon Hunter · 10 years ago
  40. ad909b3 serial: tegra: Correct error handling on DMA setup by Jon Hunter · 10 years ago
  41. d92aca3 serial: tegra: Correct shutdown of UARTs by Jon Hunter · 10 years ago
  42. 49433c8 serial: tegra: Fix cookie used by TX channel by Jon Hunter · 10 years ago
  43. 0b0c1bd serial: tegra: Use unsigned types for RX and TX byte counts by Jon Hunter · 10 years ago
  44. 853a699 serial: tegra: handle race condition on uart rx side by Shardar Shariff Md · 10 years ago
  45. db8e784 serial: tegra: check the count and read if any from dma by Shardar Shariff Md · 10 years ago
  46. 11e7100 serial: tegra: Add delay after enabling FIFO mode by Jon Hunter · 10 years ago
  47. 245c027 serial: tegra: Correct delay after TX flush by Jon Hunter · 10 years ago
  48. ed0bb23 tty: constify of_device_id array by Fabian Frederick · 10 years ago
  49. f0c1e46 serial: tegra: clean up tty-flag assignments by Johan Hovold · 10 years ago
  50. 479e9b9 serial: Refactor uart_flush_buffer() from uart_close() by Peter Hurley · 10 years ago
  51. b31245b serial: tegra: ack the rx dma desc after transfer terminated by Pradeep Goudagunta · 11 years ago
  52. 5e3dbfc serial: tegra: update tx_circular buffer only when TX_DMA is in progress by Pradeep Goudagunta · 11 years ago
  53. c2b329f serial: tegra: convert to standard DMA DT bindings by Stephen Warren · 11 years ago
  54. d3d654e serial: tegra: use reset framework by Stephen Warren · 11 years ago
  55. cf81e05 serial: tegra: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  56. cfd29aa serial: tegra: fix tty-kref leak by Johan Hovold · 11 years ago
  57. 9b88748 tty: serial: tegra: drop uart_port->lock before calling tty_flip_buffer_push() by Viresh Kumar · 11 years ago
  58. fbf3ab2 serial: tegra: use NULL instead of 0 by Jingoo Han · 11 years ago
  59. 8b513d0 treewide: Fix typo in printk by Masanari Iida · 12 years ago
  60. 84e8192 serial: tegra: Convert to devm_ioremap_resource() by Sachin Kamat · 12 years ago
  61. c3e1bec serial: tegra: assume CONFIG_OF by Stephen Warren · 12 years ago
  62. dbf5bef serial: tegra: Fix compilation error by Venu Byravarasu · 12 years ago
  63. 962963e serial: tegra: Switch to using struct tty_port by Thierry Reding · 12 years ago
  64. e9ea096 serial: tegra: add serial driver by Laxman Dewangan · 12 years ago