summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/imx.c
AgeCommit message (Expand)Author
2022-05-19Merge remote-tracking branch 'gh-fslc/5.4-2.3.x-imx' into toradex_5.4-2.3.x-imxPhilippe Schenker
2022-05-19Merge tag 'v5.4.193' into update-to-2.3.7__5.4-2.3.x-imxPhilippe Schenker
2022-05-09serial: imx: fix overrun interrupts in DMA modeJohan Hovold
2021-01-27tty: serial: imx: disable DCD and RI interruptsStefan Agner
2021-01-11Merge tag 'v5.4.80' into 5.4-2.3.x-imxAndrey Zhizhikin
2020-11-24tty: serial: imx: keep console clocks always onFugang Duan
2020-11-24tty: serial: imx: fix potential deadlockSam Nobs
2020-06-10MLK-24257 tty: serial: imx: clear RTSD status before suspendFugang Duan
2020-03-08Merge tag 'v5.4.24' into imx_5.4.yJason Liu
2020-02-28tty: serial: imx: setup the correct sg entry for tx dmaFugang Duan
2020-02-13tty: serial: imx: setup the correct sg entry for tx dmaFugang Duan
2020-02-01serial: imx: fix a race condition in receive pathUwe Kleine-König
2020-01-17tty: serial: imx: use the sg count from dma_map_sgPeng Fan
2019-11-25MLK-22971 serial: imx: disable UCR4_OREN in .stop_rx()Fugang Duan
2019-11-25tty: serial: imx: add modem device resetFugang Duan
2019-11-25tty: serial: imx: add busfreq and pm qos support for DMA modeFugang Duan
2019-11-25tty: serial: imx: set uart module clock to 80MHzFugang Duan
2019-10-10tty: serial: imx: Use platform_get_irq_optional() for optional IRQsAnson Huang
2019-09-04serial: imx: use Tx ready rather than Tx empty irqSergey Organov
2019-09-04serial: imx: fix data breakage on termios changeSergey Organov
2019-09-04serial: imx: do not disable individual irqs during termios changeSergey Organov
2019-09-04serial: imx: do not stop Rx/Tx on termios changeSergey Organov
2019-09-04serial: imx: get rid of unbounded busy-waiting loopSergey Organov
2019-09-04serial: imx: get rid of imx_uart_rts_auto()Sergey Organov
2019-09-04serial: imx: set_mctrl(): correctly restore autoRTS stateSergey Organov
2019-09-04serial: imx: set_termios(): do not enable autoRTS if RTS is unsetSergey Organov
2019-07-03serial: imx: set_termios(): preserve RTS stateSergey Organov
2019-07-03serial: imx: set_termios(): clarify RTS/CTS bits calculationSergey Organov
2019-07-03serial: imx: set_termios(): factor-out 'ucr2' initial valueSergey Organov
2019-06-18serial: imx: fix locking in set_termios()Sergey Organov
2019-06-10serial: imx: Use dev_info() instead of pr_info()Fabio Estevam
2019-05-21serial: imx: remove log spamming error messageSascha Hauer
2018-11-27serial: imx: fix error handling in console_setupStefan Agner
2018-09-30Merge 4.19-rc6 into tty-nextGreg Kroah-Hartman
2018-09-20serial: imx: restore handshaking irq for imx1Uwe Kleine-König
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