summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/imx.c
Commit message (Expand)AuthorAgeFilesLines
* serial: core, imx: do not set RS485 enabled if it is not supportedLino Sanfilippo2024-01-041-7/+0
* serial: Do not hold the port lock when setting rx-during-tx GPIOLino Sanfilippo2024-01-041-4/+0
* serial: imx: Ensure that imx_uart_rs485_config() is called with enabled clockChristoph Niedermaier2024-01-041-11/+12
* serial: imx: Correct clock error message in function probe()Christoph Niedermaier2024-01-041-1/+1
* serial: imx: fix tx statemachine deadlockPaul Geurts2023-12-081-2/+2
* serial: imx: convert not to use dma_request_slave_channel()Christophe JAILLET2023-11-231-6/+11
* serial: imx: Convert to platform remove callback returning voidUwe Kleine-König2023-11-231-4/+2
* serial: imx: Put DMA enabled UART in separate lock subclassSascha Hauer2023-10-031-1/+3
* serial: imx: Use port lock wrappersThomas Gleixner2023-09-181-42/+42
* serial: imx: Simplify compatibility handlingUwe Kleine-König2023-09-181-23/+17
* serial: imx: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-251-2/+1
* tty: Explicitly include correct DT includesRob Herring2023-07-251-1/+0
* tty: serial: imx: fix rs485 rx after txMartin Fuzzey2023-06-191-5/+13
* serial: Make uart_remove_one_port() return voidUwe Kleine-König2023-05-131-1/+3
* serial: imx: remove unused imx_uart_is_imx* functionsTom Rix2023-03-291-14/+0
* serial: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-161-9/+5
* serial: Use of_property_present() for testing DT property presenceRob Herring2023-03-161-2/+1
* serial: imx: Drop a few unneeded castsUwe Kleine-König2023-03-091-11/+6
* serial: imx: remove a redundant checkTom Rix2023-02-161-5/+3
* serial: imx: get rid of registers shadowingSergey Organov2023-02-081-63/+4
* serial: imx: refine local variables in rxint()Sergey Organov2023-02-081-3/+2
* serial: imx: stop using USR2 in FIFO reading loopSergey Organov2023-02-081-12/+6
* serial: imx: remove redundant USR2 read from FIFO reading loopSergey Organov2023-02-081-1/+0
* serial: imx: do not break from FIFO reading loop prematurelySergey Organov2023-02-081-7/+3
* serial: imx: do not sysrq broken charsSergey Organov2023-02-081-3/+2
* serial: imx: work-around for hardware RX floodSergey Organov2023-02-081-28/+95
* serial: imx: factor-out common code to imx_uart_soft_reset()Sergey Organov2023-02-081-36/+37
* tty: serial: imx: disable Ageing Timer interrupt request irqPeng Fan2023-02-081-0/+5
* serial: Make uart_handle_cts_change() status param bool activeIlpo Järvinen2023-01-191-1/+1
* serial: imx: Add support for RS485 RX_DURING_TX output GPIOChristoph Niedermaier2023-01-191-2/+8
* tty: serial: imx: disable the break condition when shutdown the uart portSherry Sun2023-01-191-1/+2
* 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