index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
fsl_lpuart.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
serial: fsl_lpuart: Fix out-of-bounds access through DT alias
Geert Uytterhoeven
2018-02-28
1
-0
/
+4
*
serial: fsl_lpuart: Support common rs485 binding for RTS polarity
Lukas Wunner
2017-11-28
1
-10
/
+3
*
serial: Make retrieval of rs485 properties platform-agnostic
Lukas Wunner
2017-11-28
1
-1
/
+1
*
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-21
1
-4
/
+3
*
tty: serial: Remove redundant license text
Greg Kroah-Hartman
2017-11-08
1
-5
/
+0
*
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2017-11-08
1
-0
/
+1
*
Merge 4.14-rc4 into tty-next
Greg Kroah-Hartman
2017-10-09
1
-23
/
+17
|
\
|
*
tty: serial: lpuart: avoid report NULL interrupt
Fugang Duan
2017-09-18
1
-23
/
+17
*
|
serial: fsl_lpuart: Use common rs485 device tree parsing function
Sascha Hauer
2017-09-18
1
-6
/
+18
*
|
serial: fsl_lpuart: Remove unused 'bd' variable
Fabio Estevam
2017-09-18
1
-2
/
+1
|
/
*
serial: fsl_lpuart: Avoid using irq_wake flag
Andy Shevchenko
2017-08-28
1
-4
/
+9
*
serial: fsl_lpuart: clear unsupported options in .rs485_config()
Uwe Kleine-König
2017-07-30
1
-0
/
+5
*
Merge 4.13-rc2 into tty-next
Greg Kroah-Hartman
2017-07-23
1
-9
/
+15
|
\
|
*
tty: serial: lpuart: Fix the logic for detecting the 32-bit type UART
Fabio Estevam
2017-07-17
1
-9
/
+15
*
|
tty/serial/fsl_lpuart: Add CONSOLE_POLL support for lpuart32.
Marius Vlad
2017-07-18
1
-1
/
+57
|
/
*
tty: serial: lpuart: add a more accurate baud rate calculation method
Dong Aisheng
2017-06-29
1
-7
/
+72
*
tty: serial: lpuart: add earlycon support for imx7ulp
Dong Aisheng
2017-06-29
1
-0
/
+13
*
tty: serial: lpuart: add imx7ulp support
Dong Aisheng
2017-06-29
1
-0
/
+11
*
tty: serial: lpuart: add little endian 32 bit register support
Dong Aisheng
2017-06-29
1
-15
/
+30
*
tty: serial: lpuart: refactor lpuart32_{read|write} prototype
Dong Aisheng
2017-06-29
1
-61
/
+62
*
tty: serial: lpuart: introduce lpuart_soc_data to represent SoC property
Dong Aisheng
2017-06-29
1
-20
/
+27
*
tty: serial: fsl_lpuart: lock port on console write
Stefan Agner
2017-03-31
1
-0
/
+20
*
tty: serial: fsl_lpuart: fix del_timer_sync() vs timer routine deadlock
Nikita Yushchenko
2017-01-12
1
-18
/
+17
*
Merge 4.9-rc3 into tty-next
Greg Kroah-Hartman
2016-10-30
1
-2
/
+1
|
\
|
*
tty: serial: fsl_lpuart: Fix Tx DMA edge case
Aaron Brice
2016-10-27
1
-2
/
+1
*
|
serial: fsl_lpuart: remove build warning
Greg Kroah-Hartman
2016-10-28
1
-2
/
+0
*
|
tty: serial: fsl_lpuart: add polled console functions
Nicolae Rosia
2016-10-27
1
-0
/
+66
|
/
*
tty: serial: fsl_lpuart: use GFP_ATOMIC under spin lock
Wei Yongjun
2016-09-15
1
-1
/
+1
*
tty: serial: constify uart_ops structures
Julia Lawall
2016-09-02
1
-2
/
+2
*
tty: serial: fsl_lpuart: Add support for RS-485
Bhuvanchandra DV
2016-08-31
1
-6
/
+72
*
tty: serial: fsl_lpuart: Update suspend/resume for DMA mode
Bhuvanchandra DV
2016-08-31
1
-0
/
+44
*
tty: serial: fsl_lpuart: Use scatter/gather DMA for Tx
Bhuvanchandra DV
2016-08-31
1
-144
/
+113
*
tty: serial: fsl_lpuart: Use cyclic DMA for Rx
Bhuvanchandra DV
2016-08-31
1
-225
/
+258
*
tty: serial: fsl_lpuart: Fix broken 8m/s1 support
Bhuvanchandra DV
2016-08-31
1
-2
/
+7
*
tty: serial: fsl_lpuart: fix clearing of receive flag
Stefan Agner
2016-08-31
1
-3
/
+6
*
tty: serial: fsl_lpuart: support suspend/resume
Stefan Agner
2016-08-31
1
-2
/
+14
*
tty: serial: fsl_lpuart: consider TX FIFO too in tx_empty
Stefan Agner
2016-08-31
1
-2
/
+12
*
TTY: serial, handle platform_get_irq retval properly
Jiri Slaby
2016-06-25
1
-1
/
+7
*
serial: fsl_lpuart: add earlycon support
Stefan Agner
2015-10-17
1
-0
/
+39
*
Merge 4.0-rc7 into tty-next
Greg Kroah-Hartman
2015-04-07
1
-0
/
+5
|
\
|
*
tty: serial: fsl_lpuart: clear receive flag on FIFO flush
Stefan Agner
2015-03-26
1
-0
/
+3
|
*
tty: serial: fsl_lpuart: specify transmit FIFO size
Stefan Agner
2015-03-26
1
-0
/
+2
*
|
tty: constify of_device_id array
Fabian Frederick
2015-03-26
1
-1
/
+1
|
/
*
tty: serial: fsl_lpuart: terminate DMA on buffer flush
Stefan Agner
2015-02-02
1
-0
/
+11
*
serial: fsl-lpuart: disable interrupt when suspend
Yuan Yao
2015-02-02
1
-0
/
+13
*
serial: fsl_lpuart: update RX timer on successful DMA transfer
Stefan Agner
2015-02-02
1
-0
/
+1
*
serial: fsl_lpuart: move DMA channel request to probe
Stefan Agner
2015-02-02
1
-52
/
+44
*
serial: fsl_lpuart: avoid new transfer while DMA is running
Stefan Agner
2015-02-02
1
-4
/
+5
*
serial: fsl_lpuart: delete timer on shutdown
Stefan Agner
2015-02-02
1
-3
/
+4
*
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-12-14
1
-1
/
+0
|
\
[next]