summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/serial-tegra.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-03serial: tegra: Read DMA status before terminatingKartik1-2/+4
2022-11-03serial: tegra: Use uart_xmit_advance()Ilpo Järvinen1-2/+1
2022-09-25Merge 7e2cd21e02b3 ("Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/...Greg Kroah-Hartman1-3/+2
2022-09-07serial: tegra: Use uart_xmit_advance(), fixes icount.tx accountingIlpo Järvinen1-3/+2
2022-08-30serial: tegra: Remove custom frame size calculationIlpo Järvinen1-9/+3
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-1/+2
2022-06-27drivers: tty: serial: Add missing of_node_put() in serial-tegra.cLiang He1-0/+1
2022-06-10serial: tegra: fix typos in commentsJulia Lawall1-2/+2
2022-02-28tty: serial: make use of UART_LCR_WLEN() + tty_get_char_size()Jiri Slaby1-18/+4
2021-11-25serial: tegra: Change lower tolerance baud rate limit for tegra20 and tegra30Patrik John1-2/+2
2021-08-26serial: tegra: Use of_device_get_match_dataTang Bin1-4/+2
2021-07-21serial: tegra: Only print FIFO error message when an error occursJon Hunter1-2/+4
2021-05-13serial: tegra: Fix a mask operation that is always trueColin Ian King1-1/+1
2020-11-06tty: serial: serial-tegra: Provide some missing struct member descriptionsLee Jones1-0/+5
2020-11-06tty: serial: serial-tegra: Struct headers should start with 'struct <name>'Lee Jones1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-27Merge 5.8-rc7 into tty-nextGreg Kroah-Hartman1-9/+7
2020-07-21serial: tegra: drop bogus NULL tty-port checksJohan Hovold1-9/+4
2020-07-21serial: tegra: fix CREAD handling for PIOJohan Hovold1-2/+5
2020-06-27serial: serial-tegra: reduce irq-latency after rx errorsRandolph Maaßen1-3/+3
2020-02-10tty: serial: tegra: Handle RX transfer in PIO mode if DMA wasn't startedDmitry Osipenko1-19/+16
2020-01-14tty: serial: tegra: Optimize DMA buffer synchronizationDmitry Osipenko1-7/+9
2020-01-14tty: serial: tegra: Activate RX DMA transfer by requestDmitry Osipenko1-32/+46
2019-11-13tty: serial: tegra: Use dma_request_chan() directly for channel requestPeter Ujfalusi1-2/+1
2019-09-05serial: tegra: Add PIO mode supportKrishna Yarlagadda1-31/+86
2019-09-05serial: tegra: report clk rate errorsKrishna Yarlagadda1-2/+57
2019-09-05serial: tegra: add support to adjust baud rateKrishna Yarlagadda1-0/+68
2019-09-05serial: tegra: add support to use 8 bytes triggerKrishna Yarlagadda1-2/+11
2019-09-05serial: tegra: set maximum num of uart ports to 8Krishna Yarlagadda1-2/+17
2019-09-05serial: tegra: check for FIFO mode enabled statusKrishna Yarlagadda1-6/+46
2019-09-05serial: tegra: report error to upper tty layerKrishna Yarlagadda1-3/+16
2019-09-05serial: tegra: flush the RX fifo on frame errorShardar Shariff Md1-0/+14
2019-09-05serial: tegra: avoid reg access when clk disabledAhung Cheng1-6/+11
2019-09-05serial: tegra: add support to ignore readShardar Shariff Md1-0/+12
2019-09-04serial: tegra: protect IER against LCR.DLABAhung Cheng1-0/+3
2019-09-04serial: tegra: add internal loopback functionalityAndreas Abel1-4/+22
2019-09-04tty: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2018-11-09serial: tegra: fix some spelling mistakesMarcel Ziswiler1-5/+5
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-12/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-07-30serial: tegra: explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-01-27tty: serial: constify uart_ops structuresBhumika Goyal1-1/+1
2016-06-25TTY: serial, handle platform_get_irq retval properlyJiri Slaby1-1/+6
2016-04-30serial: tegra: Remove unused variableThierry Reding1-2/+0
2015-10-17serial: tegra: Add helper function for handling RX bufferJon Hunter1-42/+24
2015-10-17serial: tegra: Remove redundant code and check in tegra_uart_stop_rx()Jon Hunter1-10/+7
2015-10-17serial: tegra: Remove unnecessary return statementsJon Hunter1-11/+0
2015-10-17serial: tegra: Handle another RX race conditionJon Hunter1-8/+2
2015-05-24serial: tegra: Fix memory leak on DMA setup failureJon Hunter1-21/+11
2015-05-10serial: tegra: Correct error handling on DMA setupJon Hunter1-23/+28