index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
imx.c
Age
Commit message (
Expand
)
Author
2024-07-03
serial: imx: ensure RTS signal is not left active after shutdown
Rasmus Villemoes
2024-07-03
serial: imx: only set receiver level if it is zero
Stefan Eichenberger
2024-06-24
serial: imx: set receiver level before starting uart
Stefan Eichenberger
2024-05-10
serial: imx: Raise TX trigger level to 8
Matthias Schiffer
2024-04-17
serial: imx: Introduce timeout when waiting on transmitter empty
Esben Haabendal
2024-04-09
tty: serial: switch from circ_buf to kfifo
Jiri Slaby (SUSE)
2024-03-02
tty: serial: imx: Fix broken RS485
Rickard x Andersson
2024-01-04
serial: core, imx: do not set RS485 enabled if it is not supported
Lino Sanfilippo
2024-01-04
serial: Do not hold the port lock when setting rx-during-tx GPIO
Lino Sanfilippo
2024-01-04
serial: imx: Ensure that imx_uart_rs485_config() is called with enabled clock
Christoph Niedermaier
2024-01-04
serial: imx: Correct clock error message in function probe()
Christoph Niedermaier
2023-12-08
serial: imx: fix tx statemachine deadlock
Paul Geurts
2023-11-23
serial: imx: convert not to use dma_request_slave_channel()
Christophe JAILLET
2023-11-23
serial: imx: Convert to platform remove callback returning void
Uwe Kleine-König
2023-10-03
serial: imx: Put DMA enabled UART in separate lock subclass
Sascha Hauer
2023-09-18
serial: imx: Use port lock wrappers
Thomas Gleixner
2023-09-18
serial: imx: Simplify compatibility handling
Uwe Kleine-König
2023-07-25
serial: imx: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
2023-07-25
tty: Explicitly include correct DT includes
Rob Herring
2023-06-19
tty: serial: imx: fix rs485 rx after tx
Martin Fuzzey
2023-05-13
serial: Make uart_remove_one_port() return void
Uwe Kleine-König
2023-03-29
serial: imx: remove unused imx_uart_is_imx* functions
Tom Rix
2023-03-16
serial: Use of_property_read_bool() for boolean properties
Rob Herring
2023-03-16
serial: Use of_property_present() for testing DT property presence
Rob Herring
2023-03-09
serial: imx: Drop a few unneeded casts
Uwe Kleine-König
2023-02-16
serial: imx: remove a redundant check
Tom Rix
2023-02-08
serial: imx: get rid of registers shadowing
Sergey Organov
2023-02-08
serial: imx: refine local variables in rxint()
Sergey Organov
2023-02-08
serial: imx: stop using USR2 in FIFO reading loop
Sergey Organov
2023-02-08
serial: imx: remove redundant USR2 read from FIFO reading loop
Sergey Organov
2023-02-08
serial: imx: do not break from FIFO reading loop prematurely
Sergey Organov
2023-02-08
serial: imx: do not sysrq broken chars
Sergey Organov
2023-02-08
serial: imx: work-around for hardware RX flood
Sergey Organov
2023-02-08
serial: imx: factor-out common code to imx_uart_soft_reset()
Sergey Organov
2023-02-08
tty: serial: imx: disable Ageing Timer interrupt request irq
Peng Fan
2023-01-19
serial: Make uart_handle_cts_change() status param bool active
Ilpo Järvinen
2023-01-19
serial: imx: Add support for RS485 RX_DURING_TX output GPIO
Christoph Niedermaier
2023-01-19
tty: serial: imx: disable the break condition when shutdown the uart port
Sherry Sun
2022-11-22
Merge 6.1-rc6 into tty-next
Greg Kroah-Hartman
2022-11-03
serial: imx: Add missing .thaw_noirq hook
Shawn Guo
2022-11-03
tty: serial: imx: Handle RS485 DE signal active high
Marek Vasut
2022-11-03
serial: imx: Use uart_xmit_advance()
Ilpo Järvinen
2022-09-25
serial: Deassert Transmit Enable on probe in driver-specific way
Lukas Wunner
2022-08-30
serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
2022-07-08
serial: Embed rs485_supported to uart_port
Ilpo Järvinen
2022-06-27
serial: take termios_rwsem for ->rs485_config() & pass termios as param
Ilpo Järvinen
2022-06-10
serial: imx: Remove serial_rs485 sanitization
Ilpo Järvinen
2022-06-10
serial: imx: Fill in rs485_supported
Ilpo Järvinen
2022-06-10
serial: Add uart_rs485_config()
Ilpo Järvinen
2022-06-03
Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
[next]