linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-10 04:01:44 to 2020-02-19 10:40:16 UTC [more...]

[PATCH v6 0/4] leds: trigger: implement a tty trigger
 2020-02-19 10:40 UTC  (6+ messages)
` [PATCH v6 1/4] lib: new helper kstrtodev_t()
` [PATCH v6 2/4] tty: rename tty_kopen() and add new function tty_kopen_shared()
` [PATCH v6 3/4] tty: new helper function tty_get_icount()
` [PATCH v6 4/4] leds: trigger: implement a tty trigger

[PATCH 01/10] n_gsm: drop unneeded gsm_dlci->fifo field
 2020-02-19  8:49 UTC  (10+ messages)
` [PATCH 02/10] n_gsm: introduce enum gsm_dlci_state
` [PATCH 03/10] n_gsm: introduce enum gsm_dlci_mode
` [PATCH 04/10] n_gsm: introduce enum gsm_mux_state
` [PATCH 05/10] n_gsm: add missing __user annotations
` [PATCH 06/10] n_gsm: add missing \n to prints
` [PATCH 07/10] n_gsm: switch dead to bool
` [PATCH 08/10] n_gsm: switch throttled "
` [PATCH 09/10] n_gsm: switch constipated "
` [PATCH 10/10] n_gsm: switch escape "

[PATCH 01/24] n_hdlc: remove tracing debug prints
 2020-02-19  8:41 UTC  (24+ messages)
` [PATCH 02/24] n_hdlc: remove unused macros
` [PATCH 03/24] n_hdlc: convert debuglevel use to pr_debug
` [PATCH 04/24] n_hdlc: put init/exit strings directly to prints
` [PATCH 05/24] n_hdlc: cleanup messages during registration
` [PATCH 06/24] n_hdlc: use clamp() for maxframe
` [PATCH 07/24] n_hdlc: simplify freeing of buffer list
` [PATCH 08/24] n_hdlc: invert conditions in n_hdlc_tty_close and n_hdlc_tty_poll
` [PATCH 09/24] n_hdlc: remove unused flags
` [PATCH 10/24] n_hdlc: remove unused backup_tty
` [PATCH 11/24] n_hdlc: expand tty2n_hdlc macro
` [PATCH 12/24] n_hdlc: inline n_hdlc_release
` [PATCH 13/24] n_hdlc: remove cached tty
` [PATCH 14/24] n_hdlc: remove checking of n_hdlc
` [PATCH 15/24] n_hdlc: add helper for buffers allocation
` [PATCH 16/24] n_hdlc: move tty_ldisc_ops to the bottom
` [PATCH 17/24] n_hdlc: switch tbusy and woke_up to bools
` [PATCH 18/24] n_hdlc: remove unneeded ifdef
` [PATCH 19/24] n_hdlc: use __func__ and pr_ print helpers
` [PATCH 20/24] n_hdlc: remove useless whitespace at line wraps
` [PATCH 21/24] n_hdlc: remove spaces between function name and (
` [PATCH 22/24] n_hdlc: add missing spaces after commas
` [PATCH 23/24] n_hdlc: fix whitespace around binary operators
` [PATCH 24/24] n_hdlc: wrap a comment properly

[PATCH] serial: 8250_pxa: avoid autodetecting the port type
 2020-02-19  8:01 UTC 

[PATCH 1/9] vt: selection, introduce vc_is_sel
 2020-02-19  7:39 UTC  (9+ messages)
` [PATCH 2/9] vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines
` [PATCH 3/9] vt: selection, remove 2 local variables from set_selection_kernel
` [PATCH 4/9] vt: selection, localize use_unicode
` [PATCH 5/9] vt: selection, create struct from console selection globals
` [PATCH 6/9] vt: switch vt_dont_switch to bool
` [PATCH 7/9] vt: vt_kern.h, remove extern from functions
` [PATCH 8/9] vt: selection, remove redeclaration of poke_blanked_console
` [PATCH 9/9] vt: selection, indent switch-case properly

[PATCH v3 0/2] Implement support for inverted serial TX/RX on i.MX
 2020-02-18 23:07 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: serial: document fsl,inverted-tx and -rx options
