aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/serial-tegra.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-10serial: tegra: Correct shutdown of UARTsJon Hunter1-7/+4
2015-05-10serial: tegra: Fix cookie used by TX channelJon Hunter1-1/+1
2015-05-10serial: tegra: Use unsigned types for RX and TX byte countsJon Hunter1-7/+8
2015-05-10serial: tegra: handle race condition on uart rx sideShardar Shariff Md1-1/+12
2015-05-10serial: tegra: check the count and read if any from dmaShardar Shariff Md1-4/+6
2015-05-10serial: tegra: Add delay after enabling FIFO modeJon Hunter1-0/+10
2015-05-10serial: tegra: Correct delay after TX flushJon Hunter1-2/+22
2015-03-26tty: constify of_device_id arrayFabian Frederick1-1/+1
2014-11-25serial: tegra: clean up tty-flag assignmentsJohan Hovold1-3/+3
2014-11-05serial: Refactor uart_flush_buffer() from uart_close()Peter Hurley1-14/+16
2014-07-10serial: tegra: ack the rx dma desc after transfer terminatedPradeep Goudagunta1-0/+1
2014-07-10serial: tegra: update tx_circular buffer only when TX_DMA is in progressPradeep Goudagunta1-0/+3
2013-12-11serial: tegra: convert to standard DMA DT bindingsStephen Warren1-18/+6
2013-12-11serial: tegra: use reset frameworkStephen Warren1-4/+10
2013-10-07serial: tegra: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-09-17serial: tegra: fix tty-kref leakJohan Hovold1-1/+3
2013-08-27tty: serial: tegra: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar1-2/+8
2013-08-12serial: tegra: use NULL instead of 0Jingoo Han1-3/+3
2013-05-28treewide: Fix typo in printkMasanari Iida1-1/+1
2013-03-15serial: tegra: Convert to devm_ioremap_resource()Sachin Kamat1-5/+4
2013-02-15serial: tegra: assume CONFIG_OFStephen Warren1-3/+2
2013-01-25serial: tegra: Fix compilation errorVenu Byravarasu1-1/+1
2013-01-17serial: tegra: Switch to using struct tty_portThierry Reding1-12/+15