linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-10 14:42:49 to 2023-07-24 05:08:04 UTC [more...]

[PATCH v4 0/3] Serial core controller port device name fixes
 2023-07-24  5:07 UTC  (4+ messages)
` [PATCH v4 1/3] serial: core: Controller id cannot be negative
` [PATCH v4 2/3] serial: core: Fix serial core port id to not use port->line
` [PATCH v4 3/3] serial: core: Fix serial core controller port name to show controller id

[PATCH] MAINTAINERS: Update TTY layer for lists and recently added files
 2023-07-24  4:53 UTC  (3+ messages)

[PATCH] serial: sc16is7xx: Put IOControl register into regmap_volatile
 2023-07-24  3:47 UTC 

[PATCH AUTOSEL 6.1 01/34] serial: stm32: Ignore return value of uart_remove_one_port() in .remove()
 2023-07-24  1:32 UTC 

[PATCH AUTOSEL 6.4 01/40] serial: stm32: Ignore return value of uart_remove_one_port() in .remove()
 2023-07-24  1:31 UTC 

[PATCH] serial: st-asc: Fix to check return value of platform_get_irq() in asc_init_port()
 2023-07-23  4:28 UTC 

[RESEND PATCH v8 00/10] serial: sc16is7xx: fix GPIO regression and rs485 improvements
 2023-07-22 15:15 UTC  (14+ messages)
` [RESEND PATCH v8 01/10] serial: sc16is7xx: fix broken port 0 uart init
` [RESEND PATCH v8 02/10] serial: sc16is7xx: mark IOCONTROL register as volatile
` [RESEND PATCH v8 03/10] serial: sc16is7xx: remove obsolete out_thread label
` [RESEND PATCH v8 04/10] serial: sc16is7xx: refactor GPIO controller registration
` [RESEND PATCH v8 05/10] dt-bindings: sc16is7xx: Add property to change GPIO function
` [RESEND PATCH v8 06/10] serial: sc16is7xx: fix regression with GPIO configuration
` [RESEND PATCH v8 07/10] serial: sc16is7xx: fix bug when first setting GPIO direction
` [RESEND PATCH v8 08/10] serial: sc16is7xx: add call to get rs485 DT flags and properties
` [RESEND PATCH v8 09/10] serial: sc16is7xx: add post reset delay
` [RESEND PATCH v8 10/10] serial: sc16is7xx: improve comments about variants

[syzbot] [serial?] general protection fault in serial8250_tx_chars
 2023-07-22 12:16 UTC  (2+ messages)

[PATCH 01/10] tty: serial: 8250: Define earlycon for mrvl,mmp-uart
 2023-07-21 20:37 UTC 

[PATCH] dt-bindings: serial: Remove obsolete nxp,lpc1850-uart.txt
 2023-07-21 19:07 UTC  (3+ messages)

[PATCH] dt-bindings: serial: Remove obsolete cavium-uart.txt
 2023-07-21 19:06 UTC  (3+ messages)

[PATCH v7 0/9] serial: sc16is7xx: fix GPIO regression and rs485 improvements
 2023-07-21 15:46 UTC  (19+ messages)
` [PATCH v7 5/9] serial: sc16is7xx: fix regression with GPIO configuration

[PATCH v2 1/1] drm/i915: Move abs_diff() to math.h
 2023-07-21 13:53 UTC 

[PATCH v2] dt-bindings: serial: tegra-hsuart: Convert to json-schema
 2023-07-21 12:47 UTC  (2+ messages)

[PATCH v3 0/3] Serial core controller port device name fixes
 2023-07-21 10:36 UTC  (6+ messages)
` [PATCH v3 1/3] serial: core: Controller id cannot be negative
` [PATCH v3 2/3] serial: core: Fix serial core port id to not use port->line
` [PATCH v3 3/3] serial: core: Fix serial core controller port name to show controller id

[PATCH] serial: core: Add sysfs links for serial core port instances for ttys
 2023-07-21 10:05 UTC  (6+ messages)

[tty:tty-linus] BUILD SUCCESS 690c8b804ad2eafbd35da5d3c95ad325ca7d5061
 2023-07-21  5:53 UTC 

[PATCH 0/3] PM / wakeirq: fix wake irq arming
 2023-07-20 17:49 UTC  (8+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] PM / wakeirq: drop unused enable helpers
` [PATCH 3/3] serial: qcom-geni: drop bogus runtime pm state update