` [PATCH v3 2/2] tty: imx serial: Implement support for reversing TX and RX polarity

[PATCH 0/6] Add interconnect support to UART, I2C, SPI and QSPI
 2020-02-18 22:47 UTC  (15+ messages)
` [PATCH 1/6] soc: qcom: geni: Support for ICC voting
` [PATCH 2/6] tty: serial: qcom_geni_serial: Add interconnect support
` [PATCH 3/6] i2c: i2c-qcom-geni: "
` [PATCH 4/6] spi: spi-geni-qcom: "
` [PATCH 5/6] spi: spi-qcom-qspi: "
` [PATCH 6/6] arm64: dts: sc7180: Add interconnect for QUP and QSPI

[PATCH 0/2] serial: imx: Backport fixes for irq handling to v4.14
 2020-02-18  9:44 UTC  (7+ messages)
` [PATCH 1/2] serial: imx: ensure that RX irqs are off if RX is off
` [PATCH 2/2] serial: imx: Only handle irqs that are actually enabled

[PATCH v3 0/6] serial: Disable DMA and PM on kernel console
 2020-02-18  8:58 UTC  (9+ messages)
` [PATCH v3 1/6] serial: core: Switch to use DEVICE_ATTR_RO()
` [PATCH v3 2/6] serial: core: Allow detach and attach serial device for console
` [PATCH v3 3/6] serial: 8250_port: Switch to use DEVICE_ATTR_RW()
` [PATCH v3 4/6] serial: 8250_port: Use dev_*() instead of pr_*()
` [PATCH v3 5/6] serial: 8250_port: Don't use power management for kernel console
` [PATCH v3 6/6] serial: 8250_port: Disable DMA operations "

[PATCH v2 0/8] serial: Disable DMA and PM on kernel console
 2020-02-17 10:23 UTC  (26+ messages)
` [PATCH v2 1/8] serial: core: Introduce uart_console_enabled() helper
` [PATCH v2 2/8] serial: core: Consolidate spin lock initialization code
` [PATCH v2 3/8] serial: core: use octal permissions on module param
` [PATCH v2 4/8] serial: core: Allow detach and attach serial device for console
` [PATCH v2 5/8] serial: 8250_port: Don't use power management for kernel console
` [PATCH v2 6/8] serial: 8250_port: Disable DMA operations "
` [PATCH v2 7/8] serial: 8250_mtk: Remove duplicating code to disable DMA
` [PATCH v2 8/8] serial: 8250_omap: "

[PATCH for 5.6 v2] tty: serial: tegra: Handle RX transfer in PIO mode if DMA wasn't started
 2020-02-17  7:37 UTC  (2+ messages)

[tty:tty-next] BUILD SUCCESS 02042a4cf472a1362e39da72a1d992d59a58a0ab
 2020-02-17  1:03 UTC 

[PATCH] tty: serial: Kconfig: Fix a typo
 2020-02-16 10:27 UTC 

[tty:tty-linus] BUILD SUCCESS 07e6124a1a46b4b5a9b3cacc0c306b50da87abf5
 2020-02-15 21:16 UTC 

[PATCH v2 1/4] dt-bindings: ttyvs: document serial null modem driver bindings
 2020-02-15 17:51 UTC  (4+ messages)
` [PATCH v2 2/4] tty/serial: ttvys: add null modem driver for emulation
` [PATCH v2 3/4] tty: documentation: abi: add ttyvs null modem driver sysfs nodes
` [PATCH v2 4/4] tty: documentation: document how to use ttyvs driver

zionitld3@gmail.com
 2020-02-15  1:10 UTC 

[PATCH AUTOSEL 5.5 188/542] tty: omap-serial: remove set but unused variable
 2020-02-14 21:51 UTC  (6+ messages)
` [PATCH AUTOSEL 5.5 200/542] tty: serial: amba-pl011: "
` [PATCH AUTOSEL 5.5 222/542] Revert "tty/serial: atmel: fix out of range clock divider handling"

[PATCH AUTOSEL 5.4 164/459] tty: omap-serial: remove set but unused variable
 2020-02-14 15:57 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 175/459] tty: serial: amba-pl011: "
` [PATCH AUTOSEL 5.4 195/459] Revert "tty/serial: atmel: fix out of range clock divider handling"

[PATCH AUTOSEL 4.19 084/252] tty: omap-serial: remove set but unused variable
 2020-02-14 16:09 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 090/252] tty: serial: amba-pl011: "
` [PATCH AUTOSEL 4.19 102/252] Revert "tty/serial: atmel: fix out of range clock divider handling"

[PATCH AUTOSEL 4.14 067/186] tty: omap-serial: remove set but unused variable
 2020-02-14 16:15 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 071/186] tty: serial: amba-pl011: "
