summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/serial-tegra.c
Commit message (Expand)AuthorAgeFilesLines
* tty: serial: switch from circ_buf to kfifoJiri Slaby (SUSE)2024-04-091-19/+24
* serial: tegra: Convert to platform remove callback returning voidUwe Kleine-König2023-11-231-3/+2
* serial: tegra: Use port lock wrappersThomas Gleixner2023-09-181-16/+16
* serial: tegra: handle clk prepare error in tegra_uart_hw_init()Yi Yang2023-08-221-1/+5
* serial: tegra: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-251-7/+2
* serial: tegra: Don't print error on probe deferralJon Hunter2023-07-251-4/+2
* tty: Explicitly include correct DT includesRob Herring2023-07-251-1/+0
* serial: drivers: switch ch and flag to u8Jiri Slaby2023-07-251-4/+3
* serial: tegra: Add missing clk_disable_unprepare() in tegra_uart_hw_init()Yi Yang2023-01-191-1/+6
* serial: tegra: Read DMA status before terminatingKartik2022-11-031-2/+4
* serial: tegra: Use uart_xmit_advance()Ilpo Järvinen2022-11-031-2/+1
* Merge 7e2cd21e02b3 ("Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/...Greg Kroah-Hartman2022-09-251-3/+2
|\
| * serial: tegra: Use uart_xmit_advance(), fixes icount.tx accountingIlpo Järvinen2022-09-071-3/+2
* | serial: tegra: Remove custom frame size calculationIlpo Järvinen2022-08-301-9/+3
* | serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+2
|/
* drivers: tty: serial: Add missing of_node_put() in serial-tegra.cLiang He2022-06-271-0/+1
* serial: tegra: fix typos in commentsJulia Lawall2022-06-101-2/+2
* tty: serial: make use of UART_LCR_WLEN() + tty_get_char_size()Jiri Slaby2022-02-281-18/+4
* serial: tegra: Change lower tolerance baud rate limit for tegra20 and tegra30Patrik John2021-11-251-2/+2
* serial: tegra: Use of_device_get_match_dataTang Bin2021-08-261-4/+2
* serial: tegra: Only print FIFO error message when an error occursJon Hunter2021-07-211-2/+4
* serial: tegra: Fix a mask operation that is always trueColin Ian King2021-05-131-1/+1
* tty: serial: serial-tegra: Provide some missing struct member descriptionsLee Jones2020-11-061-0/+5
* tty: serial: serial-tegra: Struct headers should start with 'struct <name>'Lee Jones2020-11-061-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* Merge 5.8-rc7 into tty-nextGreg Kroah-Hartman2020-07-271-9/+7
|\
| * serial: tegra: drop bogus NULL tty-port checksJohan Hovold2020-07-211-9/+4
| * serial: tegra: fix CREAD handling for PIOJohan Hovold2020-07-211-2/+5
* | serial: serial-tegra: reduce irq-latency after rx errorsRandolph Maaßen2020-06-271-3/+3
|/
* tty: serial: tegra: Handle RX transfer in PIO mode if DMA wasn't startedDmitry Osipenko2020-02-101-19/+16
* tty: serial: tegra: Optimize DMA buffer synchronizationDmitry Osipenko2020-01-141-7/+9
* tty: serial: tegra: Activate RX DMA transfer by requestDmitry Osipenko2020-01-141-32/+46
* tty: serial: tegra: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-131-2/+1
* serial: tegra: Add PIO mode supportKrishna Yarlagadda2019-09-051-31/+86
* serial: tegra: report clk rate errorsKrishna Yarlagadda2019-09-051-2/+57
* serial: tegra: add support to adjust baud rateKrishna Yarlagadda2019-09-051-0/+68
* serial: tegra: add support to use 8 bytes triggerKrishna Yarlagadda2019-09-051-2/+11
* serial: tegra: set maximum num of uart ports to 8Krishna Yarlagadda2019-09-051-2/+17
* serial: tegra: check for FIFO mode enabled statusKrishna Yarlagadda2019-09-051-6/+46
* serial: tegra: report error to upper tty layerKrishna Yarlagadda2019-09-051-3/+16
* serial: tegra: flush the RX fifo on frame errorShardar Shariff Md2019-09-051-0/+14
* serial: tegra: avoid reg access when clk disabledAhung Cheng2019-09-051-6/+11
* serial: tegra: add support to ignore readShardar Shariff Md2019-09-051-0/+12
* serial: tegra: protect IER against LCR.DLABAhung Cheng2019-09-041-0/+3
* serial: tegra: add internal loopback functionalityAndreas Abel2019-09-041-4/+22
* tty: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-09-041-3/+1
* serial: tegra: fix some spelling mistakesMarcel Ziswiler2018-11-091-5/+5
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-12/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* serial: tegra: explicitly request exclusive reset controlPhilipp Zabel2017-07-301-1/+1