[PATCH 00/10] Introduce STM32 Firewall framework
 2023-07-20 14:58 UTC  (17+ messages)
` [PATCH 02/10] dt-bindings: bus: add device tree bindings for RIFSC
` [PATCH 04/10] dt-bindings: treewide: add feature-domains description in binding files
` [PATCH 05/10] firewall: introduce stm32_firewall framework

[PATCH 0/4] add support for ASIX AX99100
 2023-07-20  9:26 UTC  (8+ messages)
` [PATCH 1/4] can: ems_pci: remove PCI_SUBVENDOR_ID_ASIX definition
` [PATCH 2/4] can: ems_pci: move ASIX AX99100 ids to pci_ids.h
` [PATCH 3/4] serial: 8250_pci: add support for ASIX AX99100
` [PATCH 4/4] parport_pc: "

[syzbot] [btrfs?] [netfilter?] BUG: MAX_LOCKDEP_CHAIN_HLOCKS too low! (2)
 2023-07-20  7:18 UTC  (7+ messages)

[PATCH V2 1/2] serial: sprd: Assign sprd_port after initialized to avoid wrong access
 2023-07-20  6:57 UTC  (3+ messages)
` [PATCH V2 2/2] serial: sprd: Fix DMA buffer leak issue

[PATCH 0/7] consoles small cleanups
 2023-07-20  6:16 UTC  (9+ messages)
` [PATCH 1/7] vgacon: switch vgacon_scrolldelta() and vgacon_restore_screen()
` [PATCH 2/7] vgacon: remove unneeded forward declarations
` [PATCH 3/7] vgacon: remove unused xpos from vgacon_set_cursor_size()
` [PATCH 4/7] vgacon: let vgacon_doresize() return void
` [PATCH 5/7] vgacon: cache vc_cell_height in vgacon_cursor()
` [PATCH 6/7] sticon: make sticon_set_def_font() void and remove op parameter
` [PATCH 7/7] fbcon: remove unused display (p) from fbcon_redraw()

[PATCH v2 2/3] serial: core: Fix serial core port id to not use port->line
 2023-07-20  5:10 UTC  (2+ messages)
` [PATCH v2 3/3] serial: core: Fix serial core controller port name to show controller id

[PATCH] serial: core: Add support for dev_name:0.0 naming for kernel console
 2023-07-20  4:13 UTC  (11+ messages)

[linux-next:master] BUILD SUCCESS WITH WARNING 352ce39a8bbaec0405793682be59fae120fc6b05
 2023-07-19 18:19 UTC 

[PATCH] serial: core: Fix serial core port id to not use port->line
 2023-07-19  5:50 UTC  (6+ messages)

[PATCH] tty: serial: add missing clk_put()
 2023-07-18 13:25 UTC  (3+ messages)

[PATCH] tty: serial: fsl_lpuart: Fix possible integer overflow
 2023-07-18 11:03 UTC  (4+ messages)

[PATCHv3 0/2] update at91 usart compatible for sam9x60
 2023-07-18  6:57 UTC  (3+ messages)
` [PATCHv3 1/2] dt-bindings: serial: atmel,at91-usart: update "
` [PATCHv3 2/2] ARM: dts: at91: sam9x60: fix the SOC detection

[PATCH v2 0/4] Add interconnects to QUPs on SM8250
 2023-07-18  4:41 UTC  (3+ messages)
