Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1243391
| From | Jon Hunter <jonathanh@nvidia.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] serial: tegra: One fix and a few clean-ups |
| Date | 2015-10-09 16:00 +0200 |
| Message-ID | <qhGnf-3UO-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Fix a race condition in the receive path and simplify/clean-up the serial-tegra driver. This has been tested on a tegra124 by using zmodem protocol to transfer a file from PC to the tegra device and verifying the downloaded file matches the original. Jon Hunter (4): serial: tegra: Handle another RX race condition serial: tegra: Remove unnecessary return statements serial: tegra: Remove redundant code and check in tegra_uart_stop_rx() serial: tegra: Add helper function for handling RX buffer drivers/tty/serial/serial-tegra.c | 94 ++++++++++++--------------------------- 1 file changed, 28 insertions(+), 66 deletions(-) -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/4] serial: tegra: One fix and a few clean-ups Jon Hunter <jonathanh@nvidia.com> - 2015-10-09 16:00 +0200 [PATCH 4/4] serial: tegra: Add helper function for handling RX buffer Jon Hunter <jonathanh@nvidia.com> - 2015-10-09 16:00 +0200
csiph-web