linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-24 18:18:17 to 2020-05-01 20:51:57 UTC [more...]

[PATCHv6 0/6] n_gsm serdev support and GNSS driver for droid4
 2020-05-01 20:51 UTC  (19+ messages)
` [PATCH 1/6] tty: n_gsm: Add support for serdev drivers
` [PATCH 2/6] dt-bindings: serdev: ngsm: Add binding for serdev-ngsm
` [PATCH 3/6] serdev: ngsm: Add generic serdev-ngsm driver
` [PATCH 4/6] dt-bindings: gnss: Add binding for Motorola Mapphone MDM6600 GNSS
` [PATCH 5/6] gnss: motmdm: Add support for Motorola Mapphone MDM6600 modem
` [PATCH 6/6] ARM: dts: omap4-droid4: Configure modem for serdev-ngsm

[PATCH] kgdboc: Be a bit more robust about handling earlycon leaving
 2020-05-01 17:36 UTC  (5+ messages)

[RFC PATCH v2 0/3] Prefer working VT console over SPCR and device-tree chosen stdout-path
 2020-05-01 15:07 UTC  (13+ messages)
` [RFC PATCH v2 1/3] printk: Add function to set console to preferred console's driver
` [RFC PATCH v2 2/3] vt: Set as preferred console when a non-dummy backend is bound
` [RFC PATCH v2 3/3] printk: Preset tty0 as a pseudo-preferred console

[PATCH 00/18] Add R8A7742/RZG1H board support
 2020-05-01  8:27 UTC  (45+ messages)
` [PATCH 01/18] soc: renesas: Add Renesas R8A7742 config option
` [PATCH 02/18] ARM: shmobile: defconfig: Enable r8a7742 SoC
` [PATCH 03/18] ARM: multi_v7_defconfig: "
` [PATCH 04/18] ARM: debug-ll: Add support for r8a7742
` [PATCH 05/18] dt-bindings: pinctrl: sh-pfc: Document r8a7742 PFC support
` [PATCH 06/18] pinctrl: sh-pfc: r8a7790: Add "
` [PATCH 07/18] ARM: dts: r8a7742: Initial SoC device tree
` [PATCH 08/18] dt-bindings: irqchip: renesas-irqc: Document r8a7742 bindings
` [PATCH 09/18] ARM: dts: r8a7742: Add IRQC support
` [PATCH 10/18] dt-bindings: rcar-dmac: Document r8a7742 support
` [PATCH 11/18] ARM: dts: r8a7742: Add SYS-DMAC support
` [PATCH 12/18] dt-bindings: serial: renesas,scif: Document r8a7742 bindings
` [PATCH 13/18] dt-bindings: serial: renesas,scifa: "
` [PATCH 14/18] dt-bindings: serial: renesas,scifb: "
` [PATCH 15/18] dt-bindings: serial: renesas,hscif: "
` [PATCH 16/18] ARM: dts: r8a7742: Add [H]SCIF{A|B} support
` [PATCH 17/18] dt-bindings: gpio: rcar: Add r8a7742 (RZ/G1H) support
` [PATCH 18/18] ARM: dts: r8a7742: Add GPIO support

[PATCH -next] tty: serial: bcm63xx: fix missing clk_put() in bcm63xx_uart
 2020-05-01  1:40 UTC  (5+ messages)

[PATCH] Revert "tty: serial: bcm63xx: fix missing clk_put() in bcm63xx_uart"
 2020-05-01  1:39 UTC 

[PATCH v3 00/11] kgdb: Support late serial drivers; enable early debug w/ boot consoles
 2020-04-30 16:52 UTC  (15+ messages)
` [PATCH v3 01/11] kgdb: Disable WARN_CONSOLE_UNLOCKED for all kgdb
` [PATCH v3 02/11] Revert "kgdboc: disable the console lock when in kgdb"
` [PATCH v3 03/11] kgdboc: Use a platform device to handle tty drivers showing up late
` [PATCH v3 04/11] kgdb: Delay "kgdbwait" to dbg_late_init() by default
` [PATCH v3 05/11] arm64: Add call_break_hook() to early_brk64() for early kgdb
` [PATCH v3 06/11] kgdb: Prevent infinite recursive entries to the debugger
` [PATCH v3 07/11] kgdboc: Add kgdboc_earlycon to support early kgdb using boot consoles
` [PATCH v3 08/11] Documentation: kgdboc: Document new kgdboc_earlycon parameter
` [PATCH v3 09/11] serial: qcom_geni_serial: Support kgdboc_earlycon
` [PATCH v3 10/11] serial: 8250_early: "
` [PATCH v3 11/11] serial: amba-pl011: "

[PATCH] serial: kgdboc: Allow earlycon initialization to be deferred
 2020-04-30 16:47 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v8 1/3] serial: samsung: Replace rd_regb/wr_regb with rd_reg/wr_reg
 2020-04-30 15:12 UTC  (7+ messages)
  ` [PATCH v8 0/3] 32-bit access for TX/RX hold registers for samsung_tty driver
  ` [PATCH v8 2/3] dt-bindings: serial: Add reg-io-width compatible

[PATCH v2 0/2] dt-bindings: serial: Convert 8250 to json-schema
 2020-04-30 14:19 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: serial: Move Marvell compatible string to 8250 binding doc
