aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/tty/serial/imx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-06tty: imx serial: Implement support for reversing TX and RX polarityGeorge Hilliard1-16/+28
2020-02-12tty: serial: imx: setup the correct sg entry for tx dmaFugang Duan1-1/+1
2020-01-22serial: imx: fix a race condition in receive pathUwe Kleine-König1-13/+38
2019-12-18tty/serial: Migrate imx to use has_sysrqDmitry Safonov1-6/+1
2019-11-13tty: serial: imx: use the sg count from dma_map_sgPeng Fan1-1/+1
2019-10-14Merge 5.4-rc3 into tty-nextGreg Kroah-Hartman1-2/+2
2019-10-10tty: serial: imx: Use platform_get_irq_optional() for optional IRQsAnson Huang1-2/+2
2019-10-04serial: imx: adapt rx buffer and dma periodsPhilipp Puschmann1-3/+2
2019-09-04serial: imx: use Tx ready rather than Tx empty irqSergey Organov1-9/+9
2019-09-04serial: imx: fix data breakage on termios changeSergey Organov1-3/+16
2019-09-04serial: imx: do not disable individual irqs during termios changeSergey Organov1-12/+1
2019-09-04serial: imx: do not stop Rx/Tx on termios changeSergey Organov1-3/+0
2019-09-04serial: imx: get rid of unbounded busy-waiting loopSergey Organov1-4/+1
2019-09-04serial: imx: get rid of imx_uart_rts_auto()Sergey Organov1-13/+8
2019-09-04serial: imx: set_mctrl(): correctly restore autoRTS stateSergey Organov1-2/+14
2019-09-04serial: imx: set_termios(): do not enable autoRTS if RTS is unsetSergey Organov1-1/+6
2019-07-03serial: imx: set_termios(): preserve RTS stateSergey Organov1-5/+9
2019-07-03serial: imx: set_termios(): clarify RTS/CTS bits calculationSergey Organov1-24/+14
2019-07-03serial: imx: set_termios(): factor-out 'ucr2' initial valueSergey Organov1-3/+2
2019-06-18serial: imx: fix locking in set_termios()Sergey Organov1-10/+13
2019-06-10serial: imx: Use dev_info() instead of pr_info()Fabio Estevam1-1/+1
2019-05-21serial: imx: remove log spamming error messageSascha Hauer1-1/+0
2018-11-27serial: imx: fix error handling in console_setupStefan Agner1-1/+1
2018-09-30Merge 4.19-rc6 into tty-nextGreg Kroah-Hartman1-0/+8
2018-09-20serial: imx: restore handshaking irq for imx1Uwe Kleine-König1-0/+8
2018-09-18tty: serial: imx: add pinctrl sleep/default mode switch for suspendAnson Huang1-0/+5
2018-09-18tty: serial: imx: add lock for registers save/restoreAnson Huang1-1/+11
2018-09-18tty:serial:imx: use spin_lock instead of spin_lock_irqsave in isrjun qian1-13/+8
2018-06-28tty: serial: imx: correct dma cookie statusRobin Gong1-1/+1
2018-06-28serial: imx: fix comment about UCR2_SRST and its handling for shadowingUwe Kleine-König1-1/+2
2018-05-25serial: imx: disable UCR4_OREN on shutdownSebastian Reichel1-1/+5
2018-05-25serial: imx: drop CTS/RTS handling from shutdownSebastian Reichel1-1/+1
2018-05-14serial: imx: dma_unmap_sg buffers on shutdownSebastian Reichel1-2/+10
2018-05-14serial: imx: cleanup imx_uart_disable_dma()Sebastian Reichel1-7/+2
2018-04-30Merge 4.17-rc3 into tty-nextGreg Kroah-Hartman1-1/+18
2018-04-23serial: imx: fix cached UCR2 read on software resetStefan Agner1-1/+1
2018-04-23serial: imx: warn user when using unsupported configurationStefan Agner1-0/+17
2018-04-22tty: serial: simplify getting .drvdataWolfram Sang1-12/+6
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