summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/imx.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-23serial: imx: drop workaround for forced irq threadingJohan Hovold1-8/+2
2021-03-10tty: imx, use ms_to_ktimeJiri Slaby1-5/+1
2020-12-28tty/serial/imx: convert comma to semicolonZheng Yongjun1-1/+1
2020-12-10serial: imx: Move imx_uart_probe_dt() content into probe()Fabio Estevam1-40/+24
2020-12-09serial: imx: Remove unneeded of_device_get_match_data() NULL checkFabio Estevam1-3/+0
2020-12-04tty/serial/imx: Enable TXEN bit in imx_poll_init().Mingrui Ren1-1/+1
2020-11-23Merge 5.10-rc5 into tty-nextGreg Kroah-Hartman1-19/+11
2020-11-18serial: imx: Remove unused .id_table supportFabio Estevam1-20/+0
2020-11-12serial: imx: Remove unused platform data supportFabio Estevam1-29/+3
2020-11-12tty: serial: imx: keep console clocks always onFugang Duan1-17/+3
2020-11-12tty: serial: imx: fix potential deadlockSam Nobs1-2/+8
2020-09-30tty: serial: imx: disable TXDC IRQ in imx_uart_shutdown() to avoid IRQ stormMatthias Schiffer1-5/+6
2020-09-04serial: imx: Delete duplicated argument to '|' in imx_uart_probeYe Bin1-2/+1
2020-07-29tty: serial: imx: enable imx serial console port as moduleFugang Duan1-35/+2
2020-07-21serial: imx: use hrtimers for rs485 delaysAhmad Fatoum1-26/+36
2020-07-21serial: imx: implement rts delaying for rs485Uwe Kleine-König1-36/+121
2020-07-21Revert "serial: imx: Initialize lock for non-registered console"Andy Shevchenko1-3/+0
2020-05-29tty: serial: imx: clear Ageing Timer Interrupt in handlerMatthias Schiffer1-0/+2
2020-05-27serial: imx: Initialize lock for non-registered consoleAndy Shevchenko1-0/+3
2020-05-15serial: Allow uart_get_rs485_mode() to return errnoLukas Wunner1-1/+5
2020-05-15tty: serial: imx: Add return value check for platform_get_irq()Anson Huang1-0/+2
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