index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-07
serial/sc16is7xx: Use the rs485 functions on serial_core
Ricardo Ribalda Delgado
1
-41
/
+12
2014-11-07
serial/8250: Remove obsolete handling of rs485 ioctls
Ricardo Ribalda Delgado
1
-39
/
+0
2014-11-07
8250/fintek: Use rs485 handler from serial_core
Ricardo Ribalda Delgado
1
-3
/
+5
2014-11-07
serial/8250: Copy RS485 fields to serial_core
Ricardo Ribalda Delgado
1
-0
/
+2
2014-11-07
serial_core: Handle TIOC[GS]RS485 ioctls.
Ricardo Ribalda Delgado
1
-0
/
+45
2014-11-07
serial: 8250: sparse warning of incorrect type
Sudip Mukherjee
1
-1
/
+1
2014-11-07
parport: Add support for the WCH382 2S/1P multi-IO card
Sergej Pupykin
1
-0
/
+21
2014-11-07
serial: Test/disable MSIs if switching from N_PPS
Peter Hurley
3
-2
/
+42
2014-11-07
serial: Take uart port lock for direct *_enable_ms()
Peter Hurley
3
-0
/
+6
2014-11-07
serial: core: Pass termios to set_ldisc() notifications
Peter Hurley
6
-11
/
+13
2014-11-07
serial: core: Claim port mutex for set_ldisc()
Peter Hurley
1
-1
/
+4
2014-11-07
tty: xuartps: Add support for setting modem control signals
Lars-Peter Clausen
1
-1
/
+21
2014-11-07
serial: 8250_dw: get index of serial line from DT aliases
Julien CHAUVEAU
1
-0
/
+6
2014-11-07
serial: of-serial: fetch line number from DT
Lucas Stach
1
-0
/
+4
2014-11-07
serial: 8250_pci: Check mapping in pci_ni8430_init
Aaron Sierra
1
-0
/
+2
2014-11-07
serial: 8250_pci: Handle devices mapped above 4 GiB
Aaron Sierra
1
-30
/
+17
2014-11-07
serial: fsl-lpuart: add lpuart32 power management support
Jingchang Lu
1
-0
/
+14
2014-11-07
serial: at91: Use dmaengine_slave_config API
Maxime Ripard
1
-6
/
+4
2014-11-07
tty: serial: Fix mediatek UART driver setting baudrate issue
Eddie Huang
1
-2
/
+2
2014-11-07
tty: serial: bcm63xx: Eliminate unnecessary request/release functions
Kevin Cernekee
1
-20
/
+10
2014-11-07
tty: serial: bcm63xx: Enable DT earlycon support
Kevin Cernekee
2
-0
/
+21
2014-11-07
tty: serial: bcm63xx: Fix typo in MODULE_DESCRIPTION
Kevin Cernekee
1
-1
/
+1
2014-11-07
tty: serial: bcm63xx: Update the Kconfig help text
Kevin Cernekee
1
-7
/
+9
2014-11-07
tty: serial: bcm63xx: Add support for unnamed clock outputs from DT
Kevin Cernekee
1
-1
/
+2
2014-11-07
tty: serial: bcm63xx: Allow bcm63xx_uart to be built on other platforms
Kevin Cernekee
1
-1
/
+1
2014-11-07
serial: imx: add imx_poll_init()
Daniel Thompson
1
-0
/
+36
2014-11-07
serial: imx: clean up imx_poll_put_char()
Daniel Thompson
1
-19
/
+5
2014-11-07
tty: serial: msm_serial: Use DT aliases
Stephen Boyd
1
-4
/
+9
2014-11-07
tty: serial: msm: Reset uartdm after baud rate change
Stephen Boyd
1
-37
/
+12
2014-11-07
tty: serial: msm: Support sysrq on uartDM devices
Stephen Boyd
2
-10
/
+33
2014-11-07
tty: serial: msm: Fix sysrq spinlock recursion on non-DM
Stephen Boyd
1
-1
/
+5
2014-11-07
serial: mxs-auart: enable PPS support
Janusz Uzycki
1
-0
/
+11
2014-11-07
serial: mxs-auart: add interrupts for modem control lines
Janusz Uzycki
1
-2
/
+172
2014-11-07
serial: mxs-auart: use mctrl_gpio helpers for handling modem signals
Janusz Uzycki
2
-5
/
+46
2014-11-07
serial: mxs-auart: clean get_mctrl and set_mctrl
Janusz Uzycki
1
-13
/
+1
2014-11-07
tty/serial: at91: fix rx ring buffer management
Cyrille Pitchen
1
-39
/
+55
2014-11-07
serial: ralink: adds Mediatek MT7620 serial
John Crispin
1
-1
/
+1
2014-11-07
serial: of: add a PORT_RT2880 definition
John Crispin
2
-2
/
+13
2014-11-07
tty: serial: omap: Increase max consoles and add check to prevent crash
Nishanth Menon
1
-1
/
+8
2014-11-06
serial: pl011: Fix build breakage with !CONFIG_DMA_ENGINE
Peter Hurley
1
-1
/
+2
2014-11-06
serial: 8250_em: Remove out-of-memory message
Peter Hurley
1
-3
/
+1
2014-11-06
cris: Remove obsolete ASYNC_SPLIT_TERMIOS behavior
Peter Hurley
2
-13
/
+0
2014-11-06
serial: hp300: Remove obsolete comments
Peter Hurley
1
-4
/
+0
2014-11-06
serial: of-serial: fix uninitialized kmalloc variable
Jingchang Lu
1
-1
/
+1
2014-11-06
tty: serial: 8250_mtk: Fix quot calculation
Matthias Brugger
1
-1
/
+1
2014-11-06
serial: imx: Remove unneeded registration message
Fabio Estevam
1
-4
/
+1
2014-11-06
serial: imx: Remove unneeded OOM error message
Fabio Estevam
1
-1
/
+0
2014-11-06
serial: imx: Remove unneeded goto label
Fabio Estevam
1
-5
/
+2
2014-11-06
serial: imx: Fix the reporting of interrupts
Fabio Estevam
1
-48
/
+30
2014-11-06
tty/serial: earlycon: Fix print for implied MMIO case
Kumar Gala
1
-1
/
+1
[prev]
[next]