summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/imx.c
Commit message (Expand)AuthorAgeFilesLines
* tty: serial: imx: clear Ageing Timer Interrupt in handlerMatthias Schiffer2020-05-291-0/+2
* serial: imx: Initialize lock for non-registered consoleAndy Shevchenko2020-05-271-0/+3
* serial: Allow uart_get_rs485_mode() to return errnoLukas Wunner2020-05-151-1/+5
* tty: serial: imx: Add return value check for platform_get_irq()Anson Huang2020-05-151-0/+2
* tty: imx serial: Implement support for reversing TX and RX polarityGeorge Hilliard2020-03-061-16/+28
* tty: serial: imx: setup the correct sg entry for tx dmaFugang Duan2020-02-121-1/+1
* serial: imx: fix a race condition in receive pathUwe Kleine-König2020-01-221-13/+38
* tty/serial: Migrate imx to use has_sysrqDmitry Safonov2019-12-181-6/+1
* tty: serial: imx: use the sg count from dma_map_sgPeng Fan2019-11-131-1/+1
* Merge 5.4-rc3 into tty-nextGreg Kroah-Hartman2019-10-141-2/+2
|\
| * tty: serial: imx: Use platform_get_irq_optional() for optional IRQsAnson Huang2019-10-101-2/+2
* | serial: imx: adapt rx buffer and dma periodsPhilipp Puschmann2019-10-041-3/+2
|/
* serial: imx: use Tx ready rather than Tx empty irqSergey Organov2019-09-041-9/+9
* serial: imx: fix data breakage on termios changeSergey Organov2019-09-041-3/+16
* serial: imx: do not disable individual irqs during termios changeSergey Organov2019-09-041-12/+1
* serial: imx: do not stop Rx/Tx on termios changeSergey Organov2019-09-041-3/+0
* serial: imx: get rid of unbounded busy-waiting loopSergey Organov2019-09-041-4/+1
* serial: imx: get rid of imx_uart_rts_auto()Sergey Organov2019-09-041-13/+8
* serial: imx: set_mctrl(): correctly restore autoRTS stateSergey Organov2019-09-041-2/+14
* serial: imx: set_termios(): do not enable autoRTS if RTS is unsetSergey Organov2019-09-041-1/+6
* serial: imx: set_termios(): preserve RTS stateSergey Organov2019-07-031-5/+9
* serial: imx: set_termios(): clarify RTS/CTS bits calculationSergey Organov2019-07-031-24/+14
* serial: imx: set_termios(): factor-out 'ucr2' initial valueSergey Organov2019-07-031-3/+2
* serial: imx: fix locking in set_termios()Sergey Organov2019-06-181-10/+13
* serial: imx: Use dev_info() instead of pr_info()Fabio Estevam2019-06-101-1/+1
* serial: imx: remove log spamming error messageSascha Hauer2019-05-211-1/+0
* serial: imx: fix error handling in console_setupStefan Agner2018-11-271-1/+1
* Merge 4.19-rc6 into tty-nextGreg Kroah-Hartman2018-09-301-0/+8
|\
| * serial: imx: restore handshaking irq for imx1Uwe Kleine-König2018-09-201-0/+8
* | tty: serial: imx: add pinctrl sleep/default mode switch for suspendAnson Huang2018-09-181-0/+5
* | tty: serial: imx: add lock for registers save/restoreAnson Huang2018-09-181-1/+11
* | tty:serial:imx: use spin_lock instead of spin_lock_irqsave in isrjun qian2018-09-181-13/+8
|/
* tty: serial: imx: correct dma cookie statusRobin Gong2018-06-281-1/+1
* serial: imx: fix comment about UCR2_SRST and its handling for shadowingUwe Kleine-König2018-06-281-1/+2
* serial: imx: disable UCR4_OREN on shutdownSebastian Reichel2018-05-251-1/+5
* serial: imx: drop CTS/RTS handling from shutdownSebastian Reichel2018-05-251-1/+1
* serial: imx: dma_unmap_sg buffers on shutdownSebastian Reichel2018-05-141-2/+10
* serial: imx: cleanup imx_uart_disable_dma()Sebastian Reichel2018-05-141-7/+2
* Merge 4.17-rc3 into tty-nextGreg Kroah-Hartman2018-04-301-1/+18
|\
| * serial: imx: fix cached UCR2 read on software resetStefan Agner2018-04-231-1/+1
| * serial: imx: warn user when using unsupported configurationStefan Agner2018-04-231-0/+17
* | tty: serial: simplify getting .drvdataWolfram Sang2018-04-221-12/+6
|/
* Merge 4.16-rc6 into tty-nextGreg Kroah-Hartman2018-03-201-1/+1
|\
| * serial: imx: fix bogus dev_errphil eichinger2018-02-281-1/+1
* | serial: imx: consistently use imx_uart_ as prefix for all functionsUwe Kleine-König2018-03-091-213/+213
* | serial: imx: don't prepare to send if no data is availableUwe Kleine-König2018-03-091-0/+3
* | serial: imx: Fix handling of TC irq in combination with DMAUwe Kleine-König2018-03-091-6/+20
* | serial: imx: Also enable the aging timer in PIO modeUwe Kleine-König2018-03-091-3/+12
* | serial: imx: ensure that RX irqs are off if RX is offUwe Kleine-König2018-03-091-28/+64
* | serial: imx: Stop to receive in .stop_rx()Uwe Kleine-König2018-03-091-9/+0