Linux-Serial Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-02 22:11:34 to 2024-04-08 03:36:42 UTC [more...]

[PATCH v5 0/3] serial: 8250_pnp: Support configurable reg shift property
 2024-04-08  3:36 UTC 

[PATCH V7] kdb: Fix the deadlock issue in KDB debugging
 2024-04-08  1:44 UTC  (5+ messages)
` [PATCH V8] "
    `  "

[PATCH v1 1/1] serial: core: Clearing the circular buffer before NULLifying it
 2024-04-07  9:49 UTC  (7+ messages)

[PATCH 0/4] RS485 cleanups
 2024-04-07  0:27 UTC  (5+ messages)
` [PATCH 1/4] serial: amba-pl011: get rid of useless wrapper pl011_get_rs485_mode()
` [PATCH 2/4] serial: amba-pl011: move variable into CONFIG_DMA_ENGINE conditional
` [PATCH 3/4] serial: 8250: Remove superfluous sanity check
` [PATCH 4/4] serial: ar933x: Remove unneeded static structure

[syzbot] [serial?] general protection fault in serial8250_tx_chars
 2024-04-06 14:53 UTC  (4+ messages)

[PATCH 0/1] tty: Handle HAS_IOPORT dependencies
 2024-04-06  8:06 UTC  (4+ messages)
` [PATCH 1/1] tty: serial: handle "

[PATCH 00/34] address all -Wunused-const warnings
 2024-04-06  5:20 UTC  (9+ messages)
` [PATCH 33/34] drivers: remove incorrect of_match_ptr/ACPI_PTR annotations

[PATCH v2] serial/pmac_zilog: Remove flawed mitigation for rx irq flood
 2024-04-06  3:21 UTC  (3+ messages)

[PATCH 1/2] serial: imx: Introduce timeout when waiting on transmitter empty
 2024-04-05 19:05 UTC  (6+ messages)

[RESEND v7 01/37] sh: passing FDT address to kernel startup
 2024-04-05 14:02 UTC  (51+ messages)
` [RESEND v7 02/37] sh: Kconfig unified OF supported targets
` [RESEND v7 03/37] sh: Enable OF support for build and configuration
` [RESEND v7 04/37] dt-bindings: interrupt-controller: Add header for Renesas SH3/4 INTC
` [RESEND v7 05/37] sh: GENERIC_IRQ_CHIP support for CONFIG_OF=y
` [RESEND v7 06/37] sh: kernel/setup Update DT support
` [RESEND v7 07/37] sh: Fix COMMON_CLK support in CONFIG_OF=y
` [RESEND v7 08/37] clocksource: sh_tmu: CLOCKSOURCE support
` [RESEND v7 09/37] dt-binding: Add compatible SH7750 SoC
` [RESEND v7 10/37] sh: Common PCI Framework driver support
` [RESEND v7 11/37] pci: pci-sh7751: Add SH7751 PCI driver
` [RESEND v7 12/37] dt-bindings: pci: pci-sh7751: Add SH7751 PCI
` [RESEND v7 13/37] dt-bindings: clock: sh7750-cpg: Add renesas,sh7750-cpg header
` [RESEND v7 14/37] clk: Compatible with narrow registers
` [RESEND v7 15/37] clk: renesas: Add SH7750/7751 CPG Driver
` [RESEND v7 16/37] irqchip: Add SH7751 INTC driver
` [RESEND v7 17/37] dt-bindings: interrupt-controller: renesas,sh7751-intc: Add json-schema
` [RESEND v7 18/37] irqchip: SH7751 external interrupt encoder with enable gate
` [RESEND v7 19/37] dt-bindings: interrupt-controller: renesas,sh7751-irl-ext: Add json-schema
` [RESEND v7 20/37] serial: sh-sci: fix SH4 OF support
` [RESEND v7 21/37] dt-bindings: serial: renesas,scif: Add scif-sh7751
` [RESEND v7 22/37] dt-bindings: display: smi,sm501: SMI SM501 binding json-schema
` [RESEND v7 23/37] dt-bindings: display: sm501 register definition helper
` [RESEND v7 24/37] mfd: sm501: Convert platform_data to OF property
` [RESEND v7 25/37] dt-binding: sh: cpus: Add SH CPUs json-schema
` [RESEND v7 26/37] dt-bindings: vendor-prefixes: Add iodata
` [RESEND v7 27/37] dt-bindings: ata: ata-generic: Add new targets
` [RESEND v7 28/37] dt-bindings: soc: renesas: sh: Add SH7751 based target
` [RESEND v7 29/37] sh: SH7751R SoC Internal peripheral definition dtsi
` [RESEND v7 30/37] sh: add RTS7751R2D Plus DTS
` [RESEND v7 31/37] sh: Add IO DATA LANDISK dts
` [RESEND v7 32/37] sh: Add IO DATA USL-5P dts
` [RESEND v7 33/37] sh: j2_mimas_v2.dts update
` [RESEND v7 34/37] sh: Add dtbs target support
` [RESEND v7 35/37] sh: RTS7751R2D Plus OF defconfig
` [RESEND v7 36/37] sh: LANDISK "
` [RESEND v7 37/37] sh: j2_defconfig: update

