summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/serial-tegra.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tty: serial: constify uart_ops structuresBhumika Goyal2017-01-271-1/+1
* TTY: serial, handle platform_get_irq retval properlyJiri Slaby2016-06-251-1/+6
* serial: tegra: Remove unused variableThierry Reding2016-04-301-2/+0
* serial: tegra: Add helper function for handling RX bufferJon Hunter2015-10-171-42/+24
* serial: tegra: Remove redundant code and check in tegra_uart_stop_rx()Jon Hunter2015-10-171-10/+7
* serial: tegra: Remove unnecessary return statementsJon Hunter2015-10-171-11/+0
* serial: tegra: Handle another RX race conditionJon Hunter2015-10-171-8/+2
* serial: tegra: Fix memory leak on DMA setup failureJon Hunter2015-05-241-21/+11
* serial: tegra: Correct error handling on DMA setupJon Hunter2015-05-101-23/+28
* serial: tegra: Correct shutdown of UARTsJon Hunter2015-05-101-7/+4
* serial: tegra: Fix cookie used by TX channelJon Hunter2015-05-101-1/+1
* serial: tegra: Use unsigned types for RX and TX byte countsJon Hunter2015-05-101-7/+8
* serial: tegra: handle race condition on uart rx sideShardar Shariff Md2015-05-101-1/+12
* serial: tegra: check the count and read if any from dmaShardar Shariff Md2015-05-101-4/+6
* serial: tegra: Add delay after enabling FIFO modeJon Hunter2015-05-101-0/+10
* serial: tegra: Correct delay after TX flushJon Hunter2015-05-101-2/+22
* tty: constify of_device_id arrayFabian Frederick2015-03-261-1/+1
* serial: tegra: clean up tty-flag assignmentsJohan Hovold2014-11-251-3/+3
* serial: Refactor uart_flush_buffer() from uart_close()Peter Hurley2014-11-051-14/+16
* serial: tegra: ack the rx dma desc after transfer terminatedPradeep Goudagunta2014-07-101-0/+1
* serial: tegra: update tx_circular buffer only when TX_DMA is in progressPradeep Goudagunta2014-07-101-0/+3
* serial: tegra: convert to standard DMA DT bindingsStephen Warren2013-12-111-18/+6
* serial: tegra: use reset frameworkStephen Warren2013-12-111-4/+10
* serial: tegra: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-071-1/+1
* serial: tegra: fix tty-kref leakJohan Hovold2013-09-171-1/+3
* tty: serial: tegra: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar2013-08-271-2/+8
* serial: tegra: use NULL instead of 0Jingoo Han2013-08-121-3/+3
* treewide: Fix typo in printkMasanari Iida2013-05-281-1/+1
* serial: tegra: Convert to devm_ioremap_resource()Sachin Kamat2013-03-151-5/+4