public inbox for linux-serial@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-14 18:39:39 to 2023-09-20 13:18:58 UTC [more...]

[PATCH v3 0/2] mcb: Fix crash mcb-core module is removed
 2023-09-20 13:18 UTC  (3+ messages)
` [PATCH v3 2/2] mcb: use short version for function pointer for mcb_free_bus

[PATCH v2 0/5] serial: add drivers for the ESP32xx serial devices
 2023-09-20 12:35 UTC  (10+ messages)
` [PATCH v2 1/5] serial: core: tidy invalid baudrate handling in uart_get_baud_rate
` [PATCH v2 2/5] dt-bindings: serial: document esp32-uart
` [PATCH v2 3/5] drivers/tty/serial: add driver for the ESP32 UART
` [PATCH v2 4/5] dt-bindings: serial: document esp32s3-acm
` [PATCH v2 5/5] drivers/tty/serial: add ESP32S3 ACM device driver

[PATCH v1 1/1] serial: 8250_dw: Use devm_clk_get_optional_enabled()
 2023-09-20 10:59 UTC  (2+ messages)

[PATCH v2 0/3] Add support for DEVNAME:0.0 style hardware based addressing
 2023-09-20 10:56 UTC  (4+ messages)
` [PATCH v2 1/3] printk: Constify name for add_preferred_console()

[PATCH tty v1 00/74] serial: wrappers for uart port lock
 2023-09-20  7:58 UTC  (79+ messages)
` [PATCH tty v1 01/74] serial: core: Provide port lock wrappers
` [PATCH tty v1 02/74] serial: core: Use "
` [PATCH tty v1 06/74] serial: 8250: Use port "
` [PATCH tty v1 07/74] serial: 8250_dma: "
` [PATCH tty v1 08/74] serial: 8250_dw: "
` [PATCH tty v1 11/74] serial: 8250_mtk: "
` [PATCH tty v1 22/74] serial: bcm63xx-uart: "
` [PATCH tty v1 24/74] serial: digicolor: "
` [PATCH tty v1 29/74] serial: imx: "
` [PATCH tty v1 32/74] serial: liteuart: "
` [PATCH tty v1 37/74] serial: meson: "
` [PATCH tty v1 38/74] serial: milbeaut_usio: "
` [PATCH tty v1 39/74] serial: mpc52xx: "
` [PATCH tty v1 40/74] serial: mps2-uart: "
` [PATCH tty v1 41/74] serial: msm: "
` [PATCH tty v1 42/74] serial: mvebu-uart: "
` [PATCH tty v1 43/74] serial: omap: "
` [PATCH tty v1 44/74] serial: owl: "
` [PATCH tty v1 45/74] serial: pch: "
` [PATCH tty v1 46/74] serial: pic32: "
` [PATCH tty v1 47/74] serial: pmac_zilog: "
` [PATCH tty v1 48/74] serial: pxa: "
` [PATCH tty v1 49/74] serial: qcom-geni: "
` [PATCH tty v1 50/74] serial: rda: "
` [PATCH tty v1 51/74] serial: rp2: "
` [PATCH tty v1 52/74] serial: sa1100: "
` [PATCH tty v1 53/74] serial: samsung_tty: "
` [PATCH tty v1 54/74] serial: sb1250-duart: "
` [PATCH tty v1 55/74] serial: sc16is7xx: "
` [PATCH tty v1 56/74] serial: tegra: "
` [PATCH tty v1 57/74] serial: core: "
` [PATCH tty v1 58/74] serial: mctrl_gpio: "
` [PATCH tty v1 59/74] serial: txx9: "
` [PATCH tty v1 60/74] serial: sh-sci: "
` [PATCH tty v1 61/74] serial: sifive: "
` [PATCH tty v1 62/74] serial: sprd: "
` [PATCH tty v1 63/74] serial: st-asc: "
` [PATCH tty v1 64/74] serial: stm32: "
` [PATCH tty v1 65/74] serial: sunhv: "
` [PATCH tty v1 66/74] serial: sunplus-uart: "
` [PATCH tty v1 67/74] serial: sunsab: "
` [PATCH tty v1 68/74] serial: sunsu: "
` [PATCH tty v1 69/74] serial: sunzilog: "
` [PATCH tty v1 70/74] serial: timbuart: "
` [PATCH tty v1 71/74] serial: uartlite: "
` [PATCH tty v1 72/74] serial: ucc_uart: "
` [PATCH tty v1 73/74] serial: vt8500: "
` [PATCH tty v1 74/74] serial: xilinx_uartps: "

Poptávka
 2023-09-20  7:36 UTC 

[syzbot] [serial?] memory leak in gsm_activate_mux
 2023-09-20  6:38 UTC  (11+ messages)
  ` [PATCH] tty: fix "

