linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-18 12:18:37 to 2022-05-31 13:51:49 UTC [more...]

[PATCH 00/17] Add support for MT8365 EVK board
 2022-05-31 13:50 UTC  (9+ messages)
` [PATCH 01/17] dt-bindings: i2c: i2c-mt65xx: add binding for MT8365 SoC
` [PATCH 02/17] dt-bindings: memory: add mt8365 SoC binding documentation
` [PATCH 03/17] dt-bindings: mmc: mtk-sd: add bindings for MT8365 SoC
` [PATCH 04/17] dt-bindings: arm: mediatek: Add binding for mt8365-evk board
` [PATCH 05/17] dt-bindings: dma: mediatek,uart-dma: add MT8365 bindings
` [PATCH 06/17] dt-bindings: iio: adc: mediatek: add MT8365 SoC bindings
` [PATCH 07/17] dt-bindings: nvmem: mediatek,efuse: add MT8365 bindings
` [PATCH 08/17] dt-bindings: watchdog: mtk-wdt: Add MT8365 SoC bindings

tty: fix a possible hang on tty device
 2022-05-31 12:37 UTC  (10+ messages)

Ruch z pierwszej pozycji w Google
 2022-05-31  8:15 UTC 

[PATCH 1/4] serial: max310x: use regmap methods for SPI batch operations
 2022-05-31  7:56 UTC  (5+ messages)
` [PATCH 2/4] serial: max310x: use a separate regmap for each port
` [PATCH 3/4] serial: max310x: make accessing revision id interface-agnostic
` [PATCH 4/4] serial: max310x: implement I2C support

[PATCH v2 0/6] serial ports: add ability to suppress raising DTR & RTS on open
 2022-05-31  4:37 UTC  (7+ messages)
` [PATCH v2 1/6] tty: add port flag to suppress ready signalling "
` [PATCH v2 2/6] serial: core: add sysfs attribute "
` [PATCH v2 3/6] serial: core: fully suppress raising DTR & RTS on open if nordy is set
` [PATCH v2 4/6] USB: serial: add sysfs attribute to suppress ready signalling on open
` [PATCH v2 5/6] USB: serial: ftdi_sio: pass port to quirk port_probe functions
` [PATCH v2 6/6] USB: serial: ftdi_sio: add support for FreeCalypso DUART28C adapter

[PATCH 2/6] serial: core: add sysfs attribute to suppress raising DTR & RTS on open
 2022-05-30 23:09 UTC  (3+ messages)

[PATCH 1/6] tty: add port flag to suppress raising DTR & RTS on open
 2022-05-30 16:23 UTC  (3+ messages)

[PATCH 0/6] serial ports: add ability to suppress raising DTR & RTS on open
 2022-05-30 16:23 UTC  (4+ messages)

[PATCH v3 1/9] tty: n_gsm: fix user open not possible at responder until initiator open
 2022-05-30 14:45 UTC  (9+ messages)
` [PATCH v3 2/9] tty: n_gsm: fix tty registration before control channel open
` [PATCH v3 3/9] tty: n_gsm: fix wrong queuing behavior in gsm_dlci_data_output()
` [PATCH v3 4/9] tty: n_gsm: fix missing timer to handle stalled links
` [PATCH v3 5/9] tty: n_gsm: fix non flow control frames during mux flow off
` [PATCH v3 6/9] tty: n_gsm: fix deadlock and link starvation in outgoing data path
` [PATCH v3 7/9] tty: n_gsm: fix packet re-transmission without open control channel
` [PATCH v3 8/9] tty: n_gsm: fix resource allocation order in gsm_activate_mux()
` [PATCH v3 9/9] tty: n_gsm: fix race condition in gsmld_write()

[PATCH v1 00/19] Introduce Nuvoton Arbel NPCM8XX BMC SoC
 2022-05-30 14:39 UTC  (52+ messages)
` [PATCH v1 01/19] dt-bindings: timer: npcm: Add npcm845 compatible string
` [PATCH v1 02/19] clocksource: timer-npcm7xx: Add NPCM845 timer support
` [PATCH v1 03/19] dt-bindings: serial: 8250: Add npcm845 compatible string
` [PATCH v1 04/19] tty: serial: 8250: Add NPCM845 UART support
` [PATCH v1 05/19] dt-bindings: watchdog: npcm: Add npcm845 compatible string
` [PATCH v1 06/19] watchdog: npcm_wdt: Add NPCM845 watchdog support
` [PATCH v1 07/19] dt-binding: clk: npcm845: Add binding for Nuvoton NPCM8XX Clock
` [PATCH v1 08/19] clk: npcm8xx: add clock controller
` [PATCH v1 09/19] dt-bindings: reset: add syscon property
` [PATCH v1 10/19] reset: npcm: using syscon instead of device data
` [PATCH v1 11/19] dt-bindings: reset: npcm: Add support for NPCM8XX
` [PATCH v1 12/19] reset: npcm: Add NPCM8XX support
` [PATCH v1 13/19] dt-bindings: arm: npcm: Add maintainer
` [PATCH v1 14/19] dt-bindings: arm: npcm: Add nuvoton,npcm845 compatible string
` [PATCH v1 15/19] dt-bindings: arm: npcm: Add nuvoton,npcm845 GCR "
` [PATCH v1 16/19] arm64: npcm: Add support for Nuvoton NPCM8XX BMC SoC
` [PATCH v1 17/19] arm64: dts: nuvoton: Add initial NPCM8XX device tree
` [PATCH v1 18/19] arm64: dts: nuvoton: Add initial NPCM845 EVB "
` [PATCH v1 19/19] arm64: defconfig: Add Nuvoton NPCM family support

