linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-11 06:51:10 to 2022-06-20 17:59:22 UTC [more...]

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

[PATCH v2] serial: 8250: dw: enable using pdata with ACPI
 2022-06-20 12:10 UTC 

[PATCH v8 0/6] Add RS485 9th bit addressing mode support to DW UART
 2022-06-20 11:48 UTC  (10+ messages)
` [PATCH v8 1/6] serial: 8250: make saved LSR larger
` [PATCH v8 2/6] serial: 8250: create lsr_save_mask
` [PATCH v8 3/6] serial: 8250_lpss: Use 32-bit reads
` [PATCH v8 4/6] serial: take termios_rwsem for ->rs485_config() & pass termios as param
` [PATCH v8 5/6] serial: Support for RS-485 multipoint addresses
` [PATCH v8 6/6] serial: 8250_dwlib: Support for 9th bit multipoint addressing

[PATCH] serial: kgdboc: Fix typo in comment
 2022-06-20 10:46 UTC 

[PATCH 0/6] serial: A few cleanups
 2022-06-20 10:39 UTC  (8+ messages)
` [PATCH 1/6] serial: msm: Convert container_of UART_TO_MSM to static inline
` [PATCH 2/6] serial: msm: Rename UART_* defines to MSM_UART_*
` [PATCH 3/6] serial: Use bits for UART_LSR_BRK_ERROR_BITS/MSR_ANY_DELTA
` [PATCH 4/6] serial: 8250: Use C99 array initializer & define UART_REG_UNMAPPED
` [PATCH 5/6] cleanup: Use UART_XMIT_SIZE
` [PATCH 6/6] serial: Consolidate BOTH_EMPTY use

[PATCH] serial: 8250: dw: enable using pdata with ACPI
 2022-06-20  9:17 UTC  (6+ messages)

[PATCH -next] serial: 8250: fix return error code in serial8250_request_std_resource()
 2022-06-20  8:27 UTC  (3+ messages)

[PATCH] MAINTAINERS: Update DW 8250 UART maintainership
 2022-06-20  6:12 UTC  (8+ messages)
    ` [kbuild-all] "

[PATCH] tty: serial: Fix refcount leak bug in ucc_uart.c
 2022-06-18 17:07 UTC  (2+ messages)

[PATCH] dt-bindings: serial: renesas,hscif: Document r8a779f0 bindings
 2022-06-17 22:48 UTC  (3+ messages)

[GIT PULL] TTY/Serial driver fixes for 5.19-rc3
 2022-06-17 15:00 UTC  (2+ messages)

[PATCH v3 0/4] serial: atmel: cleanup code
 2022-06-17 13:06 UTC  (7+ messages)
` [PATCH v3 1/4] tty: serial: atmel: stop using legacy pm ops
` [PATCH v3 2/4] tty: serial: atmel: use devm_clk_get()
` [PATCH v3 3/4] tty: serial: atmel: remove enable/disable clock due to atmel_console_setup()
` [PATCH v3 4/4] serial: st-asc: remove include of pm_runtime.h

[PATCH] dt-bindings: efm32: remove bindings for deleted platform
 2022-06-17  5:57 UTC  (5+ messages)

[PATCH -next] drivers/tty/serial: Add missing clk_disable_unprepare()
 2022-06-17  2:58 UTC 

[PATCH v2 00/20] Introduce Nuvoton Arbel NPCM8XX BMC SoC
 2022-06-16 21:11 UTC  (25+ messages)
` [PATCH v2 05/20] watchdog: npcm_wdt: Add NPCM845 watchdog support
` [PATCH v2 10/20] ARM: dts: nuvoton: add reset syscon property
` [PATCH v2 11/20] reset: npcm: using syscon instead of device data
` [PATCH v2 12/20] dt-bindings: reset: npcm: Add support for NPCM8XX

[PATCH] drivers: tty: serial: Add missing of_node_put() in serial-tegra.c
 2022-06-16  9:43 UTC  (10+ messages)
  ` [Linaro-mm-sig] "
        `  "

[PATCH v2 1/1] serial: core: Start managing serial controllers to enable runtime PM
 2022-06-16  8:51 UTC  (4+ messages)

[PATCH v7 0/6] Add RS485 9th bit addressing mode support to DW UART
 2022-06-16  7:53 UTC  (16+ messages)
` [PATCH v7 1/6] serial: 8250: make saved LSR larger
` [PATCH v7 2/6] serial: 8250: create lsr_save_mask
` [PATCH v7 3/6] serial: 8250_lpss: Use 32-bit reads
` [PATCH v7 4/6] serial: take termios_rwsem for .rs485_config() & pass termios as param
` [PATCH v7 5/6] serial: Support for RS-485 multipoint addresses
` [PATCH v7 6/6] serial: 8250_dwlib: Support for 9th bit multipoint addressing

tty: fix a possible hang on tty device
 2022-06-15 13:33 UTC  (17+ messages)
              ` [PATCH v3] tty: fix hang on tty device with no_room set
                  ` [PATCH v4] "
                          ` [PATCH v5] "

[PATCH] drivers: tty: serial: Add missing of_node_put() in serial-tegra.c
 2022-06-15 11:17 UTC 

