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