` [PATCH AUTOSEL 4.14 077/186] Revert "tty/serial: atmel: fix out of range clock divider handling"

[PATCH AUTOSEL 4.9 053/141] tty: omap-serial: remove set but unused variable
 2020-02-14 16:20 UTC  (3+ messages)
` [PATCH AUTOSEL 4.9 055/141] tty: serial: amba-pl011: "
` [PATCH AUTOSEL 4.9 060/141] Revert "tty/serial: atmel: fix out of range clock divider handling"

[PATCH AUTOSEL 4.4 038/100] tty: omap-serial: remove set but unused variable
 2020-02-14 16:23 UTC 

[PATCH] tty: serial: efm32: fix spelling mistake "reserverd" -> "reserved"
 2020-02-14 14:21 UTC  (2+ messages)

[PATCH] tty: serial: qcom_geni_serial: Fix RX cancel command failure
 2020-02-14 13:17 UTC  (3+ messages)

[PATCH] serial: cpm_uart: call cpm_muram_init before registering console
 2020-02-13 21:25 UTC  (4+ messages)

[PATCH 1/2] vt: selection, handle pending signals in paste_selection
 2020-02-13 19:58 UTC  (5+ messages)
` [PATCH 2/2] vt: selection, close sel_buffer race

[tty:tty-next] BUILD SUCCESS 57b76faf1d7860f070a1ee2d0b7eccd9f37ecc55
 2020-02-13 18:40 UTC 

[PATCH] serial: sc16is7xx: Replace zero-length array with flexible-array member
 2020-02-13  0:46 UTC 

[PATCH] serial: 8250_pci: Replace zero-length array with flexible-array member
 2020-02-13  0:44 UTC 

[PATCH v1 0/3] Add virtual serial null modem emulation driver
 2020-02-12 20:02 UTC  (7+ messages)
` [PATCH v1 2/3] tty/serial: ttvys: add null modem driver emulating serial port

[PATCH] tty/serial: 8250_exar: Replace zero-length array with flexible-array member
 2020-02-12 19:37 UTC 

[PATCH 10/28] PM: QoS: Rename things related to the CPU latency QoS
 2020-02-12 19:13 UTC  (6+ messages)
` [PATCH 22/28] drivers: tty: Call cpu_latency_qos_*() instead of pm_qos_*()

[PATCH] serial: 8250_early: Add earlycon for BCM2835 aux uart
 2020-02-12 15:18 UTC  (6+ messages)

[PATCH] tty/serial: atmel: manage shutdown in case of RS485 or ISO7816 mode
 2020-02-12 11:19 UTC  (2+ messages)

[PATCH] serdev: Fix detection of UART devices on Apple machines
 2020-02-11 19:47 UTC 

[PATCHv2 0/4] n_gsm serdev support and mfd driver for droid4 modem
 2020-02-11 16:44 UTC  (4+ messages)
` [PATCH 1/4] tty: n_gsm: Add support for serdev drivers
` [PATCH 2/4] mfd: motmdm: Add Motorola TS 27.010 serdev modem driver for droid4

[PATCH v2 0/2] Implement support for inverted serial TX/RX on i.MX
 2020-02-11 16:18 UTC  (7+ messages)
` [PATCH v2 1/2] dt-bindings: serial: document fsl,inverted-tx and -rx options
` [PATCH v2 2/2] tty: imx serial: Implement support for reversing TX and RX polarity

[PATCH v1] serial: 8250: Check UPF_IRQ_SHARED in advance
 2020-02-11 14:39 UTC  (2+ messages)

[PATCH] serial: 8250_pnp: pass IRQ shared flag to UART ports
 2020-02-11 13:47 UTC  (4+ messages)
  ` 答复: "

[PATCH] serial: sh-sci: Support custom speed setting
 2020-02-11 12:30 UTC  (6+ messages)

[PATCH tty/serial 1/1] tty: serial: imx: setup the correct sg entry for tx dma
 2020-02-11  7:31 UTC  (2+ messages)

[PATCH 0/2] Implement support for inverted serial TX/RX on i.MX
 2020-02-10 21:16 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: serial: document fsl,inverted-tx and -rx options
` [PATCH 2/2] tty: imx serial: Implement support for reversing TX and RX polarity

[PATCH] serial: 8250_ioc3: Fix ioremap call
 2020-02-10 19:33 UTC  (2+ messages)

[PATCH] serdev: ttyport: restore client ops on deregistration
 2020-02-10 14:57 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).