serial: 8250_omap: suspend issue with console_suspend disabled
 2023-09-20  5:38 UTC  (3+ messages)

[PATCH v2] vt: Replace strlcpy with strscpy
 2023-09-20  3:21 UTC  (2+ messages)

[PATCH v2 0/4] Add interconnects to QUPs on SM8250
 2023-09-19 23:07 UTC  (2+ messages)
` (subset) "

[PATCH v1 1/1] serial: 8250_of: Use devm_clk_get_enabled()
 2023-09-19 19:55 UTC 

[PATCH v1 1/1] serial: 8250_aspeed_vuart: Use devm_clk_get_enabled()
 2023-09-19 19:54 UTC 

[PATCH 00/15] random tty fixes
 2023-09-19 10:53 UTC  (28+ messages)
` [PATCH 01/15] tty: n_tty: use 'retval' instead of 'c'
` [PATCH 02/15] tty: n_tty: rename and retype 'retval' in n_tty_ioctl()
` [PATCH 03/15] tty: n_tty: use min3() in copy_from_read_buf()
` [PATCH 04/15] tty: n_tty: invert the condition "
` [PATCH 05/15] tty: n_tty: use do-while in n_tty_check_{,un}throttle()
` [PATCH 06/15] tty: switch tty_{,un}throttle_safe() to return a bool
` [PATCH 07/15] tty: invert return values of tty_{,un}throttle_safe()
` [PATCH 08/15] tty: fix up and plug in tty_ioctl kernel-doc
` [PATCH 09/15] tty: fix kernel-doc for functions in tty.h
` [PATCH 10/15] tty: stop using ndash in kernel-doc
` [PATCH 11/15] tty: tty_buffer: use bool for 'restart' in tty_buffer_unlock_exclusive()
` [PATCH 12/15] tty: convert THROTTLE constants into enum
` [PATCH 13/15] tty: early return from send_break() on TTY_DRIVER_HARDWARE_BREAK
` [PATCH 14/15] tty: don't check for signal_pending() in send_break()
` [PATCH 15/15] tty: use 'if' in send_break() instead of 'goto'

Pytanie o samochód
 2023-09-19  7:30 UTC 

[PATCH v3] tty/sysrq: replace smp_processor_id() with get_cpu()
 2023-09-19  7:13 UTC  (4+ messages)

[rt-devel:linux-6.6.y-rt-rebase] [serial] c209576ea5: INFO:rcu_sched_detected_stalls_on_CPUs/tasks
 2023-09-19  6:18 UTC 

[tty:tty-testing] BUILD SUCCESS c980248179d655d33af47f0b0bec1ce8660994c6
 2023-09-19  2:49 UTC 

[tty:tty-linus] BUILD SUCCESS 29346e217b8ab8a52889b88f00b268278d6b7668
 2023-09-18 23:24 UTC 

BUG: sleeping function called from invalid context in console_lock
 2023-09-18 15:19 UTC  (2+ messages)

[PATCH V6 1/2] serial: exar: Revert "serial: exar: Add support for Sealevel 7xxxC serial cards"
 2023-09-18 15:34 UTC  (3+ messages)

