index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
fsl_lpuart.c
Age
Commit message (
Expand
)
Author
2025-06-29
tty: serial: fsl_lpuart: Constify struct lpuart_soc_data
Christophe JAILLET
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2025-04-25
serial: switch uart_port::iotype to enum uart_iotype
Jiri Slaby (SUSE)
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2025-03-24
tty: serial: fsl_lpuart: Fix unused variable 'sport' build warning
Sherry Sun
2025-03-20
tty: serial: lpuart: only disable CTS instead of overwriting the whole UARTMO...
Sherry Sun
2025-03-20
tty: serial: fsl_lpuart: rename register variables more specifically
Sherry Sun
2025-03-20
tty: serial: fsl_lpuart: use port struct directly to simply code
Sherry Sun
2025-03-20
tty: serial: fsl_lpuart: Use u32 and u8 for register variables
Sherry Sun
2025-03-20
tty: serial: fsl_lpuart: disable transmitter before changing RS485 related re...
Sherry Sun
2025-02-14
tty: serial: fsl_lpuart: Make interrupt name distinct
Stefan Wahren
2025-01-07
tty: serial: fsl_lpuart: flush RX and TX FIFO when lpuart shutdown
Sherry Sun
2025-01-07
tty: serial: fsl_lpuart: increase maximum uart_nr to 12
Sherry Sun
2024-10-11
tty: serial: fsl_lpuart: add 7-bits format support on imx7ulp/imx8ulp/imx8qxp
Luke Wang
2024-10-11
serial: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-08-13
tty: serial: fsl_lpuart: mark last busy before uart_add_one_port
Peng Fan
2024-04-17
tty: serial: fsl_lpuart: use dev_err_probe for clocks
Alexander Stein
2024-04-09
tty: serial: switch from circ_buf to kfifo
Jiri Slaby (SUSE)
2024-03-05
tty: serial: fsl_lpuart: avoid idle preamble pending if CTS is enabled
Sherry Sun
2023-11-23
serial: fsl_lpuart: Convert to platform remove callback returning void
Uwe Kleine-König
2023-09-18
serial: fsl_lpuart: Use port lock wrappers
Thomas Gleixner
2023-08-20
Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...
Greg Kroah-Hartman
2023-08-01
tty: serial: fsl_lpuart: Clear the error flags by writing 1 for lpuart32 plat...
Sherry Sun
2023-07-25
serial: fsl_lpuart: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
2023-07-25
tty: serial: fsl_lpuart: add IDLE interrupt support for rx_dma on imx7ulp/imx...
Sherry Sun
2023-07-25
tty: serial: fsl_lpuart: move the lpuart32_int() below
Sherry Sun
2023-07-25
tty: Explicitly include correct DT includes
Rob Herring
2023-07-03
Merge tag 'tty-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2023-06-19
tty: serial: fsl_lpuart: add earlycon for imx8ulp platform
Sherry Sun
2023-06-13
tty: serial: fsl_lpuart: reduce RX watermark to 0 on LS1028A
Robert Hodaszi
2023-06-05
Merge 6.4-rc5 into tty-next
Greg Kroah-Hartman
2023-05-30
tty: serial: fsl_lpuart: use UARTCTRL_TXINV to send break instead of UARTCTRL...
Sherry Sun
2023-05-30
tty: serial: fsl_lpuart: Check the return value of dmaengine_tx_status
Sherry Sun
2023-05-13
tty: serial: fsl_lpuart: optimize the timer based EOP logic
Shenwei Wang
2023-04-20
tty: serial: fsl_lpuart: use UARTMODIR register bits for lpuart32 platform
Sherry Sun
2023-04-20
tty: serial: fsl_lpuart: adjust buffer length to the intended size
Shenwei Wang
2023-03-29
tty: serial: fsl_lpuart: fix crash in lpuart_uport_is_active
Sherry Sun
2023-03-29
tty: serial: fsl_lpuart: avoid checking for transfer complete when UARTCTRL_S...
Sherry Sun
2023-03-09
tty: serial: fsl_lpuart: fix race on RX DMA shutdown
Alexander Sverdlin
2023-03-09
tty: serial: fsl_lpuart: skip waiting for transmission complete when UARTCTRL...
Sherry Sun
2023-02-08
serial: fsl_lpuart: fix RS485 RTS polariy inverse issue
Shenwei Wang
2023-01-31
tty: serial: fsl_lpuart: add imx8ulp support
Sherry Sun
2023-01-31
tty: serial: fsl_lpuart: set RTS watermark for lpuart
Sherry Sun
2023-01-31
tty: serial: fsl_lpuart: Enable Receiver Idle Empty function for LPUART
Sherry Sun
2023-01-31
tty: serial: fsl_lpuart: Fix the wrong RXWATER setting for rx dma case
Sherry Sun
2023-01-31
tty: serial: fsl_lpuart: set receive watermark for imx8qxp platform
Sherry Sun
2023-01-31
tty: serial: fsl_lpuart: make rx_watermark configurable for different platforms
Sherry Sun
2023-01-31
tty: serial: fsl_lpuart: don't enable receiver/transmitter before rx/tx dma r...
Sherry Sun
2023-01-19
tty: serial: fsl_lpuart: increase maximum uart_nr to eight
Nate Drude
2023-01-19
tty: serial: fsl_lpuart: disable the break condition when shutdown the uart port
Sherry Sun
[next]