linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-14 16:18:49 to 2020-02-23 12:10:30 UTC [more...]

[PATCHv2-next 0/3] serial/sysrq: Add MAGIC_SYSRQ_SERIAL_SEQUENCE
 2020-02-23 12:10 UTC  (5+ messages)
` [PATCHv2-next 1/3] sysctl/sysrq: Remove __sysrq_enabled copy

[PATCH] serdev: Fix detection of UART devices on Apple machines
 2020-02-23  8:22 UTC  (5+ messages)

[tty:tty-testing] BUILD SUCCESS e587e8f17433ddb26954f0edf5b2f95c42155ae9
 2020-02-22  7:10 UTC 

[tty:tty-next] BUILD SUCCESS 3b3845bb6c78760e97f2d50cce5b527a0fc27ff3
 2020-02-22  6:43 UTC 

[PATCH v2] serial: ar933x_uart: add RS485 support
 2020-02-21 21:23 UTC 

[GIT PULL] TTY/Serial driver fixes for 5.6-rc3
 2020-02-21 21:10 UTC  (2+ messages)

[PATCH for 5.6 v2] tty: serial: tegra: Handle RX transfer in PIO mode if DMA wasn't started
 2020-02-21 19:10 UTC  (5+ messages)

[PATCH 0/6] Add interconnect support to UART, I2C, SPI and QSPI
 2020-02-21 18:55 UTC  (23+ 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 v2 0/9] tty: serial: fsl_lpuart various fixes and LS1028A support
 2020-02-21 17:47 UTC  (10+ messages)
` [PATCH v2 1/9] Revert "tty: serial: fsl_lpuart: drop EARLYCON_DECLARE"
` [PATCH v2 2/9] tty: serial: fsl_lpuart: free IDs allocated by IDA
` [PATCH v2 3/9] tty: serial: fsl_lpuart: handle EPROBE_DEFER for DMA
` [PATCH v2 4/9] tty: serial: fsl_lpuart: fix DMA mapping
` [PATCH v2 5/9] dt-bindings: serial: lpuart: add ls1028a compatibility
` [PATCH v2 6/9] tty: serial: fsl_lpuart: add LS1028A support
` [PATCH v2 7/9] tty: serial: fsl_lpuart: add LS1028A earlycon support
` [PATCH v2 8/9] arm64: dts: ls1028a: add "fsl,vf610-edma" compatible
` [PATCH v2 9/9] arm64: dts: ls1028a: add missing LPUART nodes

[PATCH v6 0/4] leds: trigger: implement a tty trigger
 2020-02-21 10:53 UTC  (22+ 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 4/4] leds: trigger: implement a tty trigger

[PATCH 1/7] Revert "tty: serial: fsl_lpuart: drop EARLYCON_DECLARE"
 2020-02-21  9:34 UTC  (9+ messages)
` [PATCH 2/7] tty: serial: fsl_lpuart: free IDs allocated by IDA
` [PATCH 3/7] tty: serial: fsl_lpuart: handle EPROBE_DEFER for DMA
` [PATCH 4/7] dt-bindings: serial: lpuart: add ls1028a compatibility
` [PATCH 5/7] tty: serial: fsl_lpuart: add LS1028A support
` [PATCH 6/7] tty: serial: fsl_lpuart: add LS1028A earlycon support
` [PATCH 7/7] arm64: dts: ls1028a: add missing LPUART nodes

[PATCH 1/9] vt: selection, introduce vc_is_sel
 2020-02-21  9:32 UTC  (10+ 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 01/24] n_hdlc: remove tracing debug prints
 2020-02-21  8:16 UTC  (27+ 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] dt-bindings: serial: Convert UniPhier UART to json-schema
 2020-02-21  2:11 UTC 

[PATCHv4 0/4] n_gsm serdev support and mfd driver for droid4 modem
 2020-02-20 19:59 UTC  (5+ 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 3/4] dt-bindings: mfd: motmdm: Add binding for motorola-mdm
` [PATCH 4/4] ARM: dts: omap4-droid4: Enable basic modem support

[PATCH 01/10] n_gsm: drop unneeded gsm_dlci->fifo field
 2020-02-20 19:44 UTC  (11+ 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 "

[PATCHv2 0/4] n_gsm serdev support and mfd driver for droid4 modem
 2020-02-20 19:20 UTC  (4+ messages)
` [PATCH 3/4] dt-bindings: mfd: motmdm: Add binding for motorola-mdm

[PATCH] serial: earlycon: prefer EARLYCON_DECLARE() variant
 2020-02-20 17:46 UTC 

[PATCH 1/2] tty: serial: samsung_tty: build it for any platform
 2020-02-20 12:13 UTC  (6+ messages)
` [PATCH 2/2] tty: serial: samsung_tty: remove SERIAL_SAMSUNG_DEBUG

[PATCH] tty: serial: qcom_geni_serial: Fix RX cancel command failure
 2020-02-19 17:50 UTC  (4+ messages)

[PATCH] serial: ar933x_uart: add RS485 support
 2020-02-19 13:20 UTC 

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

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

[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  (22+ messages)
` [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 "

[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 


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).