summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/imx.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-28serial: imx: Support common rs485 binding for RTS polarityLukas Wunner1-0/+6
2017-11-28serial: core: Support common rs485 binding for RTS polarityLukas Wunner1-1/+0
2017-11-28serial: Make retrieval of rs485 properties platform-agnosticLukas Wunner1-2/+2
2017-11-28tty: serial: imx: remove imx_disable_rx_intTroy Kisky1-27/+9
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-10/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-11-04tty: serial: imx: remove dead code imx_dma_rxintTroy Kisky1-28/+2
2017-11-04tty: serial: imx: disable ageing timer interrupt if dma in useTroy Kisky1-4/+0
2017-11-04serial: imx: add hibernation supportPhilipp Zabel1-0/+28
2017-10-20serial: imx: Correct comment imx_flush_buffer()Martyn Welch1-2/+6
2017-10-03serial: imx: Switch setting dma_is_txing from "false" to "0"Martyn Welch1-1/+1
2017-10-03serial: imx: Use RX_BUF_SIZE to set size of RX bufferMartyn Welch1-1/+1
2017-10-03serial: imx: only set dma_is_rxing when DMA startsRomain Perier1-2/+1
2017-10-03drivers: tty: imx: use setup_timer() helper.Allen Pais1-3/+1
2017-10-03serial: imx: Update cached mctrl value when changing RTSIan Jamison1-2/+4
2017-10-03serial: imx: Use common rs485 device tree parsing functionSascha Hauer1-1/+3
2017-09-19serial: imx: default to half duplex rs485Sascha Hauer1-2/+1
2017-08-28serial: imx: Avoid post-PIO cleanup if TX DMA is startedIan Jamison1-1/+4
2017-08-28tty: serial: imx: disable irq after suspendMaxim Yu. Osipov1-0/+2
2017-07-30serial: imx: drop useless member from driver dataUwe Kleine-König1-12/+1
2017-07-17serial: imx: Prevent TX buffer PIO write when a DMA has been startedIan Jamison1-1/+1
2017-07-17Revert "serial: imx-serial - move DMA buffer configuration to DT"Greg Kroah-Hartman1-17/+8
2017-06-29serial: imx-serial - move DMA buffer configuration to DTNandor Han1-8/+17
2017-06-29serial: imx: Enable RTSD only when neededNandor Han1-1/+3
2017-06-29serial: imx: Remove unused members from imx_port structFabio Estevam1-3/+0
2017-05-29Merge 4.12-rc3 into tty-nextGreg Kroah-Hartman1-2/+12
2017-05-25serial: imx: ensure UCR3 and UFCR are setup correctlyUwe Kleine-König1-2/+12
2017-05-18imx-serial: RX DMA startup latencyPeter Senna Tschudin1-21/+5
2017-04-11imx-serial: Reduce RX DMA startup latency when opening for readingPeter Senna Tschudin1-14/+49
2017-04-08serial: imx: setup DCEDTE early and ensure DCD and RI irqs to be offUwe Kleine-König1-13/+23
2017-01-31serial: imx: Fix the CTS_B polarity in RS485 modeFabio Estevam1-3/+3
2017-01-31serial: imx: Fix the RTS GPIO polarity in RS485 modeFabio Estevam1-10/+10
2017-01-12serial: imx: Allow passing 'rst-gpios' for rs485 modeFabio Estevam1-1/+5
2016-09-27serial: imx: Fix DCD readingSascha Hauer1-1/+2
2016-09-15serial: imx: Replace dmaengine old APIFabien Lahoudere1-4/+4
2016-09-13serial: imx: add error messages when .probe failsUwe Kleine-König1-4/+14
2016-09-02Allowing UART DMA to be configured on i.MX53Martyn Welch1-2/+15
2016-09-02tty: serial: constify uart_ops structuresJulia Lawall1-1/+1
2016-08-31serial: imx-serial - update RX error counters when DMA is usedNandor Han1-0/+32
2016-08-31serial: imx-serial - update UART IMX driver to use cyclic DMANandor Han1-63/+78
2016-04-30serial: imx: Use generic uart-has-rtscts DT propertyGeert Uytterhoeven1-1/+2
2016-04-30serial: imx: implement DSR irq handling for DTE modeUwe Kleine-König1-3/+17
2016-04-30serial: imx: reorder functions to simplify next patchUwe Kleine-König1-49/+49
2016-04-30serial: imx: only count 0->1 transitions for RNGUwe Kleine-König1-1/+1
2016-04-30serial: imx: make sure unhandled irqs are disabledUwe Kleine-König1-1/+22
2016-04-30serial: imx: let irq handler return IRQ_NONE if no event was handledUwe Kleine-König1-4/+13
2016-04-30serial: imx: fix polarity of RIUwe Kleine-König1-3/+3
2016-04-30serial: imx: support RS-485 Rx disable on TxBaruch Siach1-3/+12
2016-02-07serial: imx: Fix suspend / resume.Martin Fuzzey1-1/+4