aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/imx.c
AgeCommit message (Expand)Author
2024-01-25serial: imx: Correct clock error message in function probe()Christoph Niedermaier
2022-11-25serial: imx: Add missing .thaw_noirq hookShawn Guo
2022-05-09serial: imx: fix overrun interrupts in DMA modeJohan Hovold
2020-11-24tty: serial: imx: keep console clocks always onFugang Duan
2020-11-24tty: serial: imx: fix potential deadlockSam Nobs
2020-02-28tty: 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-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
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