aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/imx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-20Merge 4.16-rc6 into tty-nextGreg Kroah-Hartman1-1/+1
2018-03-09serial: imx: consistently use imx_uart_ as prefix for all functionsUwe Kleine-König1-213/+213
2018-03-09serial: imx: don't prepare to send if no data is availableUwe Kleine-König1-0/+3
2018-03-09serial: imx: Fix handling of TC irq in combination with DMAUwe Kleine-König1-6/+20
2018-03-09serial: imx: Also enable the aging timer in PIO modeUwe Kleine-König1-3/+12
2018-03-09serial: imx: ensure that RX irqs are off if RX is offUwe Kleine-König1-28/+64
2018-03-09serial: imx: Stop to receive in .stop_rx()Uwe Kleine-König1-9/+0
2018-03-09serial: imx: setup fifo waterlevel before enabling aging timerUwe Kleine-König1-2/+2
2018-03-09serial: imx: use u32 variables with matching names for registersUwe Kleine-König1-167/+179
2018-03-09serial: imx: simplify check that prevents starting PIO when DMA is in useUwe Kleine-König1-2/+1
2018-03-09serial: imx: simplify some conditions related to dmaUwe Kleine-König1-3/+3
2018-03-09serial: imx: implement shadow registers for UCRx and UFCRUwe Kleine-König1-1/+59
2018-03-09serial: imx: add wrappers for writel and readlUwe Kleine-König1-184/+199
2018-02-28serial: imx: document functions that are called with port.lock takenUwe Kleine-König1-12/+11
2018-02-28serial: imx: Rename register fields to match newer reference manualsUwe Kleine-König1-9/+9
2018-02-28serial: imx: Fix out-of-bounds access through serial port indexGeert Uytterhoeven1-0/+6
2018-02-28serial: imx: drop check for enabled dma in .startupUwe Kleine-König1-1/+1
2018-02-28serial: imx: simplify tracking of dma being initializedUwe Kleine-König1-8/+4
2018-02-28serial: imx: Only handle irqs that are actually enabledUwe Kleine-König1-6/+32
2018-02-28serial: imx: rename variables to match the register namesUwe Kleine-König1-11/+10
2018-02-28serial: imx: drop if that always evaluates to trueUwe Kleine-König1-2/+1
2018-02-28serial: imx: fix bogus dev_errphil eichinger1-1/+1
2018-02-28tty: serial: imx: allow breaks to be received when using dmaTroy Kisky1-7/+14
2018-01-22serial: imx: fix endless loop during suspendMartin Kaiser1-17/+15
2018-01-09serial: imx: Only wakeup via RTSDEN bit if the system has RTS/CTSFabio Estevam1-6/+8
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-21treewide: 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