` [PATCH v2 2/2] dt-bindings: serial: Convert 8250 to json-schema

[PATCH] serial: earlycon: Allow earlier DT scan is acpi=off
 2020-04-30 12:09 UTC  (3+ messages)

[PATCH v3 0/7] TTY Keyboard Status Request
 2020-04-30  9:08 UTC  (17+ messages)
` [PATCH v3 1/7] signal.h: Define SIGINFO on all architectures
` [PATCH v3 2/7] tty: termios: Reserve space for VSTATUS in .c_cc
` [PATCH v3 3/7] n_tty: Send SIGINFO to fg pgrp on status request character
` [PATCH v3 4/7] linux/signal.h: Ignore SIGINFO by default in new tasks
` [PATCH v3 5/7] tty: Add NOKERNINFO lflag to termios
` [PATCH v3 6/7] n_tty: ->ops->write: Cut core logic out to a separate function
` [PATCH v3 7/7] n_tty: Provide an informational line on VSTATUS receipt

[PATCH] tty: xilinx_uartps: Add the id to the console
 2020-04-30  9:02 UTC  (3+ messages)

[PATCH] serial: msm_geni_serial_console : Add Earlycon support
 2020-04-29 17:38 UTC  (2+ messages)

[PATCH 1/8] dt-bindings: clock: Convert ingenic,cgu.txt to YAML
 2020-04-28 14:12 UTC  (11+ messages)
` [PATCH 2/8] dt-bindings: intc: Convert ingenic,intc.txt "
` [PATCH 3/8] dt-bindings: pinctrl: Convert ingenic,pinctrl.txt "
` [PATCH 4/8] dt-bindings: memory: Convert ingenic,jz4780-nemc.txt "
` [PATCH 5/8] dt-bindings: mtd: Convert ingenic,jz4780-nand.txt "
` [PATCH 6/8] dt-bindings: i2c: Convert i2c-jz4780.txt "
` [PATCH 7/8] dt-bindings: serial: Convert ingenic,uart.txt "
` [PATCH 8/8] dt-bindings: display: Convert ingenic,lcd.txt "

[PATCH v5 0/5] LiteX SoC controller and LiteUART serial driver
 2020-04-29 11:32 UTC  (11+ messages)
` [PATCH v5 1/5] dt-bindings: vendor: add vendor prefix for LiteX
` [PATCH v5 2/5] dt-bindings: soc: document LiteX SoC Controller bindings
` [PATCH v5 3/5] drivers/soc/litex: add LiteX SoC Controller driver
` [PATCH v5 4/5] dt-bindings: serial: document LiteUART bindings
` [PATCH v5 5/5] drivers/tty/serial: add LiteUART driver

[PATCH v3 01/17] tty: serial: qcom_geni_serial: Use OPP API to set clk/perf state
 2020-04-28 22:49 UTC  (2+ messages)

[PATCH v2] serial: amba-pl011: Make sure we initialize the port.lock spinlock
 2020-04-28 22:18 UTC  (2+ messages)

[PATCH v2 0/9] kgdb: Support late serial drivers; enable early debug w/ boot consoles
 2020-04-28 21:32 UTC  (21+ messages)
` [PATCH v2 1/9] kgdb: Disable WARN_CONSOLE_UNLOCKED for all kgdb
` [PATCH v2 2/9] Revert "kgdboc: disable the console lock when in kgdb"
` [PATCH v2 3/9] kgdboc: Use a platform device to handle tty drivers showing up late
` [PATCH v2 4/9] kgdb: Delay "kgdbwait" to dbg_late_init() by default
` [PATCH v2 5/9] arm64: Add call_break_hook() to early_brk64() for early kgdb
` [PATCH v2 6/9] kgdboc: Add earlycon_kgdboc to support early kgdb using boot consoles
` [PATCH v2 7/9] Documentation: kgdboc: Document new earlycon_kgdboc parameter
` [PATCH v2 8/9] serial: qcom_geni_serial: Support earlycon_kgdboc
` [PATCH v2 9/9] serial: 8250_early: "

[tty:tty-testing] BUILD SUCCESS e2bd1dcbe1aa34ff5570b3427c530e4332ecf0fe
 2020-04-28 20:44 UTC 

[PATCH V4 0/9] Add interconnect support to QSPI and QUP drivers
 2020-04-28 16:04 UTC  (14+ messages)
` [PATCH V4 1/9] interconnect: Add devm_of_icc_get() as exported API for users
` [PATCH V4 2/9] interconnect: Set peak requirement as twice of average
` [PATCH V4 3/9] soc: qcom: geni: Support for ICC voting
` [PATCH V4 4/9] soc: qcom-geni-se: Add interconnect support to fix earlycon crash

[PATCH] serial: amba-pl011: Support earlycon_kgdboc
 2020-04-28 13:54 UTC  (3+ messages)

[RFC][PATCH] serial: amba-pl011: Make sure we initialize the port.lock spinlock
 2020-04-28 10:03 UTC  (8+ messages)

[tty:tty-testing] BUILD SUCCESS e947861d0ccbc765af4512a395251e6af6857600
 2020-04-27 22:52 UTC 

[PATCHv6 0/4] n_gsm serdev support and protocol driver for droid4 modem
 2020-04-26 23:25 UTC  (10+ messages)

[GIT PULL] TTY/Serial driver fixes for 5.7-rc3
 2020-04-26 18:25 UTC  (2+ messages)

[tty:tty-linus] BUILD SUCCESS 9a9fc42b86c06120744555fea43fdcabe297c656
 2020-04-26  0:58 UTC 

[tty:tty-testing] BUILD SUCCESS 6f1c0268a4871a80c0ec78142eeb1fe0556e898a
 2020-04-26  0:57 UTC 

[PATCH v6 0/4] leds: trigger: implement a tty trigger
 2020-04-25  7:07 UTC  (7+ messages)
` [PATCH v6 1/4] lib: new helper kstrtodev_t()


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