summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/imx.c
AgeCommit message (Expand)AuthorFilesLines
12 daysserial: Make uart_remove_one_port() return voidUwe Kleine-König1-1/+3
2025-07-06serial: imx: Restore original RXTL for console to fix data lossFabio Estevam1-5/+12
2025-06-04serial: mctrl_gpio: split disable_ms into sync and no_sync APIsAlexis Lothoré1-1/+1
2024-11-01serial: imx: Update mctrl old_status on RTSD interruptMarek Vasut1-0/+15
2024-11-01serial: Make uart_handle_cts_change() status param bool activeIlpo Järvinen1-1/+1
2024-07-11serial: imx: Raise TX trigger level to 8Matthias Schiffer1-1/+1
2024-07-05serial: imx: only set receiver level if it is zeroStefan Eichenberger1-2/+6
2024-07-05serial: imx: set receiver level before starting uartStefan Eichenberger1-1/+3
2024-06-27serial: imx: Introduce timeout when waiting on transmitter emptyEsben Haabendal1-3/+4
2024-04-03tty: serial: imx: Fix broken RS485Rickard x Andersson1-4/+18
2024-01-26serial: imx: Correct clock error message in function probe()Christoph Niedermaier1-1/+1
2024-01-26serial: imx: fix tx statemachine deadlockPaul Geurts1-2/+2
2024-01-26serial: imx: Ensure that imx_uart_rs485_config() is called with enabled clockChristoph Niedermaier1-11/+12
2024-01-26serial: core, imx: do not set RS485 enabled if it is not supportedLino Sanfilippo1-7/+0
2023-07-23tty: serial: imx: fix rs485 rx after txMartin Fuzzey1-5/+13
2023-03-10tty: serial: imx: disable Ageing Timer interrupt request irqPeng Fan1-0/+5
2023-03-10tty: serial: imx: Handle RS485 DE signal active highMarek Vasut1-6/+58
2022-11-03serial: imx: Add missing .thaw_noirq hookShawn Guo1-0/+1
2022-09-25serial: Deassert Transmit Enable on probe in driver-specific wayLukas Wunner1-6/+2
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-1/+1
2022-07-08serial: Embed rs485_supported to uart_portIlpo Järvinen1-2/+2
2022-06-27serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen1-1/+1
2022-06-10serial: imx: Remove serial_rs485 sanitizationIlpo Järvinen1-4/+0
2022-06-10serial: imx: Fill in rs485_supportedIlpo Järvinen1-0/+13
2022-06-10serial: Add uart_rs485_config()Ilpo Järvinen1-1/+1
2022-06-03Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+0
2022-05-26Merge tag 'sound-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+1
2022-05-02Merge 5.18-rc5 into tty-nextGreg Kroah-Hartman1-1/+1
2022-04-19dmaengine: imx: Move header to include/dma/Sascha Hauer1-1/+1
2022-04-15serial: imx: fix overrun interrupts in DMA modeJohan Hovold1-1/+1
2022-04-15serial: imx: remove redundant assignment in rs485_configLino Sanfilippo1-2/+0
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby1-1/+1
2022-02-11tty: serial: imx: Add fast path when rs485 delays are 0Harald Seiler1-4/+14
2022-01-26serial: imx: reduce RX interrupt frequencyTomasz Moń1-1/+1
2021-11-25tty: serial: imx: disable UCR4_OREN in .stop_rx() instead of .shutdown()Fugang Duan1-2/+5
2021-11-25tty: serial: imx: clear the RTSD status before enable the RTSD irqFugang Duan1-2/+4
2021-10-21serial: imx: disable console clocks on unregisterFrancesco Dolcini1-0/+12
2021-10-21serial: imx: fix detach/attach of serial consoleStefan Agner1-2/+2
2021-06-04serial: imx: Add DMA buffer configuration via DTFabien Lahoudere1-7/+18
2021-05-20serial: drop irq-flags initialisationsJohan Hovold1-1/+1
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