[PATCH V5 1/2] serial: exar: Revert "serial: exar: Add support for Sealevel 7xxxC serial cards"
 2023-09-18 14:51 UTC  (6+ messages)

[PATCH V6 2/2] serial: exar: Add RS-485 support for Sealevel XR17V35X based cards
 2023-09-18 15:01 UTC  (3+ messages)

[PATCH v2 1/1] serial: 8250_bcm7271: Use dev_err_probe() instead of dev_err()
 2023-09-18 10:36 UTC 

[PATCH 0/4] serial: add drivers for the ESP32xx serial devices
 2023-09-18  9:07 UTC  (20+ messages)
` [PATCH 1/4] dt-bindings: serial: document esp32-uart bindings
` [PATCH 2/4] drivers/tty/serial: add driver for the ESP32 UART
` [PATCH 3/4] dt-bindings: serial: document esp32s3-acm bindings
` [PATCH 4/4] drivers/tty/serial: add ESP32S3 ACM device driver

[PATCH 00/37] Add new Renesas RZ/G3S SoC and RZ/G3S SMARC EVK
 2023-09-18  9:05 UTC  (46+ messages)
` [PATCH 06/37] clk: renesas: rzg2l: wait for status bit of SD mux before continuing
` [PATCH 07/37] clk: renesas: rzg2l: lock around writes to mux register
` [PATCH 10/37] clk: renesas: rzg2l: use core->name for clock name
` [PATCH 12/37] clk: renesas: rzg2l: reduce the critical area
` [PATCH 14/37] clk: renesas: rzg2l: use u32 for flag and mux_flags
` [PATCH 18/37] clk: renesas: rzg2l: refactor sd mux driver
` [PATCH 20/37] dt-bindings: clock: renesas,rzg2l-cpg: document RZ/G3S SoC
` [PATCH 21/37] dt-bindings: clock: add r9a08g045 CPG clocks and resets definitions
` [PATCH 22/37] clk: renesas: add minimal boot support for RZ/G3S SoC
` [PATCH 32/37] arm64: dts: renesas: add initial DTSI "
` [PATCH 33/37] arm64: dts: renesas: rzg3l-smarc-som: add initial support for RZ/G3S SMARC Carrier-II SoM
` [PATCH 34/37] arm64: dts: renesas: rzg3s-smarc: add initial device tree for RZ SMARC Carrier-II board
` [PATCH 37/37] arm64: defconfig: enable RZ/G3S (R9A08G045) SoC

[PATCH v4] tty/serial: create debugfs interface for UART register tracing
 2023-09-18  8:33 UTC  (4+ messages)

[PATCH v1] tty/serial: port I/O tracing on x86
 2023-09-18  8:31 UTC  (3+ messages)

[PATCH v2] serial: st-asc: Fix to check return value of platform_get_irq() in asc_init_port()
 2023-09-18  7:55 UTC  (2+ messages)

Regression: serial: 8250_omap: error during suspend if no_console_suspend is set
 2023-09-18  7:35 UTC  (2+ messages)

Fwd: Kernel 6.6-rc1 fails to reboot or shutdown Ryzen 5825U
 2023-09-16  0:05 UTC  (2+ messages)

[PATCH] tty: serial: ma35d1_serial: Add missing check for ioremap
 2023-09-15  9:49 UTC  (2+ messages)

[PATCH 1/2] serial: 8250_mid: Remove 8250_pci usage
 2023-09-15  9:43 UTC  (2+ messages)
` [PATCH 2/2] tty: serial: 8250_exar: Does not use anything from 8250_pci

[PATCH] vt: Fix potential read overflow of kernel memory
 2023-09-15  2:56 UTC  (9+ messages)

[PATCH V5 2/2] serial: exar: Add RS-485 support for Sealevel XR17V35X based cards
 2023-09-14 19:02 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