linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-10 13:45:33 to 2024-04-17 15:30:42 UTC [more...]

[PATCH v2] dt-bindings: serial: brcm,bcm2835-aux-uart: convert to dtschema
 2024-04-17 15:30 UTC  (4+ messages)

[PATCH v4 0/5] Add SCIF support for Renesas RZ/V2H(P) SoC
 2024-04-17 15:04 UTC  (7+ messages)
` [PATCH v4 3/5] dt-bindings: serial: renesas,scif: Make 'interrupt-names' property as required
` [PATCH v4 4/5] dt-bindings: serial: Add documentation for Renesas RZ/V2H(P) (R9A09G057) SCIF support
` [PATCH v4 5/5] serial: sh-sci: Add support for RZ/V2H(P) SoC

[PATCH v3 0/8] serial: exar: add Connect Tech serial cards to Exar driver
 2024-04-17 13:49 UTC  (23+ messages)
` [PATCH v3 1/8] serial: exar: adding missing CTI and Exar PCI ids
` [PATCH v3 2/8] serial: exar: remove old Connect Tech setup
` [PATCH v3 3/8] serial: exar: added a exar_get_nr_ports function
` [PATCH v3 4/8] serial: exar: add optional board_init function
` [PATCH v3 5/8] serial: exar: moved generic_rs485 further up in 8250_exar.c
` [PATCH v3 6/8] serial: exar: add CTI cards to exar_get_nr_ports
` [PATCH v3 7/8] serial: exar: add CTI specific setup code
` [PATCH v3 8/8] serial: exar: fix: fix crash during shutdown if setup fails

[PATCH 00/15] tty: serial: switch from circ_buf to kfifo
 2024-04-17 12:45 UTC  (18+ messages)
  ` [PATCH 11/15] tty: msm_serial: use dmaengine_prep_slave_sg()
  ` [PATCH 12/15] tty: serial: switch from circ_buf to kfifo
          ` [PATCH] serial: meson+qcom: don't advance the kfifo twice
      ` [PATCH] serial: drop debugging WARN_ON_ONCE() from uart_put_char()

Re:[PATCH V11] kdb: Fix the deadlock issue in KDB debugging
 2024-04-17 11:01 UTC 

tty: n_gsm: race condition in gsmld_ioctl
 2024-04-17 10:19 UTC  (4+ messages)

[PATCH 0/2] serial: stm32: Two fixes
 2024-04-17  9:03 UTC  (3+ messages)
` [PATCH 1/2] serial: stm32: Return IRQ_NONE in the ISR if no handling happend
` [PATCH 2/2] serial: stm32: Reset .throttled state in .startup()

[PATCH v2 0/3] serial: 8250: Set fifo timeout with uart_fifo_timeout()
 2024-04-17  8:18 UTC  (16+ messages)
` [PATCH v2 1/3] serial: core: Store fifo timeout again
` [PATCH v2 2/3] serial: 8250: Store whether fifo device is enabled
` [PATCH v2 3/3] serial: 8250: Set fifo timeout using uart_fifo_timeout()

[tty:tty-testing] BUILD SUCCESS 35fad98ed25ab9e08c4363f0f74efd612c8eb185
 2024-04-17  5:15 UTC 

[PATCH 0/4] dmaengine: dw: Fix src/dst addr width misconfig
 2024-04-16 19:13 UTC  (10+ messages)
` [PATCH 1/4] dmaengine: dw: Add peripheral bus width verification
` [PATCH 2/4] dmaengine: dw: Add memory "
` [PATCH 3/4] dmaengine: dw: Simplify prepare CTL_LO methods
` [PATCH 4/4] dmaengine: dw: Simplify max-burst calculation procedure

[PATCH v8 0/3] serial: 8250_pnp: Support configurable reg shift property
 2024-04-16 19:05 UTC  (6+ messages)
` [PATCH v8 1/3] PNP: Add dev_is_pnp() macro
` [PATCH v8 2/3] serial: port: Add support of PNP IRQ to __uart_read_properties()
` [PATCH v8 3/3] serial: 8250_pnp: Support configurable reg shift property

NULL pointer dereference when closing a busy UART
 2024-04-16 17:07 UTC  (6+ messages)

[RFC PATCH 0/2] serial: sci: fix OOPS because of wrongly running hrtimer
 2024-04-16 12:35 UTC  (3+ messages)
` [RFC PATCH 1/2] serial: sh-sci: start hrtimer after setting up DMA
` [RFC PATCH 2/2] serial: sh-sci: always cancel hrtimer when DMA RX is invalidated

[PATCH] dt-bindings: serial: brcm,bcm2835-aux-uart: convert to dtschema
 2024-04-15 15:17 UTC  (2+ messages)

[tty:tty-testing] BUILD SUCCESS b20172ca6bf489534892b801a5db41bbf5ceec75
 2024-04-14 11:05 UTC 

[PATCH] sysrq: Auto release device node using __free attribute
 2024-04-13 19:15 UTC  (11+ messages)

[PATCH] serial: core: Fix ifdef for serial base console functions
 2024-04-13 10:33 UTC 

[tty:tty-next 61/65] drivers/tty/serial/serial_base_bus.c:267:9: error: call to undeclared function 'serial_base_add_one_prefcon'; ISO C99 and later do not support implicit function declarations
 2024-04-13  9:31 UTC  (2+ messages)

[PATCH v1 1/1] serial: 8250_dw: Hide a cast in dw8250_serial_inq()
 2024-04-12 17:39 UTC 

[PATCH v1 1/1] serial: 8250_dw: Deduplicate LCR checks
 2024-04-12 17:39 UTC 

[PATCH v4 0/4] NXP S32G3 SoC initial bring-up
 2024-04-12 16:32 UTC  (3+ messages)
` [PATCH v4 2/4] dt-bindings: serial: fsl-linflexuart: add compatible for S32G3