[PATCH 0/3] Serial: Two concurrency fixes & one related cleanup
 2022-06-15 10:29 UTC  (6+ messages)
` [PATCH 1/3] serial: 8250: Fix __stop_tx() & DMA Tx restart races
` [PATCH 2/3] serial: 8250_dw: Take port lock while accessing LSR
` [PATCH 3/3] serial: 8250_dma: No need for if (dma->tx_err)

[PATCH v2 0/4] serial: atmel: cleanup code
 2022-06-15  8:31 UTC  (5+ messages)
` [PATCH v2 1/4] tty: serial: atmel: stop using legacy pm ops
` [PATCH v2 2/4] tty: serial: atmel: use devm_clk_get()
` [PATCH v2 3/4] tty: serial: atmel: remove enable/disable clock due to atmel_console_setup()
` [PATCH v2 4/4] serial: st-asc: remove include of pm_runtime.h

Wycena paneli fotowoltaicznych
 2022-06-15  7:55 UTC 

serial: usb: cdc-acm: OMRON B5L ToF, device probe failed
 2022-06-15  7:25 UTC 

[PATCH 0/2] serial: pl011: Add xilinx uart
 2022-06-14 12:21 UTC  (8+ messages)
` [PATCH 1/2] dt-bindings: serial: pl011: Add 'arm,xlnx-uart'

[PATCH] tty: Add closing marker into comment in tty_ldisc.h
 2022-06-14 12:10 UTC  (2+ messages)

[PATCH 1/7] tty/vt: consolemap: use ARRAY_SIZE(), part II
 2022-06-14  9:05 UTC  (22+ messages)
` [PATCH 2/7] tty/vt: consolemap: remove unused parameter from set_inverse_trans_unicode()
` [PATCH 3/7] tty/vt: consolemap: saner variable names in set_inverse_trans_unicode()
` [PATCH 4/7] tty/vt: consolemap: saner variable names in set_inverse_transl()
` [PATCH 5/7] tty/vt: consolemap: rename struct vc_data::vc_uni_pagedir*
` [PATCH 6/7] tty/vt: consolemap: improve UNI_*() macros definitions
` [PATCH 7/7] tty/vt: consolemap: remove dflt reset from con_do_clear_unimap()
` [PATCH v2 1/8] tty/vt: consolemap: use ARRAY_SIZE(), part II
  ` [PATCH v2 2/8] tty/vt: consolemap: remove unused parameter from set_inverse_trans_unicode()
  ` [PATCH v2 3/8] tty/vt: consolemap: saner variable names in set_inverse_trans_unicode()
  ` [PATCH v2 4/8] tty/vt: consolemap: saner variable names in set_inverse_transl()
  ` [PATCH v2 5/8] tty/vt: consolemap: rename struct vc_data::vc_uni_pagedir*
  ` [PATCH v2 6/8] tty/vt: consolemap: improve UNI_*() macros definitions
  ` [PATCH v2 7/8] tty/vt: consolemap: remove dflt reset from con_do_clear_unimap()
  ` [PATCH v2 8/8] tty/vt: consolemap: use E_TABSZ for the translations size

[PATCH v4] serial: pl011: UPSTAT_AUTORTS requires .throttle/unthrottle
 2022-06-14  7:56 UTC 

[PATCH] serial: pl011: UPSTAT_AUTORTS requires .throttle/unthrottle
 2022-06-14  7:55 UTC  (5+ messages)

[PATCH] serial: pl011: UPSTAT_AUTORTS requires .throttle/unthrottle
 2022-06-14  7:53 UTC 

[PATCH v6 0/6] Add RS485 9th bit addressing mode support to DW UART
 2022-06-13 22:22 UTC  (10+ messages)
` [PATCH v6 1/6] serial: 8250: make saved LSR larger
` [PATCH v6 2/6] serial: 8250: create lsr_save_mask
` [PATCH v6 3/6] serial: 8250_lpss: Use 32-bit reads
` [PATCH v6 4/6] serial: take termios_rwsem for .rs485_config() & pass termios as param
` [PATCH v6 5/6] serial: Support for RS-485 multipoint addresses
` [PATCH v6 6/6] serial: 8250_dwlib: Support for 9th bit multipoint addressing

[PATCH] tty: serial: qcom-geni-serial: minor fixes to get_clk_div_rate()
 2022-06-13 18:16 UTC  (15+ messages)

[PATCH] serial: Drop timeout from uart_port
 2022-06-13 11:39 UTC 

[PATCH 1/2] serial: 8250: Use UART_LCR_WLEN8 instead of literal
 2022-06-13  8:28 UTC  (4+ messages)
` [PATCH 2/2] serial: 8250_pericom: Use UART_LCR_DLAB

[tty:tty-linus] BUILD SUCCESS be03b0651ffd8bab69dfd574c6818b446c0753ce
 2022-06-11 14:37 UTC 

[PATCH] serial: sifive: Remove useless license text when SPDX-License-Identifier is already used
 2022-06-11  8:42 UTC 

[tty:tty-testing] BUILD SUCCESS 65534736d9a5cab5340ae8819e1394b6325e8390
 2022-06-11  7:23 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).