index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-06
tty: serial: fsl_lpuart: free IDs allocated by IDA
Michael Walle
1
-15
/
+24
2020-03-06
Revert "tty: serial: fsl_lpuart: drop EARLYCON_DECLARE"
Michael Walle
1
-0
/
+2
2020-03-06
tty: serial: make SERIAL_SPRD not depend on ARCH_SPRD
Chunyan Zhang
1
-1
/
+0
2020-03-06
serial: 8250_lpss: Add ->setup() for Elkhart Lake ports
Andy Shevchenko
1
-0
/
+6
2020-03-06
serial: 8250-mtk: modify mtk uart power and clock management
Changqi Hu
1
-18
/
+32
2020-03-06
tty: imx serial: Implement support for reversing TX and RX polarity
George Hilliard
1
-16
/
+28
2020-03-06
serial: ar933x_uart: add RS485 support
Daniel Golle
2
-6
/
+108
2020-03-06
tty: serial: qcom_geni_serial: Fix GPIO swapping with workaround
Roja Rani Yarubandi
1
-0
/
+30
2020-03-06
tty: serial: cpm_uart: Convert to use GPIO descriptors
Linus Walleij
2
-28
/
+24
2020-03-06
tty: serial: lantiq: Drop GPIO include
Linus Walleij
1
-1
/
+0
2020-03-06
tty: serial: atmel_serial: Drop GPIO includes
Linus Walleij
1
-3
/
+0
2020-03-05
serial: 8250_exar: add support for ACCES cards
Jay Dolan
1
-0
/
+33
2020-03-05
tty:serial:mvebu-uart:fix a wrong return
tangbin
1
-1
/
+1
2020-02-24
Merge 5.6-rc3 into tty-next
Greg Kroah-Hartman
10
-30
/
+48
2020-02-20
tty: serial: samsung_tty: remove SERIAL_SAMSUNG_DEBUG
Greg Kroah-Hartman
1
-9
/
+0
2020-02-20
tty: serial: samsung_tty: build it for any platform
Greg Kroah-Hartman
1
-1
/
+0
2020-02-19
serial: 8250_port: Use dev_*() instead of pr_*()
Andy Shevchenko
1
-10
/
+7
2020-02-19
serial: 8250_port: Switch to use DEVICE_ATTR_RW()
Andy Shevchenko
1
-8
/
+6
2020-02-19
tty: serial: efm32: fix spelling mistake "reserverd" -> "reserved"
Alexandre Belloni
1
-1
/
+1
2020-02-19
tty: serial: Kconfig: Fix a typo
Christophe JAILLET
1
-1
/
+1
2020-02-19
serial: 8250_pxa: avoid autodetecting the port type
Lubomir Rintel
1
-1
/
+1
2020-02-17
serial: core: Switch to use DEVICE_ATTR_RO()
Andy Shevchenko
1
-29
/
+28
2020-02-14
serial: core: use octal permissions on module param
Andy Shevchenko
1
-13
/
+13
2020-02-14
serial: core: Consolidate spin lock initialization code
Andy Shevchenko
1
-18
/
+16
2020-02-14
serial: core: Introduce uart_console_enabled() helper
Andy Shevchenko
1
-2
/
+7
2020-02-14
drivers: tty: Call cpu_latency_qos_*() instead of pm_qos_*()
Rafael J. Wysocki
2
-9
/
+7
2020-02-13
serial: cpm_uart: call cpm_muram_init before registering console
Rasmus Villemoes
1
-0
/
+1
2020-02-13
serial: 8250_pci: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-02-13
serial: sc16is7xx: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-02-13
PM: QoS: Rename things related to the CPU latency QoS
Rafael J. Wysocki
2
-6
/
+6
2020-02-12
tty/serial: 8250_exar: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-02-12
tty: serial: qcom_geni_serial: Fix RX cancel command failure
satya priya
1
-4
/
+14
2020-02-12
serial: 8250: Check UPF_IRQ_SHARED in advance
Andy Shevchenko
4
-5
/
+6
2020-02-12
tty: serial: imx: setup the correct sg entry for tx dma
Fugang Duan
1
-1
/
+1
2020-02-10
serial: 8250_early: Add earlycon for BCM2835 aux uart
Matthias Brugger
1
-0
/
+18
2020-02-10
serial: 8250_tegra: Create Tegra specific 8250 driver
Jeff Brasen
4
-28
/
+208
2020-02-10
kgdboc: Use for_each_console() helper
Andy Shevchenko
1
-3
/
+1
2020-02-10
tty: serial: tegra: Handle RX transfer in PIO mode if DMA wasn't started
Dmitry Osipenko
1
-19
/
+16
2020-02-10
tty/serial: atmel: manage shutdown in case of RS485 or ISO7816 mode
Nicolas Ferre
1
-1
/
+2
2020-02-10
serial: ar933x_uart: set UART_CS_{RX,TX}_READY_ORIDE
Daniel Golle
1
-0
/
+8
2020-02-08
Fix up remaining devm_ioremap_nocache() in SGI IOC3 8250 UART driver
Linus Torvalds
1
-1
/
+1
2020-02-08
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
1
-178
/
+195
2020-01-31
Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
3
-0
/
+110
2020-01-29
Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
59
-682
/
+735
2020-01-22
tty: serial: meson_uart: Add support for kernel debugger
Julien Masson
1
-0
/
+65
2020-01-22
serial: imx: fix a race condition in receive path
Uwe Kleine-König
1
-13
/
+38
2020-01-22
serial: 8250_bcm2835aux: Document struct bcm2835aux_data
Lukas Wunner
1
-0
/
+5
2020-01-22
serial: 8250_bcm2835aux: Use generic remapping code
Lukas Wunner
1
-5
/
+3
2020-01-22
serial: 8250_bcm2835aux: Allocate uart_8250_port on stack
Lukas Wunner
1
-18
/
+15
2020-01-22
serial: 8250_bcm2835aux: Suppress register_port error on -EPROBE_DEFER
Lukas Wunner
1
-2
/
+3
[prev]
[next]