[PATCH v7 0/3] serial: 8250_pnp: Support configurable reg shift property
 2024-04-12 15:52 UTC  (6+ messages)
` [PATCH v7 1/3] PNP: Add dev_is_pnp() macro
` [PATCH v7 2/3] serial: port: Add support of PNP IRQ to __uart_read_properties()
` [PATCH v7 3/3] serial: 8250_pnp: Support configurable reg shift property

[PATCH v2 0/7] serial: exar: add Connect Tech serial cards to Exar driver
 2024-04-12 15:39 UTC  (26+ messages)
` [PATCH v2 1/7] serial: exar: adding missing CTI and Exar PCI ids
` [PATCH v2 2/7] serial: exar: add support for reading from Exar EEPROM
` [PATCH v2 3/7] serial: exar: add support for config/set single MPIO
` [PATCH v2 4/7] serial: exar: add optional board_setup function
` [PATCH v2 5/7] serial: exar: add some CTI helper functions
` [PATCH v2 6/7] serial: exar: add CTI board and port setup functions
` [PATCH v2 7/7] serial: exar: fix: fix crash during shutdown if setup fails

[PATCH v3 0/5] Baisc devicetree support for Amlogic A4 and A5
 2024-04-12 13:14 UTC  (6+ messages)
` [PATCH v3 4/5] arm64: dts: add support for A4 based Amlogic BA400
` [PATCH v3 5/5] arm64: dts: add support for A5 based Amlogic AV400

[PATCH 0/2] serial: exar: add Connect Tech serial cards to Exar driver
 2024-04-12  5:17 UTC  (10+ messages)
` [PATCH 1/2] serial: exar: add missing CTI/Exar PCI IDs to include/linux/pci_ids.h
` [PATCH 2/2] serial: exar: adding CTI PCI/PCIe serial port support to 8250_exar

[Bug 218708] New: Off-by-one vulnerability when reading data from the n_gsm module
 2024-04-12  5:17 UTC 

[tty:tty-testing] BUILD SUCCESS 1b743485e27f3d874695434cc8103f557dfdf4b9
 2024-04-12  4:22 UTC 

[PATCH] serial: core: Fix missing shutdown and startup for serial base port
 2024-04-12  3:45 UTC  (4+ messages)

[tty:tty-linus] BUILD SUCCESS 1aa4ad4eb695bac1b0a7ba542a16d6833c9c8dd8
 2024-04-12  2:25 UTC 

[PATCH V1] serial: exar: Preserve FCTR[5] bit in pci_xr17v35x_setup()
 2024-04-11 20:44 UTC  (10+ messages)
` [PATCH V2] "

[PATCH 1/1] tty: serial: fsl_lpuart: use dev_err_probe for clocks
 2024-04-11 13:04 UTC 

[PATCH 1/2] serial: imx: Introduce timeout when waiting on transmitter empty
 2024-04-11 12:19 UTC  (5+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH v3 0/8] misc: Add mikroBUS driver
 2024-04-11 12:03 UTC  (3+ messages)
` [PATCH v3 6/8] greybus: Add mikroBUS manifest types

[PATCH v1 1/1] serial: max3100: Convert to_max3100_port() to be static inline
 2024-04-11 11:20 UTC  (4+ messages)

[PATCH v9 00/13] Introduce STM32 Firewall framework
 2024-04-11  9:37 UTC  (4+ messages)

[PATCH][next] serial: omap: remove redundant assignment to variable tmout
 2024-04-11  8:55 UTC 

[PATCH] serial: 8250: Fix add preferred console for serial8250_isa_init_ports()
 2024-04-11  8:06 UTC 

[RFC PATCH 0/4] Provide interconnect resets for ti-sysc users
 2024-04-11  5:22 UTC  (5+ messages)
` [RFC PATCH 1/4] reset: Fall back to lookup if no reset node is found
` [RFC PATCH 2/4] reset: Allow removing a lookup
` [RFC PATCH 3/4] bus: ti-sysc: Implement reset control framework for soft reset
` [RFC PATCH 4/4] serial: 8250: omap: Use reset control for resets

[PATCH v3 0/2] VT: Add ability to get font requirements
 2024-04-11  3:53 UTC  (13+ 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

[RESEND v7 13/37] dt-bindings: clock: sh7750-cpg: Add renesas,sh7750-cpg header
 2024-04-10 16:38 UTC  (10+ messages)
` [RESEND v7 17/37] dt-bindings: interrupt-controller: renesas,sh7751-intc: Add json-schema
` [RESEND v7 22/37] dt-bindings: display: smi,sm501: SMI SM501 binding json-schema
` [RESEND v7 25/37] dt-binding: sh: cpus: Add SH CPUs json-schema
` [RESEND v7 28/37] dt-bindings: soc: renesas: sh: Add SH7751 based target

[PATCH v3 0/8] serial: max3100: Put into shape
 2024-04-10 13:55 UTC  (4+ messages)
` [PATCH v3 7/8] serial: max3100: Extract to_max3100_port() helper macro

[PATCH v1 1/1] serial: core: Extract uart_alloc_xmit_buf() and uart_free_xmit_buf()
 2024-04-10 13:45 UTC  (3+ 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 NNTP newsgroup(s).