messages from 2021-01-20 16:15:29 to 2021-02-23 15:00:45 UTC [more...]
non-standard baud rates with Prolific 2303 USB-serial
2021-02-23 14:58 UTC (14+ messages)
[PATCH] tty/serial:Remove superfluous "breaks"
2021-02-23 14:23 UTC (3+ messages)
[GIT PULL] TTY / Serial driver changes for 5.12-rc1
2021-02-21 5:40 UTC (2+ messages)
Grab led_lock for reading ledflagstate in vt_do_kdskled()
2021-02-19 22:07 UTC
[PATCH v4 0/2] serial: 8250: Add driver for Broadcom UART
2021-02-19 20:37 UTC (3+ messages)
` [PATCH v4 1/2] dt-bindings: Add support for the Broadcom UART driver
` [PATCH v4 2/2] serial: 8250: Add new 8250-core based Broadcom STB driver
[PATCH v3 0/2] serial: 8250: Add driver for Broadcom UART
2021-02-19 20:01 UTC (7+ messages)
` [PATCH v3 1/2] dt-bindings: Add support for the Broadcom UART driver
` [PATCH v3 2/2] serial: 8250: Add new 8250-core based Broadcom STB driver
[PATCH 00/13] stm32 usart various fixes
2021-02-19 17:47 UTC (14+ messages)
` [PATCH 01/13] serial: stm32: fix probe and remove order for dma
` [PATCH 02/13] serial: stm32: fix startup by enabling usart for reception
` [PATCH 03/13] serial: stm32: fix incorrect characters on console
` [PATCH 04/13] serial: stm32: fix TX and RX FIFO thresholds
` [PATCH 05/13] serial: stm32: fix a deadlock condition with wakeup event
` [PATCH 06/13] serial: stm32: fix wake-up flag handling
` [PATCH 07/13] serial: stm32: fix a deadlock in set_termios
` [PATCH 08/13] serial: stm32: fix tx dma completion, release channel
` [PATCH 09/13] serial: stm32: call stm32_transmit_chars locked
` [PATCH 10/13] serial: stm32: fix FIFO flush in startup and set_termios
` [PATCH 11/13] serial: stm32: add FIFO flush when port is closed
` [PATCH 12/13] serial: stm32: fix tx_empty condition
` [PATCH 13/13] serial: stm32: add support for "flush_buffer" ops
[PATCH v2 0/2] Fixes for the tty ledtrigger
2021-02-19 13:33 UTC (3+ messages)
` [PATCH v2 1/2] leds: trigger: Fix error path to not unlock the unlocked mutex
` [PATCH v2 2/2] leds: trigger/tty: Use led_set_brightness_sync() from workqueue
[PATCH 1/2] leds: trigger: Fix error path to not unlock the unlocked mutex
2021-02-19 11:23 UTC (9+ messages)
` [PATCH 2/2] leds: trigger/tty: Use led_set_brightness_sync() from workqueue
[PATCH v10 0/3] leds: trigger: implement a tty trigger
2021-02-19 8:00 UTC (10+ messages)
` [PATCH v10 3/3] "
` [PATCH v11] "
[PATCH] serial: 8250: add option to disable registration of legacy ISA ports
2021-02-18 10:49 UTC (6+ messages)
[PATCH] Revert "serial: max310x: rework RX interrupt handling"
2021-02-18 8:07 UTC (7+ messages)
[PATCH] tty: serial: pch_uart.c: remove debugfs dentry pointer
2021-02-16 14:59 UTC
[PATCH] tty: serial: Add earlycon driver for Tegra Combined UART
2021-02-16 11:28 UTC (6+ messages)
[PATCH 1/2] dt-bindings: serial: samsung: add DMA properties
2021-02-12 16:39 UTC (2+ messages)
` [PATCH 2/2] dt-bindings: serial: samsung: include generic dtschema to match bluetooth child
[tty:tty-testing] BUILD SUCCESS a157270fbf37f822e1fa9e9faa8ed8c81da1eb28
2021-02-10 2:38 UTC
[PATCH] dt-bindings: serial: stm32: add examples
2021-02-09 9:59 UTC
tty: Remove in_interrupt() usage
2021-02-08 18:16 UTC (3+ messages)
` [PATCH 1/2] vt_ioctl: Remove in_interrupt() check
` [PATCH 2/2] serial: core: Remove BUG_ON(in_interrupt()) check
Bitcoin Investment
2021-02-08 17:42 UTC
[PATCH v3 0/5] amba: minor fix and various cleanups
2021-02-05 11:07 UTC (27+ messages)
` [PATCH v3 4/5] amba: Make the remove callback return void
` [GIT PULL] immutable branch for amba changes targeting v5.12-rc1
` [PATCH] mailbox: arm_mhuv2: make remove callback return void
[PATCH] coresight: etm4x: Fix merge resolution for amba rework
2021-02-05 14:04 UTC (2+ messages)
[PATCH v2 0/3] Handle UART without interrupt on TEMT using em485
2021-02-05 14:20 UTC (6+ messages)
` [PATCH v2 1/3] serial: 8250: "
` [PATCH v2 2/3] serial: 8250: Add UART_CAP_NOTEMT on PORT_16550A_FSL64
` [PATCH v2 3/3] serial: 8250: add compatible for fsl,16550-FIFO64
[PATCH v3 0/5] serial: 8250: Add rs485 emulation to 8250_dw
2021-02-05 19:29 UTC (7+ messages)
` [PATCH v3 5/5] serial: 8250_dw: add em485 support
[PATCH 1/3] tty: serial: Add UART driver for Cortina-Access platform
2021-02-04 22:22 UTC (3+ messages)
[PATCH v4] tty: make pl011 serial port driver support 485 mode
2021-02-04 15:51 UTC
[PATCH 1/2] tty: serial: Add UART driver for Cortina-Access CAxxxx SoCs
2021-02-04 15:47 UTC (2+ messages)
[PATCH 0/3] Handle UART without interrupt on TEMT using em485
2021-02-02 0:28 UTC (3+ messages)
[PATCH 0/3] Handle UART without interrupt on TEMT using em485
2021-02-02 0:15 UTC (9+ messages)
` [PATCH 1/3] serial: 8250: "
` [PATCH 2/3] serial: 8250: add compatible for fsl,16550-FIFO64
` [PATCH 3/3] serial: 8250: remove UART_CAP_TEMT on PORT_16550A_FSL64
Internal error in io_serial_out
2021-02-01 12:16 UTC (2+ messages)
[tty:tty-testing] BUILD SUCCESS 81004f0bf7f04fcdb6344692a563c49897424f14
2021-02-01 1:16 UTC
[PATCH v2 0/7] tty: add flag to suppress ready signalling on open
2021-01-31 5:24 UTC (12+ messages)
[PATCH] dt-bindings: serial: imx: Switch to my personal address
2021-01-30 14:47 UTC
[PATCH] dt-bindings: Cleanup standard unit properties
2021-01-29 16:23 UTC (6+ messages)
[tty:tty-testing] BUILD SUCCESS 9159835a978f4092bf00a69b51256e69c961edb9
2021-01-28 11:56 UTC
[PATCH v2 0/6] Stop NULLifying match pointer in of_match_device()
2021-01-26 18:21 UTC (3+ messages)
` [PATCH v2 3/6] serial: stm32: Use of_device_get_match_data()
[tty:tty-testing] BUILD SUCCESS e0f2a902c9f02fcb36c22f63e0db67e73375c843
2021-01-27 6:50 UTC
[tty:tty-testing] BUILD SUCCESS 0f8b29fabacbcf0e617896c7ea832b7ea2ef2406
2021-01-25 22:44 UTC
[PATCH v2] serial: ifx6x60: Remove driver for deprecated platform
2021-01-25 15:02 UTC
[tty:tty-linus] BUILD SUCCESS 17749851eb9ca2298e7c3b81aae4228961b36f28
2021-01-25 2:44 UTC
[GIT PULL] TTY / Serial fixes for 5.11-rc5
2021-01-24 19:33 UTC (2+ messages)
[tty:tty-testing] BUILD SUCCESS e71a8d5cf4b4f274740e31b601216071e2a11afa
2021-01-24 17:49 UTC
[PATCH v1] serial: ifx6x60: Remove driver for deprecated platform
2021-01-22 11:44 UTC
[PATCH 1/6] tty: implement write_iter
2021-01-22 7:43 UTC (19+ messages)
` [PATCH 2/6] tty: convert tty_ldisc_ops 'read()' function to take a kernel pointer
` [PATCH 3/6] tty: implement read_iter
` [PATCH 4/6] tty: clean up legacy leftovers from n_tty line discipline
` [PATCH 5/6] tty: teach n_tty line discipline about the new "cookie continuations"
` [PATCH 6/6] tty: teach the n_tty ICANON case about the new "cookie continuations" too
[tty:tty-testing] BUILD SUCCESS 3cfade53c77315d018c50ea1ee3420cef1c50fe7
2021-01-21 23:43 UTC
[tty:tty-linus] BUILD SUCCESS 494e63ee9c9f322c1051acc537ac5b99688f7e58
2021-01-21 23:43 UTC
[PATCH 1/1] serial: stm32: improve platform_get_irq condition handling in init_port
2021-01-21 14:23 UTC
[tty:tty-testing] BUILD SUCCESS 4776a4a0a29c64b954a445ff65848bd376a50fcc
2021-01-21 6:01 UTC
[PATCH v2 0/2] serial: 8250: Add driver for Broadcom UART
2021-01-20 17:30 UTC (9+ messages)
` [PATCH v2 2/2] serial: 8250: Add new 8250-core based Broadcom STB driver
[PATCH 0/6] v3u: add & update (H)SCIF nodes
2021-01-20 17:47 UTC (6+ messages)
` [PATCH 3/6] dt-bindings: serial: renesas,hscif: Add r8a779a0 support
[PATCH 00/31] Introduce devm_pm_opp_* API
2021-01-20 15:53 UTC (3+ messages)
` [PATCH 03/31] opp: Add devres wrapper for dev_pm_opp_set_supported_hw
[PATCH] serial: remove sirf prima/atlas driver
2021-01-20 16:12 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).