summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/serial-tegra.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* serial: tegra: assume CONFIG_OFStephen Warren2013-02-151-3/+2
* serial: tegra: Fix compilation errorVenu Byravarasu2013-01-251-1/+1
* serial: tegra: Switch to using struct tty_portThierry Reding2013-01-171-12/+15
* serial: tegra: add serial driverLaxman Dewangan2013-01-151-0/+1399
OpenPOWER on IntegriCloud