Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
0d560a1d549379e46139fb9eeae0b43328c76dea
0d560a1
serial: pci: Remove unused pci_boards entries
by Jan Kiszka
· 8 years ago
fc6cc96
serial: exar: Move Commtech adapters to 8250_exar as well
by Jan Kiszka
· 8 years ago
7795753
serial: exar: Fix feature control register constants
by Jan Kiszka
· 8 years ago
5b5f252
serial: exar: Fix initialization of EXAR registers for ports > 0
by Jan Kiszka
· 8 years ago
24572af
serial: exar: Fix mapping of port I/O resources
by Jan Kiszka
· 8 years ago
90afa52
serial: sh-sci: fix hardware RX trigger level setting
by Ulrich Hecht
· 8 years ago
6a5f0e2
tty/serial: atmel: ensure state is restored after suspending
by Alexandre Belloni
· 9 years ago
424d791
serial: 8250_dw: Avoid "too much work" from bogus rx timeout interrupt
by Douglas Anderson
· 9 years ago
10d258c
serdev: ttyport: check whether tty_init_dev() fails
by Dan Carpenter
· 8 years ago
80cd94e
serial: 8250_pci: make pciserial_detach_ports() static
by Wei Yongjun
· 9 years ago
36523b6
ARM: dts: STiH410-b2260: Enable HW flow-control
by Lee Jones
· 9 years ago
cf38e1a
ARM: dts: STiH407-family: Use new Pinctrl groups
by Lee Jones
· 9 years ago
34224a0
ARM: dts: STiH407-pinctrl: Add Pinctrl group for HW flow-control
by Lee Jones
· 9 years ago
105fc00
ARM: dts: STiH410-b2260: Identify the UART RTS line
by Lee Jones
· 9 years ago
8ab99f5
dt-bindings: serial: Update 'uart-has-rtscts' description
by Lee Jones
· 9 years ago
233680a
serial: st-asc: Use generic DT binding for announcing RTS/CTS lines
by Lee Jones
· 9 years ago
d735625
serial: st-asc: (De)Register GPIOD and swap Pinctrl profiles
by Lee Jones
· 9 years ago
6929cb0
serial: st-asc: Read in all Pinctrl states
by Lee Jones
· 9 years ago
a4f6072
serial: st-asc: Provide RTS functionality
by Lee Jones
· 9 years ago
5ab066e
serial: st-asc: Ignore the parity error bit if 8-bit mode is enabled
by Lee Jones
· 9 years ago
1c9c858
serial: 8250_pci: Add MKS Tenta SCOM-0800 and SCOM-0801 cards
by Ian Abbott
· 9 years ago
5d23188
serial: sh-sci: make RX FIFO parameters tunable via sysfs
by Ulrich Hecht
· 9 years ago
0394037
serial: sh-sci: SCIFA/B RX FIFO software timeout
by Ulrich Hecht
· 9 years ago
18e8cf1
serial: sh-sci: increase RX FIFO trigger defaults for (H)SCIF
by Ulrich Hecht
· 9 years ago
8ee3fde
tty_port: register tty ports with serdev bus
by Rob Herring
· 9 years ago
bed35c6
serdev: add a tty port controller driver
by Rob Herring
· 9 years ago
cd6484e
serdev: Introduce new bus for serial attached devices
by Rob Herring
· 9 years ago
c1c98da
dt/bindings: Add a serial/UART attached device binding
by Rob Herring
· 9 years ago
c3485ee
tty_port: Add port client functions
by Rob Herring
· 9 years ago
a380ed4
serial: sh-sci: implement FIFO threshold register setting
by Ulrich Hecht
· 9 years ago
88641c7
serial: sh-sci: consider DR (data ready) bit adequately
by Ulrich Hecht
· 9 years ago
54e14ae
serial: sh-sci: add FIFO trigger bits
by Ulrich Hecht
· 9 years ago
0832a462
tty: serial: cpm_uart: make use of for_each_node_by_type()
by Dmitry Torokhov
· 9 years ago
aea9a80
tty: serial: pl011: add ttyAMA for matching pl011 console
by Sudeep Holla
· 9 years ago
a8a1781
serial: samsung: enable clock before accessing interrupt mask resister
by 남영민
· 9 years ago
5d1a238
serial: 8250_pci: remove exar code
by Sudip Mukherjee
· 9 years ago
d0aeaa8
serial: exar: split out the exar code from 8250_pci
by Sudip Mukherjee
· 9 years ago
bc2be23
serial: imx: Fix the CTS_B polarity in RS485 mode
by Fabio Estevam
· 9 years ago
1a61362
serial: imx: Fix the RTS GPIO polarity in RS485 mode
by Fabio Estevam
· 9 years ago
aa42db4
8250: of: remove remnants of generic of_serial driver
by Arnd Bergmann
· 9 years ago
54b12c4
serial: sh-sci: Reformat sci_parse_dt() for git diff
by Geert Uytterhoeven
· 9 years ago
2331e06
tty: serial: constify uart_ops structures
by Bhumika Goyal
· 9 years ago
1a336c9
console: Make persistent scrollback a boot parameter
by Manuel Schölling
· 9 years ago
aabd31c
console: Add persistent scrollback buffers for all VGA consoles
by Manuel Schölling
· 9 years ago
bcd375f
console: Add callback to flush scrollback buffer to consw struct
by Manuel Schölling
· 9 years ago
66da39e
console: Move scrollback data into its own struct
by Manuel Schölling
· 9 years ago
4e0f5cc
serial: 8250_omap: Fix probe and remove for PM runtime
by Tony Lindgren
· 9 years ago
f99b63a
serial: hp300: mask the warning for people just doing build coverage
by Paul Gortmaker
· 9 years ago
5935a2b
serial: xuartps: Enable uart loopback mode
by Yasir-Khan
· 9 years ago
aa75941
serial: 8250_omap: Remove rx_dma_broken flag
by Vignesh R
· 9 years ago
b6ffcf2
serial: 8250_omap: Add OMAP_DMA_TX_KICK quirk for AM437x
by Vignesh R
· 9 years ago
75f54ac
serial: 8250_omap: pause DMA only if DMA transfer in progress
by Vignesh R
· 9 years ago
c92d781
tty: constify tty_ldisc_receive_buf buffer pointer
by Rob Herring
· 9 years ago
3086365
tty_port: make tty_port_register_device wrap tty_port_register_device_attr
by Rob Herring
· 9 years ago
ed3f0af
tty_port: allow a port to be opened with a tty that has no file handle
by Alan Cox
· 9 years ago
8c9faa5
tty: serial: meson: allow baud-rates higher than 115200
by Martin Blumenstingl
· 9 years ago
9ed90d2
tty: move the non-file related parts of tty_release to new tty_release_struct
by Rob Herring
· 9 years ago
2cc32b1
tty: serial: 8250: 8250_gsc:- Handle return NULL error from ioremap_nocache
by Arvind Yadav
· 9 years ago
28ec957
serial: omap: Add omapserial earlycon
by Lokesh Vutla
· 9 years ago
7951ffc
serial: pl011: Mark console as CON_ANYTIME
by Alexander Sverdlin
· 9 years ago
1ea146a
tty: serial: constify dev_pm_ops structures
by Bhumika Goyal
· 9 years ago
216e234
serial: 8250_mid: set PCI master only for DMA capable device
by Andy Shevchenko
· 9 years ago
6d59225
serial: 8250_mid: enable MSI on Denverton
by Andy Shevchenko
· 9 years ago
4831e0d
serial: 8250_mid: handle interrupt correctly in DMA case
by Andy Shevchenko
· 9 years ago
6a171b2
serial: 8250_dw: Allow hardware flow control to be used
by Jason Uy
· 9 years ago
dfc8038
serial: sh-sci: Compute the regshift value for SCI ports
by Laurent Pinchart
· 9 years ago
97ed979
serial: sh-sci: Remove unused platform data capabilities field
by Laurent Pinchart
· 9 years ago
d5cb131
serial: sh-sci: Remove manual break debouncing
by Laurent Pinchart
· 9 years ago
219fb0c
serial: sh-sci: Remove the platform data dma slave rx/tx channel IDs
by Laurent Pinchart
· 9 years ago
b2f20ed
serial: sh-sci: Extend sci_port_params with more port parameters
by Laurent Pinchart
· 9 years ago
daf5a89
serial: sh-sci: Constify platform data
by Laurent Pinchart
· 9 years ago
e095ee6
serial: sh-sci: Replace regmap array with port parameters
by Laurent Pinchart
· 9 years ago
40b34dd
serial: sh-sci: Remove initialization of zero fields in sci_port_params
by Laurent Pinchart
· 9 years ago
a752ba1
serial: sh-sci: Fix register offsets for the IRDA serial port
by Laurent Pinchart
· 9 years ago
f48debc
sh: Don't set the sh-sci platform data REIE bit when not implemented
by Laurent Pinchart
· 9 years ago
a05ea9e
sh: Don't set the sh-sci platform data scscr CKE0 bit
by Laurent Pinchart
· 9 years ago
bcce9da
sh: Don't set sh-sci port_reg
by Laurent Pinchart
· 9 years ago
9c21ac5
sh: Don't set the sh-sci pdata UPF_BOOT_AUTOCONF flags
by Laurent Pinchart
· 9 years ago
1b10b88
sh: sh726[49]: Don't set sh-sci pdata scscr TOIE bit
by Laurent Pinchart
· 9 years ago
203a1ae
sh: Don't set sh-sci pdata scscr TIE and RIE bits
by Laurent Pinchart
· 9 years ago
c3fa400
sh: Don't set sh-sci pdata scscr TE and RE bits
by Laurent Pinchart
· 9 years ago
3d73f32
serial: sh-sci: Don't rely on platform data flags when not needed
by Laurent Pinchart
· 9 years ago
9f8325b
serial: sh-sci: Set the SCSCR TE and RE bits in the driver
by Laurent Pinchart
· 9 years ago
11cca3d
Merge 4.10-rc4 into tty-next
by Greg Kroah-Hartman
· 9 years ago
49def18
Linux 4.10-rc4
by Linus Torvalds
· 9 years ago
99421c1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 9 years ago
c928162
Merge tag 'char-misc-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 9 years ago
2d5a710
Merge tag 'driver-core-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 9 years ago
7f138b9
Merge tag 'tty-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 9 years ago
793e039
Merge tag 'usb-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 9 years ago
aa2797b
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 9 years ago
83346fb
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
a11ce3a4
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
79078c5
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
255e614
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
f4d3935
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
34241af
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
b9dc6f6
fix a fencepost error in pipe_advance()
by Al Viro
· 9 years ago
4d22c75
coredump: Ensure proper size of sparse core files
by Dave Kleikamp
· 9 years ago
a12f1ae
aio: fix lock dep warning
by Shaohua Li
· 9 years ago
Next »