summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/serial-tegra.c
AgeCommit message (Expand)Author
2020-02-10tty: serial: tegra: Handle RX transfer in PIO mode if DMA wasn't startedDmitry Osipenko
2020-01-14tty: serial: tegra: Optimize DMA buffer synchronizationDmitry Osipenko
2020-01-14tty: serial: tegra: Activate RX DMA transfer by requestDmitry Osipenko
2019-11-13tty: serial: tegra: Use dma_request_chan() directly for channel requestPeter Ujfalusi
2019-09-05serial: tegra: Add PIO mode supportKrishna Yarlagadda
2019-09-05serial: tegra: report clk rate errorsKrishna Yarlagadda
2019-09-05serial: tegra: add support to adjust baud rateKrishna Yarlagadda
2019-09-05serial: tegra: add support to use 8 bytes triggerKrishna Yarlagadda
2019-09-05serial: tegra: set maximum num of uart ports to 8Krishna Yarlagadda
2019-09-05serial: tegra: check for FIFO mode enabled statusKrishna Yarlagadda
2019-09-05serial: tegra: report error to upper tty layerKrishna Yarlagadda
2019-09-05serial: tegra: flush the RX fifo on frame errorShardar Shariff Md
2019-09-05serial: tegra: avoid reg access when clk disabledAhung Cheng
2019-09-05serial: tegra: add support to ignore readShardar Shariff Md
2019-09-04serial: tegra: protect IER against LCR.DLABAhung Cheng
2019-09-04serial: tegra: add internal loopback functionalityAndreas Abel
2019-09-04tty: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2018-11-09serial: tegra: fix some spelling mistakesMarcel Ziswiler
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
2017-07-30serial: tegra: explicitly request exclusive reset controlPhilipp Zabel
2017-01-27tty: serial: constify uart_ops structuresBhumika Goyal
2016-06-25TTY: serial, handle platform_get_irq retval properlyJiri Slaby
2016-04-30serial: tegra: Remove unused variableThierry Reding
2015-10-17serial: tegra: Add helper function for handling RX bufferJon Hunter
2015-10-17serial: tegra: Remove redundant code and check in tegra_uart_stop_rx()Jon Hunter
2015-10-17serial: tegra: Remove unnecessary return statementsJon Hunter
2015-10-17serial: tegra: Handle another RX race conditionJon Hunter
2015-05-24serial: tegra: Fix memory leak on DMA setup failureJon Hunter
2015-05-10serial: tegra: Correct error handling on DMA setupJon Hunter
2015-05-10serial: tegra: Correct shutdown of UARTsJon Hunter
2015-05-10serial: tegra: Fix cookie used by TX channelJon Hunter
2015-05-10serial: tegra: Use unsigned types for RX and TX byte countsJon Hunter
2015-05-10serial: tegra: handle race condition on uart rx sideShardar Shariff Md
2015-05-10serial: tegra: check the count and read if any from dmaShardar Shariff Md
2015-05-10serial: tegra: Add delay after enabling FIFO modeJon Hunter
2015-05-10serial: tegra: Correct delay after TX flushJon Hunter
2015-03-26tty: constify of_device_id arrayFabian Frederick
2014-11-25serial: tegra: clean up tty-flag assignmentsJohan Hovold
2014-11-05serial: Refactor uart_flush_buffer() from uart_close()Peter Hurley
2014-07-10serial: tegra: ack the rx dma desc after transfer terminatedPradeep Goudagunta
2014-07-10serial: tegra: update tx_circular buffer only when TX_DMA is in progressPradeep Goudagunta
2013-12-11serial: tegra: convert to standard DMA DT bindingsStephen Warren
2013-12-11serial: tegra: use reset frameworkStephen Warren
2013-10-07serial: tegra: remove deprecated IRQF_DISABLEDMichael Opdenacker
2013-09-17serial: tegra: fix tty-kref leakJohan Hovold
2013-08-27tty: serial: tegra: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar
2013-08-12serial: tegra: use NULL instead of 0Jingoo Han
2013-05-28treewide: Fix typo in printkMasanari Iida
2013-03-15serial: tegra: Convert to devm_ioremap_resource()Sachin Kamat