aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/serial-tegra.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-15serial: tegra: add serial driverLaxman Dewangan1-0/+1399