index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
serial-tegra.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tty: serial: switch from circ_buf to kfifo
Jiri Slaby (SUSE)
2024-04-09
1
-19
/
+24
*
serial: tegra: Convert to platform remove callback returning void
Uwe Kleine-König
2023-11-23
1
-3
/
+2
*
serial: tegra: Use port lock wrappers
Thomas Gleixner
2023-09-18
1
-16
/
+16
*
serial: tegra: handle clk prepare error in tegra_uart_hw_init()
Yi Yang
2023-08-22
1
-1
/
+5
*
serial: tegra: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
2023-07-25
1
-7
/
+2
*
serial: tegra: Don't print error on probe deferral
Jon Hunter
2023-07-25
1
-4
/
+2
*
tty: Explicitly include correct DT includes
Rob Herring
2023-07-25
1
-1
/
+0
*
serial: drivers: switch ch and flag to u8
Jiri Slaby
2023-07-25
1
-4
/
+3
*
serial: tegra: Add missing clk_disable_unprepare() in tegra_uart_hw_init()
Yi Yang
2023-01-19
1
-1
/
+6
*
serial: tegra: Read DMA status before terminating
Kartik
2022-11-03
1
-2
/
+4
*
serial: tegra: Use uart_xmit_advance()
Ilpo Järvinen
2022-11-03
1
-2
/
+1
*
Merge 7e2cd21e02b3 ("Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/...
Greg Kroah-Hartman
2022-09-25
1
-3
/
+2
|
\
|
*
serial: tegra: Use uart_xmit_advance(), fixes icount.tx accounting
Ilpo Järvinen
2022-09-07
1
-3
/
+2
*
|
serial: tegra: Remove custom frame size calculation
Ilpo Järvinen
2022-08-30
1
-9
/
+3
*
|
serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
2022-08-30
1
-1
/
+2
|
/
*
drivers: tty: serial: Add missing of_node_put() in serial-tegra.c
Liang He
2022-06-27
1
-0
/
+1
*
serial: tegra: fix typos in comments
Julia Lawall
2022-06-10
1
-2
/
+2
*
tty: serial: make use of UART_LCR_WLEN() + tty_get_char_size()
Jiri Slaby
2022-02-28
1
-18
/
+4
*
serial: tegra: Change lower tolerance baud rate limit for tegra20 and tegra30
Patrik John
2021-11-25
1
-2
/
+2
*
serial: tegra: Use of_device_get_match_data
Tang Bin
2021-08-26
1
-4
/
+2
*
serial: tegra: Only print FIFO error message when an error occurs
Jon Hunter
2021-07-21
1
-2
/
+4
*
serial: tegra: Fix a mask operation that is always true
Colin Ian King
2021-05-13
1
-1
/
+1
*
tty: serial: serial-tegra: Provide some missing struct member descriptions
Lee Jones
2020-11-06
1
-0
/
+5
*
tty: serial: serial-tegra: Struct headers should start with 'struct <name>'
Lee Jones
2020-11-06
1
-1
/
+1
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-1
/
+1
*
Merge 5.8-rc7 into tty-next
Greg Kroah-Hartman
2020-07-27
1
-9
/
+7
|
\
|
*
serial: tegra: drop bogus NULL tty-port checks
Johan Hovold
2020-07-21
1
-9
/
+4
|
*
serial: tegra: fix CREAD handling for PIO
Johan Hovold
2020-07-21
1
-2
/
+5
*
|
serial: serial-tegra: reduce irq-latency after rx errors
Randolph Maaßen
2020-06-27
1
-3
/
+3
|
/
*
tty: serial: tegra: Handle RX transfer in PIO mode if DMA wasn't started
Dmitry Osipenko
2020-02-10
1
-19
/
+16
*
tty: serial: tegra: Optimize DMA buffer synchronization
Dmitry Osipenko
2020-01-14
1
-7
/
+9
*
tty: serial: tegra: Activate RX DMA transfer by request
Dmitry Osipenko
2020-01-14
1
-32
/
+46
*
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
[next]