index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
serial-tegra.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tty: serial: tegra: Use dma_request_chan() directly for channel request
Peter Ujfalusi
2019-11-13
1
-2
/
+1
*
serial: tegra: Add PIO mode support
Krishna Yarlagadda
2019-09-05
1
-31
/
+86
*
serial: tegra: report clk rate errors
Krishna Yarlagadda
2019-09-05
1
-2
/
+57
*
serial: tegra: add support to adjust baud rate
Krishna Yarlagadda
2019-09-05
1
-0
/
+68
*
serial: tegra: add support to use 8 bytes trigger
Krishna Yarlagadda
2019-09-05
1
-2
/
+11
*
serial: tegra: set maximum num of uart ports to 8
Krishna Yarlagadda
2019-09-05
1
-2
/
+17
*
serial: tegra: check for FIFO mode enabled status
Krishna Yarlagadda
2019-09-05
1
-6
/
+46
*
serial: tegra: report error to upper tty layer
Krishna Yarlagadda
2019-09-05
1
-3
/
+16
*
serial: tegra: flush the RX fifo on frame error
Shardar Shariff Md
2019-09-05
1
-0
/
+14
*
serial: tegra: avoid reg access when clk disabled
Ahung Cheng
2019-09-05
1
-6
/
+11
*
serial: tegra: add support to ignore read
Shardar Shariff Md
2019-09-05
1
-0
/
+12
*
serial: tegra: protect IER against LCR.DLAB
Ahung Cheng
2019-09-04
1
-0
/
+3
*
serial: tegra: add internal loopback functionality
Andreas Abel
2019-09-04
1
-4
/
+22
*
tty: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-09-04
1
-3
/
+1
*
serial: tegra: fix some spelling mistakes
Marcel Ziswiler
2018-11-09
1
-5
/
+5
*
tty: serial: Remove redundant license text
Greg Kroah-Hartman
2017-11-08
1
-12
/
+0
*
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2017-11-08
1
-0
/
+1
*
serial: tegra: explicitly request exclusive reset control
Philipp Zabel
2017-07-30
1
-1
/
+1
*
tty: serial: constify uart_ops structures
Bhumika Goyal
2017-01-27
1
-1
/
+1
*
TTY: serial, handle platform_get_irq retval properly
Jiri Slaby
2016-06-25
1
-1
/
+6
*
serial: tegra: Remove unused variable
Thierry Reding
2016-04-30
1
-2
/
+0
*
serial: tegra: Add helper function for handling RX buffer
Jon Hunter
2015-10-17
1
-42
/
+24
*
serial: tegra: Remove redundant code and check in tegra_uart_stop_rx()
Jon Hunter
2015-10-17
1
-10
/
+7
*
serial: tegra: Remove unnecessary return statements
Jon Hunter
2015-10-17
1
-11
/
+0
*
serial: tegra: Handle another RX race condition
Jon Hunter
2015-10-17
1
-8
/
+2
*
serial: tegra: Fix memory leak on DMA setup failure
Jon Hunter
2015-05-24
1
-21
/
+11
*
serial: tegra: Correct error handling on DMA setup
Jon Hunter
2015-05-10
1
-23
/
+28
*
serial: tegra: Correct shutdown of UARTs
Jon Hunter
2015-05-10
1
-7
/
+4
*
serial: tegra: Fix cookie used by TX channel
Jon Hunter
2015-05-10
1
-1
/
+1
*
serial: tegra: Use unsigned types for RX and TX byte counts
Jon Hunter
2015-05-10
1
-7
/
+8
*
serial: tegra: handle race condition on uart rx side
Shardar Shariff Md
2015-05-10
1
-1
/
+12
*
serial: tegra: check the count and read if any from dma
Shardar Shariff Md
2015-05-10
1
-4
/
+6
*
serial: tegra: Add delay after enabling FIFO mode
Jon Hunter
2015-05-10
1
-0
/
+10
*
serial: tegra: Correct delay after TX flush
Jon Hunter
2015-05-10
1
-2
/
+22
*
tty: constify of_device_id array
Fabian Frederick
2015-03-26
1
-1
/
+1
*
serial: tegra: clean up tty-flag assignments
Johan Hovold
2014-11-25
1
-3
/
+3
*
serial: Refactor uart_flush_buffer() from uart_close()
Peter Hurley
2014-11-05
1
-14
/
+16
*
serial: tegra: ack the rx dma desc after transfer terminated
Pradeep Goudagunta
2014-07-10
1
-0
/
+1
*
serial: tegra: update tx_circular buffer only when TX_DMA is in progress
Pradeep Goudagunta
2014-07-10
1
-0
/
+3
*
serial: tegra: convert to standard DMA DT bindings
Stephen Warren
2013-12-11
1
-18
/
+6
*
serial: tegra: use reset framework
Stephen Warren
2013-12-11
1
-4
/
+10
*
serial: tegra: remove deprecated IRQF_DISABLED
Michael Opdenacker
2013-10-07
1
-1
/
+1
*
serial: tegra: fix tty-kref leak
Johan Hovold
2013-09-17
1
-1
/
+3
*
tty: serial: tegra: drop uart_port->lock before calling tty_flip_buffer_push()
Viresh Kumar
2013-08-27
1
-2
/
+8
*
serial: tegra: use NULL instead of 0
Jingoo Han
2013-08-12
1
-3
/
+3
*
treewide: Fix typo in printk
Masanari Iida
2013-05-28
1
-1
/
+1
*
serial: tegra: Convert to devm_ioremap_resource()
Sachin Kamat
2013-03-15
1
-5
/
+4
*
serial: tegra: assume CONFIG_OF
Stephen Warren
2013-02-15
1
-3
/
+2
*
serial: tegra: Fix compilation error
Venu Byravarasu
2013-01-25
1
-1
/
+1
*
serial: tegra: Switch to using struct tty_port
Thierry Reding
2013-01-17
1
-12
/
+15
[next]