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: uartps: Move Port ID to device data structure
Michal Simek
2018-09-18
1
-9
/
+11
|
*
|
|
serial: uartps: Register own uart console and driver structures
Michal Simek
2018-09-18
1
-38
/
+55
|
*
|
|
serial: uartps: Change logic how console_port is setup
Michal Simek
2018-09-18
1
-2
/
+9
|
*
|
|
serial: uartps: Fill struct uart_driver in probe()
Michal Simek
2018-09-18
1
-14
/
+12
|
*
|
|
serial: uartps: Move register to probe based on run time detection
Michal Simek
2018-09-18
1
-19
/
+23
|
*
|
|
serial: uartps: Move alias reading higher in probe()
Michal Simek
2018-09-18
1
-11
/
+10
|
*
|
|
serial: uartps: Do not use static struct uart_driver out of probe()
Michal Simek
2018-09-18
1
-5
/
+9
|
*
|
|
serial: uartps: Fix suspend functionality
Nava kishore Manne
2018-09-18
1
-29
/
+12
|
*
|
|
serial: uartps: Do not initialize field to zero again
Michal Simek
2018-09-18
1
-3
/
+0
|
*
|
|
serial: uartps: console_setup() can't be placed to init section
Michal Simek
2018-09-18
1
-1
/
+1
*
|
|
|
Merge tag 'mfd-next-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
2018-10-25
2
-15
/
+28
|
\
|
|
|
|
*
|
|
tty/serial: atmel: Change the driver to work under at91-usart MFD
Radu Pirea
2018-09-10
2
-15
/
+28
*
|
|
|
Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-10-24
1
-31
/
+12
|
\
\
\
\
|
*
|
|
|
kill TIOCSER[SG]WILD
Al Viro
2018-10-13
1
-5
/
+0
|
*
|
|
|
serial_core: switch to ->[sg]et_serial()
Al Viro
2018-10-13
1
-26
/
+12
|
|
/
/
/
*
|
|
|
Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
2018-10-23
1
-3
/
+4
|
\
\
\
\
|
*
|
|
|
gpiolib: Pass array info to get/set array functions
Janusz Krzysztofik
2018-09-13
1
-1
/
+1
|
*
|
|
|
gpiolib: Pass bitmaps, not integer arrays, to get/set array
Janusz Krzysztofik
2018-09-13
1
-3
/
+4
|
|
/
/
/
*
|
|
|
Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kern...
Greg Kroah-Hartman
2018-10-11
1
-2
/
+2
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
treewide: Replace more open-coded allocation size multiplications
Kees Cook
2018-10-06
1
-2
/
+2
|
|
/
/
*
|
|
Revert "serial: sh-sci: Allow for compressed SCIF address"
Geert Uytterhoeven
2018-10-02
1
-15
/
+10
*
|
|
Revert "serial: sh-sci: Remove SCIx_RZ_SCIFA_REGTYPE"
Geert Uytterhoeven
2018-10-02
1
-0
/
+31
*
|
|
Revert "serial: 8250_dw: Fix runtime PM handling"
Guenter Roeck
2018-10-02
1
-4
/
+0
|
|
/
|
/
|
*
|
serial: imx: restore handshaking irq for imx1
Uwe Kleine-König
2018-09-20
1
-0
/
+8
*
|
serial: cpm_uart: return immediately from console poll
Christophe Leroy
2018-09-18
1
-3
/
+7
*
|
tty: serial: lpuart: avoid leaking struct tty_struct
Stefan Agner
2018-09-18
1
-1
/
+2
*
|
serial: mvebu-uart: Fix reporting of effective CSIZE to userspace
Jan Kiszka
2018-09-18
1
-0
/
+1
|
/
*
Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-08-18
2
-0
/
+2
|
\
|
*
Merge 4.18-rc5 into char-misc-next
Greg Kroah-Hartman
2018-07-16
1
-2
/
+0
|
|
\
|
*
|
headers: separate linux/mod_devicetable.h from linux/platform_device.h
Randy Dunlap
2018-07-07
2
-0
/
+2
*
|
|
tty: serial: 8250: Revert NXP SC16C2552 workaround
Mark
2018-08-12
1
-2
/
+1
*
|
|
serial: 8250_exar: Read INT0 from slave device, too
Aaron Sierra
2018-08-02
1
-1
/
+5
*
|
|
serial: 8250_dw: Add ACPI support for uart on Broadcom SoC
Srinath Mannam
2018-08-02
1
-0
/
+1
*
|
|
serial: 8250_dw: always set baud rate in dw8250_set_termios
Chen Hu
2018-08-02
1
-1
/
+1
*
|
|
tty: serial: uartlite: Add support for suspend and resume
Shubhrajyoti Datta
2018-08-02
1
-0
/
+36
*
|
|
tty: serial: uartlite: Add clock adaptation
Shubhrajyoti Datta
2018-08-02
1
-2
/
+47
*
|
|
tty: serial: uartlite: Add structure for private data
Shubhrajyoti Datta
2018-08-02
1
-8
/
+21
*
|
|
serial: sh-sci: Improve support for separate TEI and DRI interrupts
Chris Brandt
2018-08-02
1
-51
/
+40
*
|
|
serial: sh-sci: Remove SCIx_RZ_SCIFA_REGTYPE
Chris Brandt
2018-08-02
1
-31
/
+0
*
|
|
serial: sh-sci: Allow for compressed SCIF address
Chris Brandt
2018-08-02
1
-10
/
+15
*
|
|
serial: 8250: Use cached port name directly in messages
Andy Shevchenko
2018-07-25
2
-14
/
+12
*
|
|
serial: 8250_exar: Drop unused variable in pci_xr17v35x_setup()
Andy Shevchenko
2018-07-23
1
-1
/
+0
*
|
|
serial: sh-sci: Drop superfluous assignment in sci_request_dma()
Geert Uytterhoeven
2018-07-21
1
-1
/
+0
*
|
|
serial: 8250_exar: Describe all members in struct exar8250_board
Andy Shevchenko
2018-07-21
1
-0
/
+2
*
|
|
serial: 8250_exar: Remove useless has_slave member
Andy Shevchenko
2018-07-21
1
-5
/
+2
*
|
|
serial: 8250_dw: Add compatible string for Renesas RZ/N1 UART
Phil Edworthy
2018-07-21
1
-0
/
+1
*
|
|
serial: sh-sci: Fix use-after-free on subsequent port startup
Geert Uytterhoeven
2018-07-21
1
-0
/
+1
*
|
|
tty: serial: qcom_geni_serial: Add support for flow control
Girish Mahadevan
2018-07-16
1
-31
/
+230
*
|
|
serial: 8250: of: Defer probe on missing IRQ
Alexander Sverdlin
2018-07-16
1
-0
/
+4
*
|
|
serial: 8250: of: Correct of_platform_serial_setup() error handling
Alexander Sverdlin
2018-07-16
1
-1
/
+1
[prev]
[next]