index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
fsl_lpuart.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-30
serial: fsl_lpuart: DMA support for 32-bit variant
Atsushi Nemoto
1
-29
/
+163
2019-01-28
Merge 5.0-rc4 into tty-next
Greg Kroah-Hartman
1
-1
/
+1
2019-01-22
serial: fsl_lpuart: consider TX FIFO too in lpuart32_tx_empty
Atsushi Nemoto
1
-2
/
+12
2019-01-22
serial: fsl_lpuart: specify transmit FIFO size for 32-bit variant
Atsushi Nemoto
1
-0
/
+2
2019-01-22
serial: fsl_lpuart: fix maximum acceptable baud rate with over-sampling
Tomonori Sakita
1
-1
/
+1
2018-11-09
serial: fsl_lpuart: clear parity enable bit when disable parity
Andy Duan
1
-0
/
+4
2018-11-09
serial: fsl_lpuart: fix the typo: UARTCR1_PE -> UARTCTRL_PE
Andy Duan
1
-1
/
+1
2018-10-10
serial: fsl_lpuart: Remove the alias node dependence
Vabhav Sharma
1
-2
/
+10
2018-09-18
tty: serial: lpuart: avoid leaking struct tty_struct
Stefan Agner
1
-1
/
+2
2018-02-28
serial: fsl_lpuart: Fix out-of-bounds access through DT alias
Geert Uytterhoeven
1
-0
/
+4
2017-11-28
serial: fsl_lpuart: Support common rs485 binding for RTS polarity
Lukas Wunner
1
-10
/
+3
2017-11-28
serial: Make retrieval of rs485 properties platform-agnostic
Lukas Wunner
1
-1
/
+1
2017-11-21
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-4
/
+3
2017-11-08
tty: serial: Remove redundant license text
Greg Kroah-Hartman
1
-5
/
+0
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
1
-0
/
+1
2017-10-09
Merge 4.14-rc4 into tty-next
Greg Kroah-Hartman
1
-23
/
+17
2017-09-18
serial: fsl_lpuart: Use common rs485 device tree parsing function
Sascha Hauer
1
-6
/
+18
2017-09-18
serial: fsl_lpuart: Remove unused 'bd' variable
Fabio Estevam
1
-2
/
+1
2017-09-18
tty: serial: lpuart: avoid report NULL interrupt
Fugang Duan
1
-23
/
+17
2017-08-28
serial: fsl_lpuart: Avoid using irq_wake flag
Andy Shevchenko
1
-4
/
+9
2017-07-30
serial: fsl_lpuart: clear unsupported options in .rs485_config()
Uwe Kleine-König
1
-0
/
+5
2017-07-23
Merge 4.13-rc2 into tty-next
Greg Kroah-Hartman
1
-9
/
+15
2017-07-18
tty/serial/fsl_lpuart: Add CONSOLE_POLL support for lpuart32.
Marius Vlad
1
-1
/
+57
2017-07-17
tty: serial: lpuart: Fix the logic for detecting the 32-bit type UART
Fabio Estevam
1
-9
/
+15
2017-06-29
tty: serial: lpuart: add a more accurate baud rate calculation method
Dong Aisheng
1
-7
/
+72
2017-06-29
tty: serial: lpuart: add earlycon support for imx7ulp
Dong Aisheng
1
-0
/
+13
2017-06-29
tty: serial: lpuart: add imx7ulp support
Dong Aisheng
1
-0
/
+11
2017-06-29
tty: serial: lpuart: add little endian 32 bit register support
Dong Aisheng
1
-15
/
+30
2017-06-29
tty: serial: lpuart: refactor lpuart32_{read|write} prototype
Dong Aisheng
1
-61
/
+62
2017-06-29
tty: serial: lpuart: introduce lpuart_soc_data to represent SoC property
Dong Aisheng
1
-20
/
+27
2017-03-31
tty: serial: fsl_lpuart: lock port on console write
Stefan Agner
1
-0
/
+20
2017-01-12
tty: serial: fsl_lpuart: fix del_timer_sync() vs timer routine deadlock
Nikita Yushchenko
1
-18
/
+17
2016-10-30
Merge 4.9-rc3 into tty-next
Greg Kroah-Hartman
1
-2
/
+1
2016-10-28
serial: fsl_lpuart: remove build warning
Greg Kroah-Hartman
1
-2
/
+0
2016-10-27
tty: serial: fsl_lpuart: Fix Tx DMA edge case
Aaron Brice
1
-2
/
+1
2016-10-27
tty: serial: fsl_lpuart: add polled console functions
Nicolae Rosia
1
-0
/
+66
2016-09-15
tty: serial: fsl_lpuart: use GFP_ATOMIC under spin lock
Wei Yongjun
1
-1
/
+1
2016-09-02
tty: serial: constify uart_ops structures
Julia Lawall
1
-2
/
+2
2016-08-31
tty: serial: fsl_lpuart: Add support for RS-485
Bhuvanchandra DV
1
-6
/
+72
2016-08-31
tty: serial: fsl_lpuart: Update suspend/resume for DMA mode
Bhuvanchandra DV
1
-0
/
+44
2016-08-31
tty: serial: fsl_lpuart: Use scatter/gather DMA for Tx
Bhuvanchandra DV
1
-144
/
+113
2016-08-31
tty: serial: fsl_lpuart: Use cyclic DMA for Rx
Bhuvanchandra DV
1
-225
/
+258
2016-08-31
tty: serial: fsl_lpuart: Fix broken 8m/s1 support
Bhuvanchandra DV
1
-2
/
+7
2016-08-31
tty: serial: fsl_lpuart: fix clearing of receive flag
Stefan Agner
1
-3
/
+6
2016-08-31
tty: serial: fsl_lpuart: support suspend/resume
Stefan Agner
1
-2
/
+14
2016-08-31
tty: serial: fsl_lpuart: consider TX FIFO too in tx_empty
Stefan Agner
1
-2
/
+12
2016-06-25
TTY: serial, handle platform_get_irq retval properly
Jiri Slaby
1
-1
/
+7
2015-10-17
serial: fsl_lpuart: add earlycon support
Stefan Agner
1
-0
/
+39
2015-04-07
Merge 4.0-rc7 into tty-next
Greg Kroah-Hartman
1
-0
/
+5
2015-03-26
tty: serial: fsl_lpuart: clear receive flag on FIFO flush
Stefan Agner
1
-0
/
+3
[next]