index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
serial-tegra.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-27
Merge 5.8-rc7 into tty-next
Greg Kroah-Hartman
1
-9
/
+7
2020-07-21
serial: tegra: drop bogus NULL tty-port checks
Johan Hovold
1
-9
/
+4
2020-07-21
serial: tegra: fix CREAD handling for PIO
Johan Hovold
1
-2
/
+5
2020-06-27
serial: serial-tegra: reduce irq-latency after rx errors
Randolph Maaßen
1
-3
/
+3
2020-02-10
tty: serial: tegra: Handle RX transfer in PIO mode if DMA wasn't started
Dmitry Osipenko
1
-19
/
+16
2020-01-14
tty: serial: tegra: Optimize DMA buffer synchronization
Dmitry Osipenko
1
-7
/
+9
2020-01-14
tty: serial: tegra: Activate RX DMA transfer by request
Dmitry Osipenko
1
-32
/
+46
2019-11-13
tty: serial: tegra: Use dma_request_chan() directly for channel request
Peter Ujfalusi
1
-2
/
+1
2019-09-05
serial: tegra: Add PIO mode support
Krishna Yarlagadda
1
-31
/
+86
2019-09-05
serial: tegra: report clk rate errors
Krishna Yarlagadda
1
-2
/
+57
2019-09-05
serial: tegra: add support to adjust baud rate
Krishna Yarlagadda
1
-0
/
+68
2019-09-05
serial: tegra: add support to use 8 bytes trigger
Krishna Yarlagadda
1
-2
/
+11
2019-09-05
serial: tegra: set maximum num of uart ports to 8
Krishna Yarlagadda
1
-2
/
+17
2019-09-05
serial: tegra: check for FIFO mode enabled status
Krishna Yarlagadda
1
-6
/
+46
2019-09-05
serial: tegra: report error to upper tty layer
Krishna Yarlagadda
1
-3
/
+16
2019-09-05
serial: tegra: flush the RX fifo on frame error
Shardar Shariff Md
1
-0
/
+14
2019-09-05
serial: tegra: avoid reg access when clk disabled
Ahung Cheng
1
-6
/
+11
2019-09-05
serial: tegra: add support to ignore read
Shardar Shariff Md
1
-0
/
+12
2019-09-04
serial: tegra: protect IER against LCR.DLAB
Ahung Cheng
1
-0
/
+3
2019-09-04
serial: tegra: add internal loopback functionality
Andreas Abel
1
-4
/
+22
2019-09-04
tty: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
1
-3
/
+1
2018-11-09
serial: tegra: fix some spelling mistakes
Marcel Ziswiler
1
-5
/
+5
2017-11-08
tty: serial: Remove redundant license text
Greg Kroah-Hartman
1
-12
/
+0
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
1
-0
/
+1
2017-07-30
serial: tegra: explicitly request exclusive reset control
Philipp Zabel
1
-1
/
+1
2017-01-27
tty: serial: constify uart_ops structures
Bhumika Goyal
1
-1
/
+1
2016-06-25
TTY: serial, handle platform_get_irq retval properly
Jiri Slaby
1
-1
/
+6
2016-04-30
serial: tegra: Remove unused variable
Thierry Reding
1
-2
/
+0
2015-10-17
serial: tegra: Add helper function for handling RX buffer
Jon Hunter
1
-42
/
+24
2015-10-17
serial: tegra: Remove redundant code and check in tegra_uart_stop_rx()
Jon Hunter
1
-10
/
+7
2015-10-17
serial: tegra: Remove unnecessary return statements
Jon Hunter
1
-11
/
+0
2015-10-17
serial: tegra: Handle another RX race condition
Jon Hunter
1
-8
/
+2
2015-05-24
serial: tegra: Fix memory leak on DMA setup failure
Jon Hunter
1
-21
/
+11
2015-05-10
serial: tegra: Correct error handling on DMA setup
Jon Hunter
1
-23
/
+28
2015-05-10
serial: tegra: Correct shutdown of UARTs
Jon Hunter
1
-7
/
+4
2015-05-10
serial: tegra: Fix cookie used by TX channel
Jon Hunter
1
-1
/
+1
2015-05-10
serial: tegra: Use unsigned types for RX and TX byte counts
Jon Hunter
1
-7
/
+8
2015-05-10
serial: tegra: handle race condition on uart rx side
Shardar Shariff Md
1
-1
/
+12
2015-05-10
serial: tegra: check the count and read if any from dma
Shardar Shariff Md
1
-4
/
+6
2015-05-10
serial: tegra: Add delay after enabling FIFO mode
Jon Hunter
1
-0
/
+10
2015-05-10
serial: tegra: Correct delay after TX flush
Jon Hunter
1
-2
/
+22
2015-03-26
tty: constify of_device_id array
Fabian Frederick
1
-1
/
+1
2014-11-25
serial: tegra: clean up tty-flag assignments
Johan Hovold
1
-3
/
+3
2014-11-05
serial: Refactor uart_flush_buffer() from uart_close()
Peter Hurley
1
-14
/
+16
2014-07-10
serial: tegra: ack the rx dma desc after transfer terminated
Pradeep Goudagunta
1
-0
/
+1
2014-07-10
serial: tegra: update tx_circular buffer only when TX_DMA is in progress
Pradeep Goudagunta
1
-0
/
+3
2013-12-11
serial: tegra: convert to standard DMA DT bindings
Stephen Warren
1
-18
/
+6
2013-12-11
serial: tegra: use reset framework
Stephen Warren
1
-4
/
+10
2013-10-07
serial: tegra: remove deprecated IRQF_DISABLED
Michael Opdenacker
1
-1
/
+1
[next]