[PATCH v2 1/1] serial: 8250_of: Add clock_notifier
 2024-04-05 12:46 UTC  (2+ messages)

[syzbot] Monthly serial report (Apr 2024)
 2024-04-05 12:46 UTC 

[PATCH v5] dt-bindings: serial: actions,owl-uart: convert to dtschema
 2024-04-05  8:02 UTC 

[PATCH] serial: 8250_dw: Revert: Do not reclock if already at correct rate
 2024-04-05  6:42 UTC  (10+ messages)

[PATCH 00/15] tty: serial: switch from circ_buf to kfifo
 2024-04-05  6:08 UTC  (16+ messages)
` [PATCH 01/15] kfifo: drop __kfifo_dma_out_finish_r()
` [PATCH 02/15] kfifo: introduce and use kfifo_skip_count()
` [PATCH 03/15] kfifo: add kfifo_out_linear{,_ptr}()
` [PATCH 04/15] kfifo: remove support for physically non-contiguous memory
` [PATCH 05/15] kfifo: rename l to len_to_end in setup_sgl()
` [PATCH 06/15] kfifo: pass offset to setup_sgl_buf() instead of a pointer
` [PATCH 07/15] kfifo: add kfifo_dma_out_prepare_mapped()
` [PATCH 08/15] kfifo: fix typos in kernel-doc
` [PATCH 09/15] tty: 8250_dma: use dmaengine_prep_slave_sg()
` [PATCH 10/15] tty: 8250_omap: "
` [PATCH 11/15] tty: msm_serial: "
` [PATCH 12/15] tty: serial: switch from circ_buf to kfifo
` [PATCH 13/15] tty: atmel_serial: use single DMA mapping for TX
` [PATCH 14/15] tty: atmel_serial: define macro for RX size
` [PATCH 15/15] tty: atmel_serial: use single DMA mapping for RX

[linus:master] [serial] 43066e3222: BUG:kernel_NULL_pointer_dereference,address
 2024-04-05  5:46 UTC  (7+ messages)

[PATCH] serial/pmac_zilog: Remove flawed mitigation for rx irq flood
 2024-04-05  5:09 UTC  (11+ messages)

[PATCH v1 0/3] serial: Do not count XON/XOFF in the statistics
 2024-04-04 15:54 UTC  (7+ messages)
` [PATCH v1 1/3] serial: core: Don't "
` [PATCH v1 2/3] serial: fsl_lpuart: "
` [PATCH v1 3/3] serial: sprd: "

[PATCH v7 00/37] Device Tree support for SH7751 based board
 2024-04-04 13:46 UTC  (28+ messages)
