summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/imx.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-03tty: serial: imx: Fix broken RS485Rickard x Andersson1-4/+18
2024-01-04serial: core, imx: do not set RS485 enabled if it is not supportedLino Sanfilippo1-7/+0
2024-01-04serial: Do not hold the port lock when setting rx-during-tx GPIOLino Sanfilippo1-4/+0
2024-01-04serial: imx: Ensure that imx_uart_rs485_config() is called with enabled clockChristoph Niedermaier1-11/+12
2024-01-04serial: imx: Correct clock error message in function probe()Christoph Niedermaier1-1/+1
2023-12-08serial: imx: fix tx statemachine deadlockPaul Geurts1-2/+2
2023-11-23serial: imx: convert not to use dma_request_slave_channel()Christophe JAILLET1-6/+11
2023-11-23serial: imx: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-03serial: imx: Put DMA enabled UART in separate lock subclassSascha Hauer1-1/+3
2023-09-18serial: imx: Use port lock wrappersThomas Gleixner1-42/+42
2023-09-18serial: imx: Simplify compatibility handlingUwe Kleine-König1-23/+17
2023-07-25serial: imx: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-07-25tty: Explicitly include correct DT includesRob Herring1-1/+0
2023-06-19tty: serial: imx: fix rs485 rx after txMartin Fuzzey1-5/+13
2023-05-13serial: Make uart_remove_one_port() return voidUwe Kleine-König1-1/+3
2023-03-29serial: imx: remove unused imx_uart_is_imx* functionsTom Rix1-14/+0
2023-03-16serial: Use of_property_read_bool() for boolean propertiesRob Herring1-9/+5
2023-03-16serial: Use of_property_present() for testing DT property presenceRob Herring1-2/+1
2023-03-09serial: imx: Drop a few unneeded castsUwe Kleine-König1-11/+6
2023-02-16serial: imx: remove a redundant checkTom Rix1-5/+3
2023-02-08serial: imx: get rid of registers shadowingSergey Organov1-63/+4
2023-02-08serial: imx: refine local variables in rxint()Sergey Organov1-3/+2
2023-02-08serial: imx: stop using USR2 in FIFO reading loopSergey Organov1-12/+6
2023-02-08serial: imx: remove redundant USR2 read from FIFO reading loopSergey Organov1-1/+0
2023-02-08serial: imx: do not break from FIFO reading loop prematurelySergey Organov1-7/+3
2023-02-08serial: imx: do not sysrq broken charsSergey Organov1-3/+2
2023-02-08serial: imx: work-around for hardware RX floodSergey Organov1-28/+95
2023-02-08serial: imx: factor-out common code to imx_uart_soft_reset()Sergey Organov1-36/+37
2023-02-08tty: serial: imx: disable Ageing Timer interrupt request irqPeng Fan1-0/+5
2023-01-19serial: Make uart_handle_cts_change() status param bool activeIlpo Järvinen1-1/+1
2023-01-19serial: imx: Add support for RS485 RX_DURING_TX output GPIOChristoph Niedermaier1-2/+8
2023-01-19tty: serial: imx: disable the break condition when shutdown the uart portSherry Sun1-1/+2
2022-11-22Merge 6.1-rc6 into tty-nextGreg Kroah-Hartman1-0/+1
2022-11-03serial: imx: Add missing .thaw_noirq hookShawn Guo1-0/+1
2022-11-03tty: serial: imx: Handle RS485 DE signal active highMarek Vasut1-6/+58
2022-11-03serial: imx: Use uart_xmit_advance()Ilpo Järvinen1-5/+2
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