linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH v2 1/1] serial: 8250_pnp: Simplify "line" related code
 2024-05-06 12:12 UTC 

[PATCH v5 00/17] RISC-V: ACPI: Add external interrupt controller support
 2024-05-06 11:45 UTC  (40+ messages)
` [PATCH v5 01/17] arm64: PCI: Migrate ACPI related functions to pci-acpi.c
` [PATCH v5 02/17] ACPI: scan: Add a weak function to reorder the IRQCHIP probe
` [PATCH v5 03/17] ACPI: bus: Add acpi_riscv_init function
` [PATCH v5 04/17] ACPI: scan: Refactor dependency creation
` [PATCH v5 05/17] ACPI: scan: Add RISC-V interrupt controllers to honor list
` [PATCH v5 06/17] ACPI: scan: Define weak function to populate dependencies
` [PATCH v5 07/17] ACPI: bus: Add RINTC IRQ model for RISC-V
` [PATCH v5 08/17] ACPI: pci_link: Clear the dependencies after probe
` [PATCH v5 09/17] ACPI: RISC-V: Implement PCI related functionality
` [PATCH v5 10/17] ACPI: RISC-V: Implement function to reorder irqchip probe entries
` [PATCH v5 11/17] ACPI: RISC-V: Initialize GSI mapping structures
` [PATCH v5 12/17] ACPI: RISC-V: Implement function to add implicit dependencies
` [PATCH v5 13/17] irqchip/riscv-intc: Add ACPI support for AIA
` [PATCH v5 14/17] irqchip/riscv-imsic: Add ACPI support
` [PATCH v5 15/17] irqchip/riscv-aplic: "
` [PATCH v5 16/17] irqchip/sifive-plic: "
` [PATCH v5 17/17] serial: 8250: Add 8250_acpi driver

[PATCH 0/4] serial: sh-sci: response to Dirk's bugreport
 2024-05-06 11:40 UTC  (5+ messages)
` [PATCH 1/4] serial: sh-sci: protect invalidating RXDMA on shutdown
` [PATCH 2/4] serial: sh-sci: describe locking requirements for invalidating RXDMA
` [PATCH 3/4] serial: sh-sci: let timeout timer only run when DMA is scheduled
` [PATCH 4/4] serial: sh-sci: simplify locking when re-issuing RXDMA fails

[PATCH v3 0/2] Defer probing of SAM if serdev device is not ready
 2024-05-06  9:06 UTC  (4+ messages)
` [PATCH v3 1/2] platform/surface: aggregator: Defer probing when serdev "
` [PATCH v3 2/2] platform/surface: aggregator: Log critical errors during SAM probing

[PATCH v1 00/13] serial: 8250_exar: Clean up the driver
 2024-05-06  8:37 UTC  (35+ messages)
` [PATCH v1 01/13] serial: 8250_exar: Don't return positive values as error codes
` [PATCH v1 02/13] serial: 8250_exar: Describe all parameters in kernel doc
` [PATCH v1 03/13] serial: 8250_exar: Kill CTI_PCI_DEVICE()
` [PATCH v1 04/13] serial: 8250_exar: Use PCI_SUBVENDOR_ID_IBM for subvendor ID
` [PATCH v1 05/13] serial: 8250_exar: Trivia typo fixes
` [PATCH v1 06/13] serial: 8250_exar: Extract cti_board_init_osc_freq() helper
` [PATCH v1 07/13] serial: 8250_exar: Kill unneeded ->board_init()
` [PATCH v1 08/13] serial: 8250_exar: Decrease indentation level
` [PATCH v1 09/13] serial: 8250_exar: Return directly from switch-cases
` [PATCH v1 10/13] serial: 8250_exar: Switch to use dev_err_probe()
` [PATCH v1 11/13] serial: 8250_exar: Use BIT() in exar_ee_read()
` [PATCH v1 12/13] serial: 8250_exar: Make type of bit the same in exar_ee_*_bit()
` [PATCH v1 13/13] serial: 8250_exar: Keep the includes sorted