` [PATCH v7 01/37] sh: passing FDT address to kernel startup
` [PATCH v7 02/37] sh: Kconfig unified OF supported targets
` [PATCH v7 03/37] sh: Enable OF support for build and configuration
` [PATCH v7 04/37] dt-bindings: interrupt-controller: Add header for Renesas SH3/4 INTC
` [PATCH v7 05/37] sh: GENERIC_IRQ_CHIP support for CONFIG_OF=y
` [PATCH v7 06/37] sh: kernel/setup Update DT support
` [PATCH v7 07/37] sh: Fix COMMON_CLK support in CONFIG_OF=y
` [PATCH v7 08/37] clocksource: sh_tmu: CLOCKSOURCE support
` [PATCH v7 09/37] dt-binding: Add compatible SH7750 SoC
` [PATCH v7 10/37] sh: Common PCI Framework driver support
` [PATCH v7 11/37] pci: pci-sh7751: Add SH7751 PCI driver
` [PATCH v7 12/37] dt-bindings: pci: pci-sh7751: Add SH7751 PCI
` [PATCH v7 13/37] dt-bindings: clock: sh7750-cpg: Add renesas,sh7750-cpg header
` [PATCH v7 14/37] clk: Compatible with narrow registers
` [PATCH v7 15/37] clk: renesas: Add SH7750/7751 CPG Driver
` [PATCH v7 16/37] irqchip: Add SH7751 INTC driver
` [PATCH v7 17/37] dt-bindings: interrupt-controller: renesas,sh7751-intc: Add json-schema
` [PATCH v7 18/37] irqchip: SH7751 external interrupt encoder with enable gate
` [PATCH v7 19/37] dt-bindings: interrupt-controller: renesas,sh7751-irl-ext: Add json-schema
` [PATCH v7 20/37] serial: sh-sci: fix SH4 OF support
` [PATCH v7 21/37] dt-bindings: serial: renesas,scif: Add scif-sh7751
` [PATCH v7 22/37] dt-bindings: display: smi,sm501: SMI SM501 binding json-schema
` [PATCH v7 23/37] dt-bindings: display: sm501 register definition helper
` [RESEND v7 00/37] Device Tree support for SH7751 based board

[PATCH 1/1] serial: 8250_of: Add clock_notifier
 2024-04-04  8:50 UTC  (4+ messages)

[PATCH] tty: Convert from tasklet to BH workqueue
 2024-04-04  6:18 UTC  (3+ messages)

[PATCH v1 1/1] serial: 8250_pci: Remove redundant PCI IDs
 2024-04-03 22:41 UTC 

Incorrect UART in /tty/serial/8250
 2024-04-03 22:26 UTC  (4+ messages)

[PATCH v3 0/5] serial: sc16is7xx: split into core and I2C/SPI parts
 2024-04-03 18:43 UTC  (8+ messages)
` [PATCH v3 3/5] serial: sc16is7xx: split into core and I2C/SPI parts (core)

[PATCH AUTOSEL 6.8 03/28] serial: qcom-geni: Don't cancel/abort if we can't get the port lock
 2024-04-03 17:16 UTC  (2+ messages)
` [PATCH AUTOSEL 6.8 11/28] serial: 8250_of: Drop quirk fot NPCM from 8250_port

[PATCH printk v4 00/27] wire up write_atomic() printing
 2024-04-03 11:35 UTC  (4+ messages)
` [PATCH printk v4 08/27] serial: core: Provide low-level functions to lock port
` [PATCH printk v4 09/27] printk: nbcon: Implement processing in port->lock wrapper

[PATCH v4 0/3] serial: 8250_pnp: Support configurable reg shift property
 2024-04-03 10:07 UTC  (3+ messages)

[PATCH v4 1/3] pnp: Add dev_is_pnp() macro
 2024-04-03 10:06 UTC  (7+ messages)
` [PATCH v4 2/3] serial: 8250_port: Add support of pnp irq to __uart_read_properties()
` [PATCH v4 3/3] serial: 8250_pnp: Support configurable reg shift property

[PATCH v3 0/2] VT: Add ability to get font requirements
 2024-04-03  5:27 UTC  (10+ messages)
` [RESEND PATCH "
  ` [RESEND PATCH v3 1/2] VT: Add KDFONTINFO ioctl
      ` [PATCH v4 0/3] VT: Add ability to get font requirements
        ` [PATCH v4 2/3] VT: Add KDFONTINFO ioctl

[PATCH] serial: pmac_zilog: Drop usage of platform_driver_probe()
 2024-04-03  5:15 UTC  (2+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).