index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
fsl_lpuart.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tty: serial: fsl_lpuart: switch to new dmaengine_terminate_* API
Sherry Sun
2022-11-23
1
-4
/
+4
*
tty: serial: fsl_lpuart: Use pm_ptr() to avoid need to make pm __maybe_unused
Sherry Sun
2022-11-22
1
-10
/
+10
*
tty: serial: fsl_lpuart: Add runtime pm support
Sherry Sun
2022-11-22
1
-0
/
+60
*
tty: serial: fsl_lpuart: enable wakeup source for lpuart
Sherry Sun
2022-11-22
1
-81
/
+200
*
Merge 6.1-rc6 into tty-next
Greg Kroah-Hartman
2022-11-22
1
-27
/
+49
|
\
|
*
tty: serial: fsl_lpuart: don't break the on-going transfer when global reset
Sherry Sun
2022-11-03
1
-27
/
+49
*
|
serial: fsl_lpuart: Use uart_xmit_advance()
Ilpo Järvinen
2022-11-03
1
-5
/
+2
*
|
tty: serial: use uart_port_tx() helper
Jiri Slaby (SUSE)
2022-11-03
1
-25
/
+5
|
/
*
serial: Deassert Transmit Enable on probe in driver-specific way
Lukas Wunner
2022-09-25
1
-6
/
+4
*
Merge 7e2cd21e02b3 ("Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/...
Greg Kroah-Hartman
2022-09-25
1
-4
/
+5
|
\
|
*
serial: fsl_lpuart: Reset prior to registration
Lukas Wunner
2022-09-22
1
-4
/
+5
*
|
tty: serial: fsl_lpuart: disable dma rx/tx use flags in lpuart_dma_shutdown
Sherry Sun
2022-09-22
1
-0
/
+2
*
|
Merge 6.0-rc4 into tty-next
Greg Kroah-Hartman
2022-09-05
1
-2
/
+3
|
\
|
|
*
tty: serial: lpuart: disable flow control while waiting for the transmit engi...
Sherry Sun
2022-08-30
1
-0
/
+1
|
*
serial: fsl_lpuart: RS485 RTS polariy is inverse
Shenwei Wang
2022-08-30
1
-2
/
+2
*
|
serial: fsl_lpuart: Remove custom frame size calculation
Ilpo Järvinen
2022-08-30
1
-7
/
+2
*
|
serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
2022-08-30
1
-2
/
+2
*
|
serial: fsl_lpuart: Fix comment typo
Jason Wang
2022-08-30
1
-1
/
+1
|
/
*
tty: serial: fsl_lpuart: correct the count of break characters
Sherry Sun
2022-07-28
1
-6
/
+6
*
serial: fsl_lpuart: zero out parity bit in CS7 mode
Shenwei Wang
2022-07-28
1
-2
/
+24
*
serial: Embed rs485_supported to uart_port
Ilpo Järvinen
2022-07-08
1
-1
/
+1
*
serial: take termios_rwsem for ->rs485_config() & pass termios as param
Ilpo Järvinen
2022-06-27
1
-2
/
+2
*
serial: fsl_lpuart: Call core's sanitization and remove custom one
Ilpo Järvinen
2022-06-10
1
-17
/
+0
*
serial: fsl_lpuart: Fill in rs485_supported
Ilpo Järvinen
2022-06-10
1
-0
/
+6
*
serial: Add uart_rs485_config()
Ilpo Järvinen
2022-06-10
1
-1
/
+1
*
serial: fsl_lpuart: Remove unnecessary clearing for CRTSCTS
Ilpo Järvinen
2022-05-19
1
-5
/
+3
*
Merge 5.18-rc7 into usb-next
Greg Kroah-Hartman
2022-05-16
1
-9
/
+9
|
\
|
*
fsl_lpuart: Don't enable interrupts too early
Indan Zupancic
2022-05-05
1
-9
/
+9
*
|
tty: serial: fsl_lpuart: remove the count initialization as it is not needed
Sherry Sun
2022-04-22
1
-1
/
+1
*
|
tty: serial: fsl_lpuart: fix potential bug when using both of_alias_get_id an...
Sherry Sun
2022-04-15
1
-20
/
+4
*
|
serial: fsl_lpuart: remove redundant code in rs485_config functions
Lino Sanfilippo
2022-04-15
1
-32
/
+0
|
/
*
serial: make uart_console_write->putchar()'s character an unsigned char
Jiri Slaby
2022-03-03
1
-2
/
+2
*
tty: serial: fsl_lpuart: count tty buffer overruns
Sherry Sun
2022-01-26
1
-7
/
+13
*
tty: serial: fsl_lpuart: Add i.MXRT1050 support
Jesse Taube
2021-12-17
1
-0
/
+8
*
Merge 5.16-rc4 into tty-next
Greg Kroah-Hartman
2021-12-06
1
-0
/
+1
|
\
|
*
Revert "tty: serial: fsl_lpuart: drop earlycon entry for i.MX8QXP"
Alexander Stein
2021-11-25
1
-0
/
+1
*
|
tty: serial: fsl_lpuart: add timeout for wait_event_interruptible in .shutdown()
Sherry Sun
2021-12-03
1
-2
/
+2
|
/
*
tty: serial: fsl_lpuart: do software reset for imx7ulp and imx8qxp
Fugang Duan
2021-08-26
1
-0
/
+48
*
tty: serial: fsl_lpuart: enable two stop bits for lpuart32
Fugang Duan
2021-08-26
1
-2
/
+6
*
tty: serial: fsl_lpuart: fix the wrong mapbase value
Andy Duan
2021-08-26
1
-1
/
+1
*
tty: serial: fsl_lpuart: check dma_tx_in_progress in tx dma callback
Fugang Duan
2021-08-18
1
-0
/
+4
*
tty: serial: fsl_lpuart: fix the wrong return value in lpuart32_get_mctrl
Sherry Sun
2021-07-29
1
-1
/
+1
*
serial: fsl_lpuart: disable DMA for console and fix sysrq
Michael Walle
2021-05-13
1
-0
/
+6
*
serial: fsl_lpuart: add loopback support
Michael Walle
2021-05-13
1
-2
/
+34
*
serial: fsl_lpuart: remove manual RTSCTS control from 8-bit LPUART
Michael Walle
2021-05-13
1
-27
/
+1
*
serial: fsl_lpuart: remove RTSCTS handling from get_mctrl()
Michael Walle
2021-05-13
1
-11
/
+1
*
serial: fsl_lpuart: handle break and make sysrq work
Michael Walle
2021-05-13
1
-8
/
+24
*
serial: fsl_lpuart: split sysrq handling
Michael Walle
2021-05-13
1
-6
/
+6
*
serial: fsl_lpuart: don't restore interrupt state in ISR
Michael Walle
2021-05-13
1
-14
/
+8
*
serial: fsl_lpuart: use UARTDATA_MASK macro
Michael Walle
2021-05-13
1
-2
/
+2
[next]