summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/imx.c
Commit message (Expand)AuthorAge
* Merge 4.16-rc6 into tty-nextGreg Kroah-Hartman2018-03-20
|\
| * serial: imx: fix bogus dev_errphil eichinger2018-02-28
* | serial: imx: consistently use imx_uart_ as prefix for all functionsUwe Kleine-König2018-03-09
* | serial: imx: don't prepare to send if no data is availableUwe Kleine-König2018-03-09
* | serial: imx: Fix handling of TC irq in combination with DMAUwe Kleine-König2018-03-09
* | serial: imx: Also enable the aging timer in PIO modeUwe Kleine-König2018-03-09
* | serial: imx: ensure that RX irqs are off if RX is offUwe Kleine-König2018-03-09
* | serial: imx: Stop to receive in .stop_rx()Uwe Kleine-König2018-03-09
* | serial: imx: setup fifo waterlevel before enabling aging timerUwe Kleine-König2018-03-09
* | serial: imx: use u32 variables with matching names for registersUwe Kleine-König2018-03-09
* | serial: imx: simplify check that prevents starting PIO when DMA is in useUwe Kleine-König2018-03-09
* | serial: imx: simplify some conditions related to dmaUwe Kleine-König2018-03-09
* | serial: imx: implement shadow registers for UCRx and UFCRUwe Kleine-König2018-03-09
* | serial: imx: add wrappers for writel and readlUwe Kleine-König2018-03-09
* | serial: imx: document functions that are called with port.lock takenUwe Kleine-König2018-02-28
* | serial: imx: Rename register fields to match newer reference manualsUwe Kleine-König2018-02-28
* | serial: imx: Fix out-of-bounds access through serial port indexGeert Uytterhoeven2018-02-28
* | serial: imx: drop check for enabled dma in .startupUwe Kleine-König2018-02-28
* | serial: imx: simplify tracking of dma being initializedUwe Kleine-König2018-02-28
* | serial: imx: Only handle irqs that are actually enabledUwe Kleine-König2018-02-28
* | serial: imx: rename variables to match the register namesUwe Kleine-König2018-02-28
* | serial: imx: drop if that always evaluates to trueUwe Kleine-König2018-02-28
* | tty: serial: imx: allow breaks to be received when using dmaTroy Kisky2018-02-28
|/
* serial: imx: fix endless loop during suspendMartin Kaiser2018-01-22
* serial: imx: Only wakeup via RTSDEN bit if the system has RTS/CTSFabio Estevam2018-01-09
* serial: imx: Support common rs485 binding for RTS polarityLukas Wunner2017-11-28
* serial: core: Support common rs485 binding for RTS polarityLukas Wunner2017-11-28
* serial: Make retrieval of rs485 properties platform-agnosticLukas Wunner2017-11-28
* tty: serial: imx: remove imx_disable_rx_intTroy Kisky2017-11-28
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-21
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-08
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-08
* tty: serial: imx: remove dead code imx_dma_rxintTroy Kisky2017-11-04
* tty: serial: imx: disable ageing timer interrupt if dma in useTroy Kisky2017-11-04
* serial: imx: add hibernation supportPhilipp Zabel2017-11-04
* serial: imx: Correct comment imx_flush_buffer()Martyn Welch2017-10-20
* serial: imx: Switch setting dma_is_txing from "false" to "0"Martyn Welch2017-10-03
* serial: imx: Use RX_BUF_SIZE to set size of RX bufferMartyn Welch2017-10-03
* serial: imx: only set dma_is_rxing when DMA startsRomain Perier2017-10-03
* drivers: tty: imx: use setup_timer() helper.Allen Pais2017-10-03
* serial: imx: Update cached mctrl value when changing RTSIan Jamison2017-10-03
* serial: imx: Use common rs485 device tree parsing functionSascha Hauer2017-10-03
* serial: imx: default to half duplex rs485Sascha Hauer2017-09-19
* serial: imx: Avoid post-PIO cleanup if TX DMA is startedIan Jamison2017-08-28
* tty: serial: imx: disable irq after suspendMaxim Yu. Osipov2017-08-28
* serial: imx: drop useless member from driver dataUwe Kleine-König2017-07-30
* serial: imx: Prevent TX buffer PIO write when a DMA has been startedIan Jamison2017-07-17
* Revert "serial: imx-serial - move DMA buffer configuration to DT"Greg Kroah-Hartman2017-07-17
* serial: imx-serial - move DMA buffer configuration to DTNandor Han2017-06-29
* serial: imx: Enable RTSD only when neededNandor Han2017-06-29