summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/imx.c
Commit message (Expand)AuthorAgeFilesLines
* serial: imx: disable console clocks on unregisterFrancesco Dolcini2021-10-211-0/+12
* serial: imx: fix detach/attach of serial consoleStefan Agner2021-10-211-2/+2
* serial: imx: Add DMA buffer configuration via DTFabien Lahoudere2021-06-041-7/+18
* serial: drop irq-flags initialisationsJohan Hovold2021-05-201-1/+1
* serial: imx: drop workaround for forced irq threadingJohan Hovold2021-03-231-8/+2
* tty: imx, use ms_to_ktimeJiri Slaby2021-03-101-5/+1
* tty/serial/imx: convert comma to semicolonZheng Yongjun2020-12-281-1/+1
* serial: imx: Move imx_uart_probe_dt() content into probe()Fabio Estevam2020-12-101-40/+24
* serial: imx: Remove unneeded of_device_get_match_data() NULL checkFabio Estevam2020-12-091-3/+0
* tty/serial/imx: Enable TXEN bit in imx_poll_init().Mingrui Ren2020-12-041-1/+1
* Merge 5.10-rc5 into tty-nextGreg Kroah-Hartman2020-11-231-19/+11
|\
| * tty: serial: imx: keep console clocks always onFugang Duan2020-11-121-17/+3
| * tty: serial: imx: fix potential deadlockSam Nobs2020-11-121-2/+8
* | serial: imx: Remove unused .id_table supportFabio Estevam2020-11-181-20/+0
* | serial: imx: Remove unused platform data supportFabio Estevam2020-11-121-29/+3
|/
* tty: serial: imx: disable TXDC IRQ in imx_uart_shutdown() to avoid IRQ stormMatthias Schiffer2020-09-301-5/+6
* serial: imx: Delete duplicated argument to '|' in imx_uart_probeYe Bin2020-09-041-2/+1
* tty: serial: imx: enable imx serial console port as moduleFugang Duan2020-07-291-35/+2
* serial: imx: use hrtimers for rs485 delaysAhmad Fatoum2020-07-211-26/+36
* serial: imx: implement rts delaying for rs485Uwe Kleine-König2020-07-211-36/+121
* Revert "serial: imx: Initialize lock for non-registered console"Andy Shevchenko2020-07-211-3/+0
* tty: serial: imx: clear Ageing Timer Interrupt in handlerMatthias Schiffer2020-05-291-0/+2
* serial: imx: Initialize lock for non-registered consoleAndy Shevchenko2020-05-271-0/+3
* serial: Allow uart_get_rs485_mode() to return errnoLukas Wunner2020-05-151-1/+5
* tty: serial: imx: Add return value check for platform_get_irq()Anson Huang2020-05-151-0/+2
* tty: imx serial: Implement support for reversing TX and RX polarityGeorge Hilliard2020-03-061-16/+28
* tty: serial: imx: setup the correct sg entry for tx dmaFugang Duan2020-02-121-1/+1
* serial: imx: fix a race condition in receive pathUwe Kleine-König2020-01-221-13/+38
* tty/serial: Migrate imx to use has_sysrqDmitry Safonov2019-12-181-6/+1
* tty: serial: imx: use the sg count from dma_map_sgPeng Fan2019-11-131-1/+1
* Merge 5.4-rc3 into tty-nextGreg Kroah-Hartman2019-10-141-2/+2
|\
| * tty: serial: imx: Use platform_get_irq_optional() for optional IRQsAnson Huang2019-10-101-2/+2
* | serial: imx: adapt rx buffer and dma periodsPhilipp Puschmann2019-10-041-3/+2
|/
* serial: imx: use Tx ready rather than Tx empty irqSergey Organov2019-09-041-9/+9
* serial: imx: fix data breakage on termios changeSergey Organov2019-09-041-3/+16
* serial: imx: do not disable individual irqs during termios changeSergey Organov2019-09-041-12/+1
* serial: imx: do not stop Rx/Tx on termios changeSergey Organov2019-09-041-3/+0
* serial: imx: get rid of unbounded busy-waiting loopSergey Organov2019-09-041-4/+1
* serial: imx: get rid of imx_uart_rts_auto()Sergey Organov2019-09-041-13/+8
* serial: imx: set_mctrl(): correctly restore autoRTS stateSergey Organov2019-09-041-2/+14
* serial: imx: set_termios(): do not enable autoRTS if RTS is unsetSergey Organov2019-09-041-1/+6
* serial: imx: set_termios(): preserve RTS stateSergey Organov2019-07-031-5/+9
* serial: imx: set_termios(): clarify RTS/CTS bits calculationSergey Organov2019-07-031-24/+14
* serial: imx: set_termios(): factor-out 'ucr2' initial valueSergey Organov2019-07-031-3/+2
* serial: imx: fix locking in set_termios()Sergey Organov2019-06-181-10/+13
* serial: imx: Use dev_info() instead of pr_info()Fabio Estevam2019-06-101-1/+1
* serial: imx: remove log spamming error messageSascha Hauer2019-05-211-1/+0
* serial: imx: fix error handling in console_setupStefan Agner2018-11-271-1/+1
* Merge 4.19-rc6 into tty-nextGreg Kroah-Hartman2018-09-301-0/+8
|\
| * serial: imx: restore handshaking irq for imx1Uwe Kleine-König2018-09-201-0/+8