linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-10 17:01:30 to 2025-01-05 00:26:08 UTC [more...]

[PATCH tty-next v4 0/6] convert 8250 to nbcon
 2025-01-05  0:26 UTC  (18+ messages)
` [PATCH tty-next v4 1/6] serial: 8250: Adjust the timeout for FIFO mode
` [PATCH tty-next v4 2/6] serial: 8250: Use frame rate to determine timeout
` [PATCH tty-next v4 3/6] serial: 8250: Use high-level writing function for FIFO
` [PATCH tty-next v4 4/6] serial: 8250: Provide flag for IER toggling for RS485
` [PATCH tty-next v4 5/6] serial: 8250: Switch to nbcon console
` [PATCH tty-next v4 6/6] serial: 8250: Revert "drop lockdep annotation from serial8250_clear_IER()"

[PATCH v5 00/10] riscv: add initial support for SpacemiT K1
 2025-01-04  2:22 UTC  (6+ messages)
` (subset) "

[PATCH RFT 0/6] serial: sh-sci: Fixes for earlycon and keep_bootcon
 2025-01-03 11:48 UTC  (23+ messages)
` [PATCH RFT 1/6] serial: sh-sci: Check if TX data was written to device in .tx_empty()
` [PATCH RFT 2/6] serial: sh-sci: Drop __initdata macro for port_cfg
` [PATCH RFT 3/6] serial: sh-sci: Move runtime PM enable to sci_probe_single()
` [PATCH RFT 4/6] serial: sh-sci: Do not probe the serial port if its slot in sci_ports[] is in use
` [PATCH RFT 5/6] serial: sh-sci: Clean sci_ports[0] after at earlycon exit
` [PATCH RFT 6/6] serial: sh-sci: Increment the runtime usage counter for the earlycon device

[PATCH] tty: serial: fsl_lpuart: increase maximum uart_nr to 12
 2025-01-03  9:08 UTC  (2+ messages)

[PATCH v4 00/11] driver core: Constify API device_find_child()
 2025-01-03  0:29 UTC  (32+ messages)
` [PATCH v4 01/11] libnvdimm: Replace namespace_match() with device_find_child_by_name()
` [PATCH v4 02/11] slimbus: core: Constify slim_eaddr_equal()
` [PATCH v4 03/11] bus: fsl-mc: Constify fsl_mc_device_match()
` [PATCH v4 04/11] driver core: Constify API device_find_child() then adapt for various usages
` [PATCH v4 05/11] driver core: Simplify API device_find_child_by_name() implementation
` [PATCH v4 06/11] driver core: Remove match_any()
` [PATCH v4 07/11] slimbus: core: Remove of_slim_match_dev()
` [PATCH v4 08/11] gpio: sim: Remove gpio_sim_dev_match_fwnode()
` [PATCH v4 09/11] driver core: Introduce an device matching API device_match_type()
` [PATCH v4 10/11] cxl/pmem: Replace match_nvdimm_bridge() with "
` [PATCH v4 11/11] usb: typec: class: Remove both cable_match() and partner_match()

[PATCH v4 00/13] Add support for SAMA7D65
 2025-01-02 11:34 UTC  (18+ messages)
` [PATCH v4 01/13] dt-bindings: ARM: at91: Document Microchip SAMA7D65 Curiosity
` [PATCH v4 02/13] dt-bindings: mfd: atmel,sama5d2-flexcom: add microchip,sama7d65-flexcom
` [PATCH v4 03/13] dt-bindings: atmel-sysreg: add sama7d65 RAM and PIT
` [PATCH v4 04/13] dt-bindings: serial: atmel,at91-usart: add microchip,sama7d65-usart
` [PATCH v4 05/13] dt-bindings: pinctrl: at91-pio4: add microchip,sama7d65-pinctrl
` [PATCH v4 06/13] dt-bindings: clocks: atmel,at91sam9x5-sckc: add sama7d65
` [PATCH v4 07/13] dt-bindings: clock: Add SAMA7D65 PMC compatible string
` [PATCH v4 08/13] clk: at91: sama7d65: add sama7d65 pmc driver
` [PATCH v4 09/13] ARM: dts: microchip: add sama7d65 SoC DT
` [PATCH v4 10/13] ARM: dts: at91: Add sama7d65 pinmux
` [PATCH v4 11/13] ARM: dts: microchip: add support for sama7d65_curiosity board
` [PATCH v4 12/13] ARM: configs: at91: sama7: add new SoC config
` [PATCH v4 13/13] ARM: at91: add new SoC sama7d65

[syzbot] [serial?] possible deadlock in tty_buffer_flush (3)
 2024-12-31 22:34 UTC  (2+ messages)

[PATCH 0/2] tty: n_gsm fixes
 2024-12-28 15:01 UTC  (3+ messages)
` [PATCH 1/2] tty: n_gsm: wait until channel 0 is ready
` [PATCH 2/2] tty: n_gsm: Fix control dlci ADM mode processing

[PATCH 0/2] Optionally allow ttynull to be selected as a default console
 2024-12-28  0:29 UTC  (4+ messages)
` [PATCH 1/2] ttynull: Add an option to allow ttynull to be used as a console device

