index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
serial: lantiq: Add support for Lightning Mountain SoC
Rahul Tanwar
2019-09-04
1
-0
/
+71
*
serial: lantiq: Make IRQ & ISR assignment dynamic
Rahul Tanwar
2019-09-04
1
-45
/
+96
*
serial: lantiq: Use proper DT compatible string
Rahul Tanwar
2019-09-04
1
-2
/
+2
*
serial: 8250_lpss: Enable HS UART on Elkhart Lake
Andy Shevchenko
2019-09-04
1
-0
/
+18
*
serial: 8250_lpss: Get rid of custom LPSS_DEVICE() macro
Andy Shevchenko
2019-09-04
1
-10
/
+8
*
serial: 8250_lpss: register DMA IRQ and pool with instance ID
Andy Shevchenko
2019-09-04
1
-0
/
+1
*
serial: 8250_lpss: add fractional divisor support
Andy Shevchenko
2019-09-04
1
-5
/
+2
*
serial: 8250_lpss: switch to use 8250_dwlib library
Andy Shevchenko
2019-09-04
2
-9
/
+14
*
serial: 8250_dw: switch to use 8250_dwlib library
Andy Shevchenko
2019-09-04
2
-135
/
+28
*
serial: 8250_dw: split Synopsys DesignWare 8250 common functions
Andy Shevchenko
2019-09-04
4
-0
/
+149
*
serial: 8250_dw: use pointer to uart local variable
Andy Shevchenko
2019-09-04
1
-4
/
+4
*
serial: 8250_dw: Use a unified new dev variable in remove
Andy Shevchenko
2019-09-04
1
-3
/
+4
*
serial: lantiq: Add SMP support
Rahul Tanwar
2019-09-04
1
-15
/
+32
*
tty: serial: fsl_lpuart: Ignore TX/RX interrupts if DMA is enabled
Andrey Smirnov
2019-09-04
1
-2
/
+2
*
tty: serial: fsl_lpuart: Don't enable TIE in .startup() or .resume()
Andrey Smirnov
2019-09-04
1
-1
/
+1
*
tty: serial: fsl_lpuart: Introduce lpuart*_setup_watermark_enable()
Andrey Smirnov
2019-09-04
1
-22
/
+28
*
tty: serial: fsl_lpuart: Introduce lpuart32_configure()
Andrey Smirnov
2019-09-04
1
-27
/
+21
*
tty: serial: fsl_lpuart: Introduce lpuart_rx_dma_startup()
Andrey Smirnov
2019-09-04
1
-23
/
+17
*
tty: serial: fsl_lpuart: Introduce lpuart_tx_dma_startup()
Andrey Smirnov
2019-09-04
1
-30
/
+23
*
serial: 8250_exar: Replace msleep(1) with usleep_range()
Andy Shevchenko
2019-09-04
1
-1
/
+1
*
serial: 8250_exar: Consolidate callback assignments in default_setup()
Andy Shevchenko
2019-09-04
1
-22
/
+21
*
tty: serial: qcom_geni_serial: use devm_platform_ioremap_resource() to simpli...
YueHaibing
2019-09-04
1
-3
/
+1
*
serial: 8250: Don't check for mctrl_gpio_init() returning -ENOSYS
Frieder Schrempf
2019-09-04
1
-4
/
+2
*
serial: sh-sci: Don't check for mctrl_gpio_init() returning -ENOSYS
Frieder Schrempf
2019-09-04
1
-1
/
+1
*
serial: mctrl_gpio: Avoid probe failures in case of missing gpiolib
Frieder Schrempf
2019-09-04
1
-3
/
+3
*
serial: 8250_exar: Absorb remaining 8250_port INT0 support
Aaron Sierra
2019-09-04
2
-17
/
+16
*
serial: sh-sci: Use DEVICE_ATTR_RW() for rx_fifo_trigger
Geert Uytterhoeven
2019-09-04
1
-8
/
+6
*
tty: serial: qcom_geni_serial: Update the oversampling rate
Vivek Gautam
2019-09-04
1
-3
/
+12
*
serial: 8250_exar: Clear buffer before shutdown
Robert Middleton
2019-09-04
1
-0
/
+23
*
serial: 8250_exar: Move custom divisor support out from 8250_port
Andy Shevchenko
2019-09-04
2
-26
/
+28
*
serial: 8250_exar: Extract PM routine from 8250_port
Andy Shevchenko
2019-09-04
2
-14
/
+16
*
serial: 8250_exar: No need to autoconfigure Exar ports
Andy Shevchenko
2019-09-04
2
-36
/
+17
*
serial: sh-sci: use driver core functions, not sysfs ones.
Greg Kroah-Hartman
2019-09-04
1
-14
/
+8
*
xilinx_uartps.c: suppress "may be used uninitialised" warning
Stephen Rothwell
2019-09-04
1
-1
/
+1
*
tty: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-09-04
15
-61
/
+19
*
tty: serial: fsl_lpuart: Introduce lpuart_dma_shutdown()
Andrey Smirnov
2019-09-04
1
-24
/
+18
*
tty: serial: fsl_lpuart: Drop unnecessary lpuart*_stop_tx()
Andrey Smirnov
2019-09-04
1
-4
/
+0
*
tty: serial: fsl_lpuart: Introduce lpuart_stopped_or_empty()
Andrey Smirnov
2019-09-04
1
-7
/
+10
*
tty: serial: fsl_lpuart: Use cpu_relax() instead of barrier()
Andrey Smirnov
2019-09-04
1
-2
/
+2
*
tty: serial: fsl_lpuart: Introduce lpuart_wait_bit_set()
Andrey Smirnov
2019-09-04
1
-20
/
+22
*
tty: serial: fsl_lpuart: Use appropriate lpuart32_* I/O funcs
Andrey Smirnov
2019-09-04
1
-14
/
+14
*
tty: serial: fsl_lpuart: Clear CSTOPB unconditionally
Andrey Smirnov
2019-09-04
1
-2
/
+1
*
tty: serial: fsl_lpuart: Drop unnecessary extra parenthesis
Andrey Smirnov
2019-09-04
1
-10
/
+10
*
tty: serial: fsl_lpuart: Drop no-op bit opearation
Andrey Smirnov
2019-09-04
1
-4
/
+2
*
tty: serial: fls_lpuart: Split shared TX IRQ handler into two
Andrey Smirnov
2019-09-04
1
-26
/
+35
*
tty: serial: fsl_lpuart: Fix issue in software flow control
Andrey Smirnov
2019-09-04
1
-0
/
+2
*
tty: serial: fsl_lpuart: Drop unnecessary uart_write_wakeup()
Andrey Smirnov
2019-09-04
1
-3
/
+0
*
tty: serial: fsl_lpuart: Fix bogus indentation
Andrey Smirnov
2019-09-04
1
-3
/
+3
*
tty: serial: fsl_lpuart: Simplify RX/TX IRQ handlers
Andrey Smirnov
2019-09-04
1
-13
/
+7
*
tty: serial: fsl_lpuart: Flush HW FIFOs in .flush_buffer
Andrey Smirnov
2019-09-04
1
-6
/
+17
[next]