summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/serial-tegra.c
AgeCommit message (Expand)Author
2023-11-23serial: tegra: Convert to platform remove callback returning voidUwe Kleine-König
2023-09-18serial: tegra: Use port lock wrappersThomas Gleixner
2023-08-22serial: tegra: handle clk prepare error in tegra_uart_hw_init()Yi Yang
2023-07-25serial: tegra: Use devm_platform_get_and_ioremap_resource()Yangtao Li
2023-07-25serial: tegra: Don't print error on probe deferralJon Hunter
2023-07-25tty: Explicitly include correct DT includesRob Herring
2023-07-25serial: drivers: switch ch and flag to u8Jiri Slaby
2023-01-19serial: tegra: Add missing clk_disable_unprepare() in tegra_uart_hw_init()Yi Yang
2022-11-03serial: tegra: Read DMA status before terminatingKartik
2022-11-03serial: tegra: Use uart_xmit_advance()Ilpo Järvinen
2022-09-25Merge 7e2cd21e02b3 ("Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/...Greg Kroah-Hartman
2022-09-07serial: tegra: Use uart_xmit_advance(), fixes icount.tx accountingIlpo Järvinen
2022-08-30serial: tegra: Remove custom frame size calculationIlpo Järvinen
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen
2022-06-27drivers: tty: serial: Add missing of_node_put() in serial-tegra.cLiang He
2022-06-10serial: tegra: fix typos in commentsJulia Lawall
2022-02-28tty: serial: make use of UART_LCR_WLEN() + tty_get_char_size()Jiri Slaby
2021-11-25serial: tegra: Change lower tolerance baud rate limit for tegra20 and tegra30Patrik John
2021-08-26serial: tegra: Use of_device_get_match_dataTang Bin
2021-07-21serial: tegra: Only print FIFO error message when an error occursJon Hunter
2021-05-13serial: tegra: Fix a mask operation that is always trueColin Ian King
2020-11-06tty: serial: serial-tegra: Provide some missing struct member descriptionsLee Jones
2020-11-06tty: serial: serial-tegra: Struct headers should start with 'struct <name>'Lee Jones
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-27Merge 5.8-rc7 into tty-nextGreg Kroah-Hartman
2020-07-21serial: tegra: drop bogus NULL tty-port checksJohan Hovold
2020-07-21serial: tegra: fix CREAD handling for PIOJohan Hovold
2020-06-27serial: serial-tegra: reduce irq-latency after rx errorsRandolph Maaßen
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