[syzbot] [serial?] KMSAN: uninit-value in n_tty_receive_buf_closing (3)
 2024-12-27 18:44 UTC  (2+ messages)

[PATCH v2 00/17] rockchip: Add rk3562 support
 2024-12-27  8:32 UTC  (5+ messages)
` [PATCH v2 09/17] dt-bindings: serial: snps-dw-apb-uart: Add support for rk3562

[PATCH] tty: mips_ejtag_fdc: Call cpu_relax() in registers polling busy loops
 2024-12-26 13:38 UTC  (7+ messages)

[PATCH v5 00/12] driver core: Constify API device_find_child()
 2024-12-24 16:25 UTC  (16+ messages)
` [PATCH v5 01/12] libnvdimm: Replace namespace_match() with device_find_child_by_name()
` [PATCH v5 02/12] slimbus: core: Constify slim_eaddr_equal()
` [PATCH v5 03/12] bus: fsl-mc: Constify fsl_mc_device_match()
` [PATCH v5 04/12] driver core: Constify API device_find_child() and adapt for various usages
` [PATCH v5 05/12] driver core: Simplify API device_find_child_by_name() implementation
` [PATCH v5 06/12] driver core: Remove match_any()
` [PATCH v5 07/12] slimbus: core: Remove of_slim_match_dev()
` [PATCH v5 08/12] gpio: sim: Remove gpio_sim_dev_match_fwnode()
` [PATCH v5 09/12] driver core: Introduce an device matching API device_match_type()
` [PATCH v5 10/12] cxl/pmem: Replace match_nvdimm_bridge() with "
` [PATCH v5 11/12] cxl/pmem: Remove is_cxl_nvdimm_bridge()
` [PATCH v5 12/12] usb: typec: class: Remove both cable_match() and partner_match()

[PATCH tty-next v1 0/4] serial: 8250: Fix LSR masking
 2024-12-24 15:59 UTC  (10+ messages)
` [PATCH tty-next v1 1/4] serial: 8250: Use @ier bits to determine if Rx is stopped
` [PATCH tty-next v1 2/4] serial: 8250: Do not set UART_LSR_THRE in @read_status_mask
` [PATCH tty-next v1 3/4] serial: 8250: Never adjust UART_LSR_DR "
` [PATCH tty-next v1 4/4] serial: 8250: Explain the role of @read_status_mask

[tty:tty-linus] BUILD SUCCESS 0cfc36ea51684b5932cd3951ded523777d807af2
 2024-12-24 14:23 UTC 

[tty:tty-testing] BUILD SUCCESS 2c1fd53af21b8cb13878b054894d33d3383eb1f3
 2024-12-24 12:17 UTC 

[PATCH] serial: sc16is7xx: Add polling feature if no IRQ usage possible
 2024-12-23 17:59 UTC  (7+ messages)
  ` [External Email] "

[PATCH 0/1] Fix to allow more correct isatty()
 2024-12-23 17:56 UTC  (3+ messages)
` [PATCH 1/1] tty: respond to TIOCGWINSZ when hung

[PATCH v3] serial: amba-pl011: Fix RTS handling in RS485 mode
 2024-12-21 19:11 UTC 

[PATCH 00/38] rockchip: Add rk3562 support
 2024-12-20 12:21 UTC  (2+ messages)

[syzbot] [serial?] [input?] [usb?] WARNING in sched_show_task
 2024-12-20  1:45 UTC 

[PATCHv8 0/6] n_gsm serdev support and GNSS driver for droid4
 2024-12-19  8:02 UTC  (7+ messages)
` [PATCH 1/6] tty: n_gsm: Add support for serdev drivers