` [PATCH v2 3/4] interconnect: qcom: sm8250: Fix QUP0 nodes

[PATCH V4 0/3] correct the lpuart compatible for imx8dxl and imx93
 2023-07-18  3:40 UTC  (2+ messages)

[PATCH V3 0/3] correct the lpuart compatible for imx8dxl and imx93
 2023-07-18  3:38 UTC  (5+ messages)
` [PATCH V3 1/3] arm64: dts: imx8dxl: remove "fsl,imx7ulp-lpuart" compatible for imx8dxl
` [PATCH V3 2/3] arm64: dts: imx93: add "fsl,imx8ulp-lpuart" compatible for imx93

[PATCH 1/1] drivers:tty: fix return value check in asc_init_port
 2023-07-17 14:47 UTC 

[PATCH 0/2] serial: qcom-geni: fix opp vote on shutdown
 2023-07-15  9:19 UTC  (7+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] serial: qcom-geni: clean up clock-rate debug printk

[PATCH] tty: Explicitly include correct DT includes
 2023-07-14 17:50 UTC 

[PATCH v4] serial: 8250_dw: Preserve original value of DLF register
 2023-07-14 12:31 UTC  (4+ messages)

Fwd: [PATCH] tty:Insert clk_put before return (clk) to release memory
 2023-07-14 11:48 UTC  (3+ messages)

[PATCH 00/10] tty: u8 conversion preparation
 2023-07-14  9:45 UTC  (20+ messages)
` [PATCH 01/10] tty: sysrq: rename and re-type i in sysrq_handle_loglevel()
` [PATCH 02/10] tty: sysrq: switch sysrq handlers from int to u8
` [PATCH 03/10] tty: sysrq: switch the rest of keys "
` [PATCH 04/10] tty: sysrq: use switch in sysrq_key_table_key2index()
` [PATCH 05/10] serial: convert uart sysrq handling to u8
` [PATCH 06/10] serial: make uart_insert_char() accept u8s
` [PATCH 07/10] serial: pass state to __uart_start() directly
` [PATCH 08/10] serial: arc_uart: simplify flags handling in arc_serial_rx_chars()
` [PATCH 09/10] serial: omap-serial: remove flag from serial_omap_rdi()
` [PATCH 10/10] serial: drivers: switch ch and flag to u8

Re:
 2023-07-14  8:05 UTC 

[PATCH 01/15] serial: ar933x: Use devm_platform_get_and_ioremap_resource()
 2023-07-13 13:18 UTC  (16+ messages)
` [PATCH 02/15] serial: bcm63xx-uart: "
` [PATCH 03/15] serial: clps711x: "
` [PATCH 04/15] serial: linflexuart: "
` [PATCH 05/15] serial: tegra: "
` [PATCH 06/15] serial: omap: "
` [PATCH 07/15] serial: fsl_lpuart: "
` [PATCH 08/15] serial: vt8500: "
` [PATCH 09/15] serial: mps2-uart: "
` [PATCH 10/15] serial: sprd: "
` [PATCH 11/15] serial: sccnxp: "
` [PATCH 12/15] serial: mvebu-uart: "
` [PATCH 13/15] serial: sifive: "
` [PATCH 14/15] serial: imx: "
` [PATCH 15/15] serial: st-asc: "

[PATCHv2 0/2] update at91 usart compatible for sam9x60
 2023-07-13 10:43 UTC  (7+ messages)
` [PATCHv2 1/2] dt-bindings: serial: atmel,at91-usart: add "
` [PATCHv2 2/2] ARM: dts: at91: sam9x60: fix the SOC detection

[PATCH v3] serial: 8250_dw: Preserve original value of DLF register
 2023-07-12 14:26 UTC  (2+ messages)

[PATCH] dmaengine: pl330: Return DMA_PAUSED when transaction is paused
 2023-07-12 14:16 UTC  (3+ messages)

[PATCH] tty: make check_tty_count() void
 2023-07-12  8:58 UTC 

[PATCH 0/4] tty: n_tty: couple of random fixes
 2023-07-12  6:42 UTC  (5+ messages)
` [PATCH 1/4] n_tty: drop fp from n_tty_receive_buf_real_raw()
` [PATCH 2/4] n_tty: simplify and sanitize zero_buffer()
` [PATCH 3/4] n_tty: pass ldata to canon_skip_eof() directly
` [PATCH 4/4] n_tty: make many tty parameters const

[PATCH 1/2] serial: sprd: Assign sprd_port after initialized to avoid wrong access
 2023-07-12  3:11 UTC  (5+ messages)

[PATCH] serial: qcom-geni: use icc tag defines
 2023-07-11 17:00 UTC  (2+ messages)

Fotowoltaika - propozycja instalacji
 2023-07-11  8:11 UTC 

[PATCH 2/2] serial: sprd: Fix DMA buffer leak issue
 2023-07-11  2:58 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;
as well as URLs for NNTP newsgroup(s).