aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/imx.c
AgeCommit message (Expand)Author
2018-09-18tty: serial: imx: add pinctrl sleep/default mode switch for suspendAnson Huang
2018-09-18tty: serial: imx: add lock for registers save/restoreAnson Huang
2018-09-18tty:serial:imx: use spin_lock instead of spin_lock_irqsave in isrjun qian
2018-06-28tty: serial: imx: correct dma cookie statusRobin Gong
2018-06-28serial: imx: fix comment about UCR2_SRST and its handling for shadowingUwe Kleine-König
2018-05-25serial: imx: disable UCR4_OREN on shutdownSebastian Reichel
2018-05-25serial: imx: drop CTS/RTS handling from shutdownSebastian Reichel
2018-05-14serial: imx: dma_unmap_sg buffers on shutdownSebastian Reichel
2018-05-14serial: imx: cleanup imx_uart_disable_dma()Sebastian Reichel
2018-04-30Merge 4.17-rc3 into tty-nextGreg Kroah-Hartman
2018-04-23serial: imx: fix cached UCR2 read on software resetStefan Agner
2018-04-23serial: imx: warn user when using unsupported configurationStefan Agner
2018-04-22tty: serial: simplify getting .drvdataWolfram Sang
2018-03-20Merge 4.16-rc6 into tty-nextGreg Kroah-Hartman
2018-03-09serial: imx: consistently use imx_uart_ as prefix for all functionsUwe Kleine-König
2018-03-09serial: imx: don't prepare to send if no data is availableUwe Kleine-König
2018-03-09serial: imx: Fix handling of TC irq in combination with DMAUwe Kleine-König
2018-03-09serial: imx: Also enable the aging timer in PIO modeUwe Kleine-König
2018-03-09serial: imx: ensure that RX irqs are off if RX is offUwe Kleine-König
2018-03-09serial: imx: Stop to receive in .stop_rx()Uwe Kleine-König
2018-03-09serial: imx: setup fifo waterlevel before enabling aging timerUwe Kleine-König
2018-03-09serial: imx: use u32 variables with matching names for registersUwe Kleine-König
2018-03-09serial: imx: simplify check that prevents starting PIO when DMA is in useUwe Kleine-König
2018-03-09serial: imx: simplify some conditions related to dmaUwe Kleine-König
2018-03-09serial: imx: implement shadow registers for UCRx and UFCRUwe Kleine-König
2018-03-09serial: imx: add wrappers for writel and readlUwe Kleine-König
2018-02-28serial: imx: document functions that are called with port.lock takenUwe Kleine-König
2018-02-28serial: imx: Rename register fields to match newer reference manualsUwe Kleine-König
2018-02-28serial: imx: Fix out-of-bounds access through serial port indexGeert Uytterhoeven
2018-02-28serial: imx: drop check for enabled dma in .startupUwe Kleine-König
2018-02-28serial: imx: simplify tracking of dma being initializedUwe Kleine-König
2018-02-28serial: imx: Only handle irqs that are actually enabledUwe Kleine-König
2018-02-28serial: imx: rename variables to match the register namesUwe Kleine-König
2018-02-28serial: imx: drop if that always evaluates to trueUwe Kleine-König
2018-02-28serial: imx: fix bogus dev_errphil eichinger
2018-02-28tty: serial: imx: allow breaks to be received when using dmaTroy Kisky
2018-01-22serial: imx: fix endless loop during suspendMartin Kaiser
2018-01-09serial: imx: Only wakeup via RTSDEN bit if the system has RTS/CTSFabio Estevam
2017-11-28serial: imx: Support common rs485 binding for RTS polarityLukas Wunner
2017-11-28serial: core: Support common rs485 binding for RTS polarityLukas Wunner
2017-11-28serial: Make retrieval of rs485 properties platform-agnosticLukas Wunner
2017-11-28tty: serial: imx: remove imx_disable_rx_intTroy Kisky
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
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-11-04tty: serial: imx: remove dead code imx_dma_rxintTroy Kisky
2017-11-04tty: serial: imx: disable ageing timer interrupt if dma in useTroy Kisky
2017-11-04serial: imx: add hibernation supportPhilipp Zabel
2017-10-20serial: imx: Correct comment imx_flush_buffer()Martyn Welch
2017-10-03serial: imx: Switch setting dma_is_txing from "false" to "0"Martyn Welch