[PATCH 1/4] serial: sc16is7xx: add missing support for rs485 devicetree properties
 2024-12-18 20:05 UTC  (6+ messages)
` [PATCH 2/4] serial: sc16is7xx: refactor FIFO access functions to increase commonality
` [PATCH 3/4] serial: sc16is7xx: fix TX fifo corruption
` [PATCH 4/4] serial: sc16is7xx: fix invalid FIFO access with special register set

[PATCH v2 0/3] Fixes multiple sysctl proc_handler usage error
 2024-12-18 13:32 UTC  (7+ messages)
` [PATCH v2 2/3] sysctl: Fix underflow value setting risk in vm_table
      `  "

[PATCH v1 tty-next] 8250: microchip: pci1xxxx: Add workaround for RTS bit toggle
 2024-12-18  9:40 UTC 

[PATCH v3] Documentation: move dev-tools debugging files to process/debugging/
 2024-12-17 20:56 UTC  (2+ messages)

[syzbot] Monthly serial report (Dec 2024)
 2024-12-17  9:47 UTC 

[tty:tty-testing] BUILD SUCCESS 30691a59c85c48575b04e849f675660fd8060cad
 2024-12-17  8:03 UTC 

[PATCH] serial: stm32: use port lock wrappers for break control
 2024-12-16 15:29 UTC  (3+ messages)

[PATCH] tty: mark ctl_table as const
 2024-12-15 21:35 UTC  (2+ messages)

[tty:tty-testing] BUILD SUCCESS aea2654cce40a6e34e91f3be2a31cd040fdea822
 2024-12-15 15:44 UTC 

[GIT PULL] Serial driver fixes for 6.13-rc3
 2024-12-14 17:39 UTC  (2+ messages)

[PATCH] tty: Make sysctl table const
 2024-12-13 19:35 UTC 

I urge you to understand my viewpoint accurately
 2024-12-13  4:24 UTC 

[PATCH v2 0/3] Add a new command in kgdb for vmcoreinfo
 2024-12-13  0:56 UTC  (7+ messages)
  ` [PATCH v2 1/3] kgdb: Add kgdb_mem2ebin function for converting memory to binary format
  ` [PATCH v2 2/3] serial: Move LF -> CRLF replacement from serial console to kdb
  ` [PATCH v2 3/3] kgdb: Add command linux.vmcoreinfo to kgdb

[PATCH v1 0/7] Add support to load QUP SE firmware from
 2024-12-12 15:58 UTC  (12+ messages)
` [PATCH v1 1/7] dt-bindings: i2c: qcom,i2c-geni: Document DT properties for QUP firmware loading

[PATCH v2 00/13] Add support for Renesas RZ/G3E SoC and SMARC-EVK platform
 2024-12-12 12:43 UTC  (3+ messages)
` [PATCH v2 01/13] dt-bindings: serial: renesas: Document RZ/G3E (r9a09g047) scif

[PATCH v3 00/13] Add support for SAMA7D65
 2024-12-12  8:17 UTC  (12+ messages)
` [PATCH v3 03/13] dt-bindings: atmel-sysreg: add sama7d65 RAM and PIT
` [PATCH v3 04/13] dt-bindings: serial: atmel,at91-usart: add microchip,sama7d65-usart
` [PATCH v3 05/13] dt-bindings: pinctrl: at91-pio4: add microchip,sama7d65-pinctrl
` [PATCH v3 07/13] dt-bindings: clock: Add SAMA7D65 PMC compatible string

[PATCH v2] serial: amba-pl011: Fix RTS handling in RS485 mode
 2024-12-12  2:04 UTC  (2+ messages)

[PATCH 0/3] Add a new command in kgdb for vmcoreinfo
 2024-12-11 15:40 UTC  (4+ messages)
` [PATCH 2/3] serial: Move LF -> CRLF replacement from serial console to kdb

[PATCH 0/3] tty: serial_core: little cleanup
 2024-12-11  7:49 UTC  (4+ messages)
` [PATCH 1/3] tty: serial_core: use more guard(mutex)
` [PATCH 2/3] tty: serial: get rid of exit label from uart_set_info()
` [PATCH 3/3] tty: serial: extract uart_change_port() "

[PATCH v3] serial: imx: Use uart_port_lock_irq() instead of uart_port_lock()
 2024-12-10 23:36 UTC 

[PATCH v2 1/1] tty: serial: 8250: Fix another runtime PM usage counter underflow
 2024-12-10 17:01 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).