[PATCH 3/6] serial: core: fully suppress raising DTR & RTS on open if manual_rtsdtr
 2022-05-30 13:36 UTC  (2+ messages)

[PATCH 0/3] serial: atmel: cleanup code
 2022-05-30  7:47 UTC  (5+ messages)
` [PATCH 1/3] tty: serial: atmel: stop using legacy pm ops
` [PATCH 2/3] tty: serial: atmel: improve clock management
` [PATCH 3/3] serial: st-asc: remove include of pm_runtime.h

[PATCH] serial: core: check if uart_get_info succeeds before using
 2022-05-29 13:46 UTC 

[PATCH 4/6] USB: serial: add sysfs attribute to suppress raising DTR & RTS on open
 2022-05-27 22:27 UTC 

[PATCH 5/6] USB: serial: ftdi_sio: pass port to quirk port_probe functions
 2022-05-27 22:27 UTC 

[PATCH 6/6] USB: serial: ftdi_sio: add support for FreeCalypso DUART28C adapter
 2022-05-27 22:27 UTC 

[V2] tty: serial: qcom-geni-serial: Remove uart frequency table. Instead, find suitable frequency with call to clk_round_rate
 2022-05-27 13:05 UTC  (3+ messages)

[PATCH] serdev: Directly use ida_alloc()/free()
 2022-05-27  6:59 UTC 

Revisiting unwanted auto-assertion of DTR & RTS on serial port open
 2022-05-26 11:57 UTC  (2+ messages)

[PATCH 00/31] OPP: Add new configuration interface: dev_pm_opp_set_config()
 2022-05-26 11:42 UTC  (2+ messages)
` [PATCH 24/31] serial: qcom: Migrate to dev_pm_opp_set_config()

[PATCH] tty: n_gsm: Debug output allocation must use GFP_ATOMIC
 2022-05-25 13:32 UTC  (2+ messages)

Hello Sir, I seek your urgent consideration
 2022-05-24  9:24 UTC 

[PATCH] serial: 8250_fsl: Don't report FE, PE and OE twice
 2022-05-25  8:05 UTC  (8+ messages)

[PATCH -next] serial: pic32: fix missing clk_disable_unprepare() on error in pic32_uart_startup()
 2022-05-25  5:49 UTC  (2+ messages)

[PATCH v3] dt-bindings: serial: mtk-uart: Convert txt to json-schema
 2022-05-24 20:14 UTC  (2+ messages)

[V4] serial: core: Do stop_rx in suspend path for console if console_suspend is disabled
 2022-05-24 11:54 UTC  (3+ messages)

[PATCH] dt-bindings: Fix properties without any type
 2022-05-23 16:56 UTC  (8+ messages)

