Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
9bc19af9dacbb53f6993c81e993b773bf1cef8b4
/
drivers
/
tty
/
serial
/
fsl_lpuart.c
9bc19af
tty: serial: fsl_lpuart: Flush HW FIFOs in .flush_buffer
by Andrey Smirnov
· 5 years ago
cc584ab
tty: serial: fsl_lpuart: flush receive FIFO after overruns
by Stefan Agner
· 5 years ago
6563217
tty: serial: fsl_lpuart: fix framing error handling when using DMA
by Stefan Agner
· 5 years ago
f77ebb2
tty: serial: fsl_lpuart: correct the FIFO depth size
by Fugang Duan
· 5 years ago
638341d
tty: serial: fsl_lpuart: remove sg_set_buf() for sport->rx_sgl
by Fugang Duan
· 5 years ago
ca8d92f
tty: serial: fsl_lpuart: use kzalloc() instead of kmalloc()
by Fugang Duan
· 5 years ago
d8a0e92
tty: serial: fsl_lpuart: add earlycon for imx8qxp platform
by Fugang Duan
· 5 years ago
38eb523
tty: serial: fsl_lpuart: remove the dev.coherent_dma_mask zero setting
by Fugang Duan
· 5 years ago
35a4ed0
tty: serial: fsl_lpuart: add imx8qxp support
by Fugang Duan
· 6 years ago
099f79c
serial: fsl_lpuart: Remove unneeded OOM error message
by Fabio Estevam
· 6 years ago
9edaf50
serial: fsl_lpuart: Use dev_info() instead of printk()
by Fabio Estevam
· 6 years ago
42b6876
serial: fsl_lpuart: DMA support for 32-bit variant
by Atsushi Nemoto
· 6 years ago
83b21ed
Merge 5.0-rc4 into tty-next
by Greg Kroah-Hartman
· 6 years ago
46dd6d7
serial: fsl_lpuart: consider TX FIFO too in lpuart32_tx_empty
by Atsushi Nemoto
· 6 years ago
b0b2735a
serial: fsl_lpuart: specify transmit FIFO size for 32-bit variant
by Atsushi Nemoto
· 6 years ago
815d835
serial: fsl_lpuart: fix maximum acceptable baud rate with over-sampling
by Tomonori Sakita
· 6 years ago
397bd92
serial: fsl_lpuart: clear parity enable bit when disable parity
by Andy Duan
· 6 years ago
61e169e
serial: fsl_lpuart: fix the typo: UARTCR1_PE -> UARTCTRL_PE
by Andy Duan
· 6 years ago
3bc3206
serial: fsl_lpuart: Remove the alias node dependence
by Vabhav Sharma
· 6 years ago
3216c62
tty: serial: lpuart: avoid leaking struct tty_struct
by Stefan Agner
· 6 years ago
ffab87f
serial: fsl_lpuart: Fix out-of-bounds access through DT alias
by Geert Uytterhoeven
· 7 years ago
01d8453
serial: fsl_lpuart: Support common rs485 binding for RTS polarity
by Lukas Wunner
· 7 years ago
743f93f
serial: Make retrieval of rs485 properties platform-agnostic
by Lukas Wunner
· 7 years ago
e99e88a
treewide: setup_timer() -> timer_setup()
by Kees Cook
· 7 years ago
4793f2e
tty: serial: Remove redundant license text
by Greg Kroah-Hartman
· 7 years ago
e3b3d0f
tty: add SPDX identifiers to all remaining files in drivers/tty/
by Greg Kroah-Hartman
· 7 years ago
9424e8b
Merge 4.14-rc4 into tty-next
by Greg Kroah-Hartman
· 7 years ago
dde18d5
serial: fsl_lpuart: Use common rs485 device tree parsing function
by Sascha Hauer
· 7 years ago
c45e2d2
serial: fsl_lpuart: Remove unused 'bd' variable
by Fabio Estevam
· 7 years ago
9d7ee0e
tty: serial: lpuart: avoid report NULL interrupt
by Fugang Duan
· 7 years ago
3d6bcdd
serial: fsl_lpuart: Avoid using irq_wake flag
by Andy Shevchenko
· 7 years ago
68c338e
serial: fsl_lpuart: clear unsupported options in .rs485_config()
by Uwe Kleine-König
· 7 years ago
329f0a8
Merge 4.13-rc2 into tty-next
by Greg Kroah-Hartman
· 7 years ago
a5fa266
tty/serial/fsl_lpuart: Add CONSOLE_POLL support for lpuart32.
by Marius Vlad
· 7 years ago
3ee5447
tty: serial: lpuart: Fix the logic for detecting the 32-bit type UART
by Fabio Estevam
· 7 years ago
a6d7514
tty: serial: lpuart: add a more accurate baud rate calculation method
by Dong Aisheng
· 8 years ago
97d6f35
tty: serial: lpuart: add earlycon support for imx7ulp
by Dong Aisheng
· 8 years ago
24b1e5f
tty: serial: lpuart: add imx7ulp support
by Dong Aisheng
· 8 years ago
f98e1fc
tty: serial: lpuart: add little endian 32 bit register support
by Dong Aisheng
· 8 years ago
a0204f2
tty: serial: lpuart: refactor lpuart32_{read|write} prototype
by Dong Aisheng
· 8 years ago
0d6fce9
tty: serial: lpuart: introduce lpuart_soc_data to represent SoC property
by Dong Aisheng
· 8 years ago
abf1e0a
tty: serial: fsl_lpuart: lock port on console write
by Stefan Agner
· 8 years ago
54a44d5
tty: serial: fsl_lpuart: fix del_timer_sync() vs timer routine deadlock
by Nikita Yushchenko
· 8 years ago
5131dcd
Merge 4.9-rc3 into tty-next
by Greg Kroah-Hartman
· 8 years ago
463e2a2
serial: fsl_lpuart: remove build warning
by Greg Kroah-Hartman
· 8 years ago
d704b2d
tty: serial: fsl_lpuart: Fix Tx DMA edge case
by Aaron Brice
· 8 years ago
2a41bc2
tty: serial: fsl_lpuart: add polled console functions
by Nicolae Rosia
· 8 years ago
33ddca0
tty: serial: fsl_lpuart: use GFP_ATOMIC under spin lock
by Wei Yongjun
· 8 years ago
069a47e
tty: serial: constify uart_ops structures
by Julia Lawall
· 8 years ago
03895cf
tty: serial: fsl_lpuart: Add support for RS-485
by Bhuvanchandra DV
· 8 years ago
c05efd6
tty: serial: fsl_lpuart: Update suspend/resume for DMA mode
by Bhuvanchandra DV
· 8 years ago
6250cc3
tty: serial: fsl_lpuart: Use scatter/gather DMA for Tx
by Bhuvanchandra DV
· 8 years ago
5887ad4
tty: serial: fsl_lpuart: Use cyclic DMA for Rx
by Bhuvanchandra DV
· 8 years ago
aa9e7d7
tty: serial: fsl_lpuart: Fix broken 8m/s1 support
by Bhuvanchandra DV
· 8 years ago
d68827c
tty: serial: fsl_lpuart: fix clearing of receive flag
by Stefan Agner
· 8 years ago
d6b0d2f
tty: serial: fsl_lpuart: support suspend/resume
by Stefan Agner
· 8 years ago
b70b636
tty: serial: fsl_lpuart: consider TX FIFO too in tx_empty
by Stefan Agner
· 8 years ago
394a9e2
TTY: serial, handle platform_get_irq retval properly
by Jiri Slaby
· 9 years ago
1d59b38
serial: fsl_lpuart: add earlycon support
by Stefan Agner
· 9 years ago
b3e3bf2
Merge 4.0-rc7 into tty-next
by Greg Kroah-Hartman
· 10 years ago
8e4934c
tty: serial: fsl_lpuart: clear receive flag on FIFO flush
by Stefan Agner
· 10 years ago
4e8f245
tty: serial: fsl_lpuart: specify transmit FIFO size
by Stefan Agner
· 10 years ago
ed0bb23
tty: constify of_device_id array
by Fabian Frederick
· 10 years ago
bfc2e07
tty: serial: fsl_lpuart: terminate DMA on buffer flush
by Stefan Agner
· 10 years ago
2fe605d
serial: fsl-lpuart: disable interrupt when suspend
by Yuan Yao
· 10 years ago
011f5bd
serial: fsl_lpuart: update RX timer on successful DMA transfer
by Stefan Agner
· 10 years ago
4a818c4
serial: fsl_lpuart: move DMA channel request to probe
by Stefan Agner
· 10 years ago
5f1437f
serial: fsl_lpuart: avoid new transfer while DMA is running
by Stefan Agner
· 10 years ago
4a8588a
serial: fsl_lpuart: delete timer on shutdown
by Stefan Agner
· 10 years ago
e6b5be2
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
144c29e
serial: fsl_lpuart: Remove unneeded registration message
by Fabio Estevam
· 10 years ago
4ae612a
serial: fsl_lpuart: Remove unneeded check for 'res'
by Fabio Estevam
· 10 years ago
08de101
serial: fsl-lpuart: add lpuart32 power management support
by Jingchang Lu
· 10 years ago
9144b3c
tty: serial: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
380c966
tty: serial: fsl_lpuart: add 32-bit register interface support
by Jingchang Lu
· 10 years ago
ed9891b
serial: fsl_lpuart: calculate DMA burst
by Stefan Agner
· 11 years ago
90abef9
serial: fsl_lpuart: move DMA RX timeout calculation
by Stefan Agner
· 11 years ago
8b152f1
serial: treewide: Remove empty implementations of enable_ms()
by Alexander Shiyan
· 11 years ago
ef8b9dd
serial: Fix IGNBRK handling
by Peter Hurley
· 11 years ago
f1cd8c8
serial: fsl_lpuart: add DMA support
by Yuan Yao
· 11 years ago
39c34b0
serial: fsl_lpuart: Return proper error on lpuart_serial_init error path
by Axel Lin
· 11 years ago
bc764b8
serial: fsl_lpuart: restore UARTCR2 after watermark setup is done
by Shawn Guo
· 12 years ago
c9e2e94
tty: serial: add Freescale lpuart driver support
by Jingchang Lu
· 12 years ago