[tty:tty-linus] BUILD SUCCESS 8492bd91aa055907c67ef04f2b56f6dadd1f44bf
 2024-05-05 12:02 UTC 

[PATCH RESEND v6 0/3] printk: CONFIG_BASE_SMALL fix for LOG_CPU_MAX_BUF_SHIFT and removal of CONFIG_BASE_FULL
 2024-05-05  8:03 UTC  (4+ messages)
` [PATCH RESEND v6 1/3] printk: Fix LOG_CPU_MAX_BUF_SHIFT when BASE_SMALL is enabled
` [PATCH RESEND v6 2/3] printk: Change type of CONFIG_BASE_SMALL to bool
` [PATCH RESEND v6 3/3] printk: Remove redundant CONFIG_BASE_FULL

[tty:tty-testing] BUILD SUCCESS 6bd23e0c2bb6c65d4f5754d1456bc9a4427fc59b
 2024-05-05  7:41 UTC 

[BUILD SUCCESS] LAST PATCH: [PATCH v2 13/13] serial: 8250_exar: Keep the includes sorted
 2024-05-04 17:36 UTC 

[PATCH 1/1] serial: 8250_pnp: Simplify "line" related code
 2024-05-04 16:10 UTC  (2+ messages)

[PATCH printk v5 00/30] wire up write_atomic() printing
 2024-05-04 16:08 UTC  (7+ messages)
` [PATCH printk v5 08/30] serial: core: Provide low-level functions to lock port
` [PATCH printk v5 09/30] serial: core: Introduce wrapper to set @uart_port->cons
` [PATCH printk v5 12/30] serial: core: Implement processing in port->lock wrapper

[PATCH v2] serial: imx: Introduce timeout when waiting on transmitter empty
 2024-05-04 16:03 UTC  (4+ messages)
` [PATCH v3] "

[PATCH v2][next] tty: sunsu: Simplify device_node cleanup by using __free
 2024-05-04 16:02 UTC  (8+ messages)

[PATCH v2 0/4] serial: exar: fix kbuild warnings and code style
 2024-05-04 16:01 UTC  (3+ messages)

[PATCH v3 00/11] LIN Bus support for Linux
 2024-05-04 16:00 UTC  (15+ messages)
` [PATCH v3 01/11] can: Add LIN bus as CAN abstraction
` [PATCH v3 02/11] HID: hexLIN: Add support for USB LIN bus adapter
` [PATCH v3 03/11] tty: serdev: Add flag buffer aware receive_buf_fp()
` [PATCH v3 04/11] tty: serdev: Add method to enable break flags
` [PATCH v3 05/11] dt-bindings: vendor-prefixes: Add hexDEV
` [PATCH v3 06/11] dt-bindings: net/can: Add serial (serdev) LIN adapter
` [PATCH v3 07/11] can: Add support for serdev LIN adapters
` [PATCH v3 08/11] can: bcm: Add LIN answer offloading for responder mode
` [PATCH v3 09/11] can: lin: Handle rx offload config frames
` [PATCH v3 10/11] can: lin: Support setting LIN mode
` [PATCH v3 11/11] HID: hexLIN: Implement ability to update lin mode

[PATCH v2 00/12] LIN Bus support for Linux
 2024-05-04 13:13 UTC  (27+ messages)
` [PATCH v2 01/12] can: Add LIN bus as CAN abstraction
` [PATCH v2 02/12] HID: hexLIN: Add support for USB LIN bus adapter
` [PATCH v2 03/12] tty: serdev: Add flag buffer aware receive_buf_fp()
` [PATCH v2 04/12] tty: serdev: Add method to enable break flags
` [PATCH v2 05/12] dt-bindings: vendor-prefixes: Add hexDEV
` [PATCH v2 06/12] dt-bindings: net/can: Add serial (serdev) LIN adapter
` [PATCH v2 07/12] can: Add support for serdev LIN adapters
` [PATCH v2 08/12] can: lin: Add special frame id for rx offload config
` [PATCH v2 09/12] can: bcm: Add LIN answer offloading for responder mode
` [PATCH v2 10/12] can: lin: Handle rx offload config frames
` [PATCH v2 11/12] can: lin: Support setting LIN mode
` [PATCH v2 12/12] HID: hexLIN: Implement ability to update lin mode