[PATCH] Revert "serial: 8250_mtk: Make sure to select the right FEATURE_SEL"
 2022-05-23 13:25 UTC  (10+ messages)

[PATCH v2 4/9] tty: n_gsm: fix missing timer to handle stalled links
 2022-05-23 12:35 UTC 

[PATCH v2 1/9] tty: n_gsm: fix user open not possible at responder until initiator open
 2022-05-23 12:09 UTC  (2+ messages)

[PATCH v2 1/9] tty: n_gsm: fix user open not possible at responder until initiator open
 2022-05-23 11:49 UTC  (11+ messages)
` [PATCH v2 2/9] tty: n_gsm: fix tty registration before control channel open
` [PATCH v2 3/9] tty: n_gsm: fix wrong queuing behavior in gsm_dlci_data_output()
` [PATCH v2 4/9] tty: n_gsm: fix missing timer to handle stalled links
` [PATCH v2 5/9] tty: n_gsm: fix non flow control frames during mux flow off
` [PATCH v2 6/9] tty: n_gsm: fix deadlock and link starvation in outgoing data path
` [PATCH v2 7/9] tty: n_gsm: fix packet re-transmission without open control channel
` [PATCH v2 8/9] tty: n_gsm: fix resource allocation order in gsm_activate_mux()
` [PATCH v2 9/9] tty: n_gsm: fix race condition in gsmld_write()

Koszty instalacji fotowoltaicznej
 2022-05-23  8:05 UTC 

[tty:tty-testing] BUILD SUCCESS 25e02ba60f0fbe65ba07553b5b2b8867726273c4
 2022-05-22  0:10 UTC 

[PATCH] serial: tegra: fix typos in comments
 2022-05-21 11:10 UTC 

[PATCH] serial: 8250: Store to lsr_save_flags after lsr read
 2022-05-20 15:06 UTC  (3+ messages)

[PATCH v2] dt-bindings: serial: mtk-uart: Convert txt to json-schema
 2022-05-20  8:10 UTC  (2+ messages)

[PATCH v2 0/9] tty/serial: Termios flag fixes
 2022-05-20  6:19 UTC  (11+ messages)
` [PATCH v2 1/9] serial: uartlite: Fix BRKINT clearing
` [PATCH v2 2/9] serial: digicolor-usart: Don't allow CS5-6
` [PATCH v2 3/9] serial: rda-uart: "
` [PATCH v2 4/9] serial: txx9: "
` [PATCH v2 5/9] serial: sh-sci: "
` [PATCH v2 6/9] serial: sifive: Sanitize CSIZE and c_iflag
` [PATCH v2 7/9] serial: st-asc: Sanitize CSIZE and correct PARENB for CS7
` [PATCH v2 8/9] serial: stm32-usart: Correct CSIZE, bits, and parity
` [PATCH v2 9/9] pcmcia: synclink_cs: Don't allow CS5-6

[PATCH v4 0/3] tty/serial: Process XON/XOFF robustly
 2022-05-19 16:34 UTC  (2+ messages)

[PATCH 1/4] serial: pmac_zilog: remove unfinished DBDMA support
 2022-05-19 16:23 UTC  (8+ messages)
` [PATCH 2/4] serial: pmac_zilog: remove unused uart_pmac_port::termios_cache
` [PATCH 3/4] serial: pmac_zilog: remove tracing prints
` [PATCH 4/4] serial: pmac_zilog: remove initial print

[PATCH] dt-bindings: serial: mtk-uart: Convert txt to json-schema
 2022-05-19 13:05 UTC  (2+ messages)

[PATCH] serial: amba-pl011: move header content to .c
 2022-05-19  8:42 UTC  (2+ messages)

Using Serdev is it Possible to Pull RX Low
 2022-05-19  7:02 UTC  (4+ messages)

[PATCH v2 -next] serial: cpm_uart: Fix build error without CONFIG_SERIAL_CPM_CONSOLE
 2022-05-18 13:54 UTC 

custom serial driver node not created
 2022-05-18 12:47 UTC  (5+ messages)

[PATCH 0/9] tty/serial: Termios flag fixes
 2022-05-18 12:25 UTC  (4+ messages)
` [PATCH 1/9] serial: uartline: Fix BRKINT clearing


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