summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/imx.c
AgeCommit message (Expand)Author
2020-07-29tty: serial: imx: enable imx serial console port as moduleFugang Duan
2020-07-21serial: imx: use hrtimers for rs485 delaysAhmad Fatoum
2020-07-21serial: imx: implement rts delaying for rs485Uwe Kleine-König
2020-07-21Revert "serial: imx: Initialize lock for non-registered console"Andy Shevchenko
2020-05-29tty: serial: imx: clear Ageing Timer Interrupt in handlerMatthias Schiffer
2020-05-27serial: imx: Initialize lock for non-registered consoleAndy Shevchenko
2020-05-15serial: Allow uart_get_rs485_mode() to return errnoLukas Wunner
2020-05-15tty: serial: imx: Add return value check for platform_get_irq()Anson Huang
2020-03-06tty: imx serial: Implement support for reversing TX and RX polarityGeorge Hilliard
2020-02-12tty: serial: imx: setup the correct sg entry for tx dmaFugang Duan
2020-01-22serial: imx: fix a race condition in receive pathUwe Kleine-König
2019-12-18tty/serial: Migrate imx to use has_sysrqDmitry Safonov
2019-11-13tty: serial: imx: use the sg count from dma_map_sgPeng Fan
2019-10-14Merge 5.4-rc3 into tty-nextGreg Kroah-Hartman
2019-10-10tty: serial: imx: Use platform_get_irq_optional() for optional IRQsAnson Huang
2019-10-04serial: imx: adapt rx buffer and dma periodsPhilipp Puschmann
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