linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-08 07:30:53 to 2022-06-16 08:43:06 UTC [more...]

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

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

[PATCH] dt-bindings: efm32: remove bindings for deleted platform
 2022-06-16  8:17 UTC  (3+ 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

[PATCH v2 00/20] Introduce Nuvoton Arbel NPCM8XX BMC SoC
 2022-06-15 17:03 UTC  (58+ messages)
` [PATCH v2 01/20] clocksource: timer-npcm7xx: Add NPCM845 timer
` [PATCH v2 02/20] dt-bindings: serial: 8250: Add npcm845 compatible string
` [PATCH v2 03/20] tty: serial: 8250: Add NPCM845 UART support
` [PATCH v2 04/20] dt-bindings: watchdog: npcm: Add npcm845 compatible string
` [PATCH v2 05/20] watchdog: npcm_wdt: Add NPCM845 watchdog support
` [PATCH v2 06/20] dt-binding: clk: npcm845: Add binding for Nuvoton NPCM8XX Clock
` [PATCH v2 07/20] clk: npcm8xx: add clock controller
` [PATCH v2 08/20] dt-bindings: reset: modify to general NPCM name
` [PATCH v2 09/20] dt-bindings: reset: npcm: add GCR syscon property
` [PATCH v2 10/20] ARM: dts: nuvoton: add reset "
` [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 v2 13/20] reset: npcm: Add NPCM8XX support
` [PATCH v2 14/20] dt-bindings: arm: npcm: Add maintainer
` [PATCH v2 15/20] dt-bindings: arm: npcm: Add nuvoton,npcm845 compatible string
` [PATCH v2 16/20] dt-bindings: arm: npcm: Add nuvoton,npcm845 GCR "
` [PATCH v2 17/20] arm64: npcm: Add support for Nuvoton NPCM8XX BMC SoC
` [PATCH v2 18/20] arm64: dts: nuvoton: Add initial NPCM8XX device tree
` [PATCH v2 19/20] arm64: dts: nuvoton: Add initial NPCM845 EVB "
` [PATCH v2 20/20] arm64: defconfig: Add Nuvoton NPCM family support

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] dt-bindings: serial: renesas,hscif: Document r8a779f0 bindings
 2022-06-14 15:29 UTC  (2+ messages)

[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  (17+ 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 

[PATCH 0/3] serial: atmel: cleanup code
 2022-06-10 13:43 UTC  (5+ messages)
` [PATCH 2/3] tty: serial: atmel: improve clock management

[PATCH v3 1/9] tty: n_gsm: fix user open not possible at responder until initiator open
 2022-06-10 11:55 UTC  (3+ messages)
` [PATCH v3 6/9] tty: n_gsm: fix deadlock and link starvation in outgoing data path

[PATCH 01/36] tty/vt: consolemap: use ARRAY_SIZE()
 2022-06-09  8:51 UTC  (28+ messages)
` [PATCH 03/36] tty/vt: consolemap: define UNI_* macros for constants
` [PATCH 10/36] tty/vt: consolemap: introduce UNI_*() macros
` [PATCH 12/36] tty/vt: consolemap: use sizeof(*pointer) instead of sizeof(type)
` [PATCH 16/36] tty/vt: consolemap: check put_user() in con_get_unimap()
` [PATCH 33/36] tty/vt: consolemap: change refcount only if needed in con_do_clear_unimap()

[PATCH 00/17] Add support for MT8365 EVK board
 2022-06-09  5:58 UTC  (5+ messages)
` [PATCH 05/17] dt-bindings: dma: mediatek,uart-dma: add MT8365 bindings
` [PATCH 11/17] dt-bindings: phy: mediatek,dsi-phy: Add MT8365 SoC bindings

[PATCH 0/2] tty: serial: Introduce callback for start_rx and implement same for qcom-geni-serial
 2022-06-08 15:39 UTC  (5+ messages)
` [PATCH 1/2] serial: core: Introduce callback for start_rx and do stop_rx in suspend only if this callback implementation is present
` [PATCH 2/2] tty: serial: qcom-geni-serial: Implement start_rx callback

[PATCH v4 0/6] LSR flag preservation improvements
 2022-06-08 10:46 UTC  (8+ messages)
` [PATCH v4 1/6] serial: 8250: Store to lsr_save_flags after lsr read
` [PATCH v4 2/6] serial: 8250: Create serial_lsr_in()
` [PATCH v4 3/6] serial: 8250: Get preserved flags using serial_lsr_in()
` [PATCH v4 4/6] serial: 8250: Adjust misleading LSR related comment
` [PATCH v4 5/6] serial: 8250_dw: Use serial_lsr_in() in dw8250_handle_irq()
` [PATCH v4 6/6] serial: 8250_dw: Store LSR into lsr_saved_flags in dw8250_tx_wait_empty()

Napływ Klientów ze strony
 2022-06-08  8:05 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).