summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/imx.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 6.1-rc6 into tty-nextGreg Kroah-Hartman2022-11-221-0/+1
|\
| * serial: imx: Add missing .thaw_noirq hookShawn Guo2022-11-031-0/+1
* | tty: serial: imx: Handle RS485 DE signal active highMarek Vasut2022-11-031-6/+58
* | serial: imx: Use uart_xmit_advance()Ilpo Järvinen2022-11-031-5/+2
|/
* serial: Deassert Transmit Enable on probe in driver-specific wayLukas Wunner2022-09-251-6/+2
* serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+1
* serial: Embed rs485_supported to uart_portIlpo Järvinen2022-07-081-2/+2
* serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen2022-06-271-1/+1
* serial: imx: Remove serial_rs485 sanitizationIlpo Järvinen2022-06-101-4/+0
* serial: imx: Fill in rs485_supportedIlpo Järvinen2022-06-101-0/+13
* serial: Add uart_rs485_config()Ilpo Järvinen2022-06-101-1/+1
* Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-06-031-2/+0
|\
| * Merge 5.18-rc5 into tty-nextGreg Kroah-Hartman2022-05-021-1/+1
| |\
| * | serial: imx: remove redundant assignment in rs485_configLino Sanfilippo2022-04-151-2/+0
* | | Merge tag 'sound-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-05-251-1/+1
|\ \ \ | |_|/ |/| |
| * | dmaengine: imx: Move header to include/dma/Sascha Hauer2022-04-191-1/+1
| |/
* / serial: imx: fix overrun interrupts in DMA modeJohan Hovold2022-04-151-1/+1
|/
* serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby2022-03-031-1/+1
* tty: serial: imx: Add fast path when rs485 delays are 0Harald Seiler2022-02-111-4/+14
* serial: imx: reduce RX interrupt frequencyTomasz Moń2022-01-261-1/+1
* tty: serial: imx: disable UCR4_OREN in .stop_rx() instead of .shutdown()Fugang Duan2021-11-251-2/+5
* tty: serial: imx: clear the RTSD status before enable the RTSD irqFugang Duan2021-11-251-2/+4
* 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