[PATCH v2 0/2] Defer probing of SAM if serdev device is not ready
 2024-05-04  4:17 UTC  (6+ messages)
` [PATCH v2 1/2] platform/surface: aggregator: Defer probing when serdev "
` [PATCH v2 2/2] platform/surface: aggregator: Log critical errors during SAM probing

[PATCH v2 00/13] serial: 8250_exar: Clean up the driver
 2024-05-03 18:33 UTC  (15+ messages)
` [PATCH v2 01/13] serial: 8250_exar: Don't return positive values as error codes
` [PATCH v2 02/13] serial: 8250_exar: Describe all parameters in kernel doc
` [PATCH v2 03/13] serial: 8250_exar: Kill CTI_PCI_DEVICE()
` [PATCH v2 04/13] serial: 8250_exar: Use PCI_SUBVENDOR_ID_IBM for subvendor ID
` [PATCH v2 05/13] serial: 8250_exar: Trivia typo fixes
` [PATCH v2 06/13] serial: 8250_exar: Extract cti_board_init_osc_freq() helper
` [PATCH v2 07/13] serial: 8250_exar: Kill unneeded ->board_init()
` [PATCH v2 08/13] serial: 8250_exar: Decrease indentation level
` [PATCH v2 09/13] serial: 8250_exar: Return directly from switch-cases
` [PATCH v2 10/13] serial: 8250_exar: Switch to use dev_err_probe()
` [PATCH v2 11/13] serial: 8250_exar: Use BIT() in exar_ee_read()
` [PATCH v2 12/13] serial: 8250_exar: Make type of bit the same in exar_ee_*_bit()
` [PATCH v2 13/13] serial: 8250_exar: Keep the includes sorted

[PATCH V2] tty: hvc: hvc_opal: eliminate uses of of_node_put()
 2024-05-03 13:58 UTC  (2+ messages)

[BUILD SUCCESS] LAST PATCH: [PATCH v1 13/13] serial: 8250_exar: Keep the includes sorted
 2024-05-03 13:48 UTC 

[PATCH] tty: hvc: hvc_opal: eliminate uses of of_node_put()
 2024-05-03 13:30 UTC  (3+ messages)

[RFC PATCH 0/2] Defer probing of SAM if serdev device is not ready
 2024-05-02 20:03 UTC  (7+ messages)
` [RFC PATCH 1/2] platform/surface: aggregator: Defer probing when serdev "
` [RFC PATCH 2/2] platform/surface: aggregator: Log critical errors during SAM probing

[RFC PATCH 0/2] serial: sci: fix OOPS because of wrongly running hrtimer
 2024-05-02 18:17 UTC  (6+ messages)
` [RFC PATCH 1/2] serial: sh-sci: start hrtimer after setting up DMA
` [RFC PATCH 2/2] serial: sh-sci: always cancel hrtimer when DMA RX is invalidated

[RESEND v7 24/37] mfd: sm501: Convert platform_data to OF property
 2024-05-02 16:02 UTC  (2+ messages)

[PATCH v2] serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using prescaler
 2024-05-02  7:48 UTC  (2+ messages)

[PATCH 00/11] LIN Bus support for Linux
 2024-05-02  5:26 UTC  (4+ messages)
` [PATCH 05/11] dt-bindings: net: can: Add serdev LIN bus dt bindings

[PATCH][next] tty: sunsu: Simplify device_node cleanup by using __free
 2024-05-01  5:32 UTC  (5+ messages)

[PATCH v4 0/5] serial: sc16is7xx: split into core and I2C/SPI parts
 2024-04-30 13:03 UTC  (5+ messages)
` [PATCH v4 3/5] serial: sc16is7xx: split into core and I2C/SPI parts (core)


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).