($INBOX_DIR/description missing)
 help / color / mirror / Atom feed
[PATCH v6 0/9] dmaengine: Add new API to combine configuration and descriptor preparation
 2026-05-20 22:00 UTC  (10+ messages)
` [PATCH v6 1/9] dmaengine: Add API to combine configuration and preparation (sg and single)
` [PATCH v6 2/9] dmaengine: Add safe API to combine configuration and preparation
` [PATCH v6 3/9] PCI: endpoint: pci-epf-test: Use dmaenigne_prep_config_single() to simplify code
` [PATCH v6 4/9] dmaengine: dw-edma: Use new .device_prep_config_sg() callback
` [PATCH v6 5/9] dmaengine: dw-edma: Pass dma_slave_config to dw_edma_device_transfer()
` [PATCH v6 6/9] nvmet: pci-epf: Remove unnecessary dmaengine_terminate_sync() on each DMA transfer
` [PATCH v6 7/9] nvmet: pci-epf: Use dmaengine_prep_config_single_safe() API
` [PATCH v6 8/9] PCI: epf-mhi: Use dmaengine_prep_config_single() to simplify code
` [PATCH v6 9/9] crypto: atmel: Use dmaengine_prep_config_sg() API

[mani-mhi:mhi-next] BUILD SUCCESS 519ddf194b158b91439319f6b977b8a465fda0fb
 2026-05-13  5:01 UTC 

[PATCH v5 0/9] dmaengine: Add new API to combine configuration and descriptor preparation
 2026-05-12 16:42 UTC  (10+ messages)
` [PATCH v5 1/9] dmaengine: Add API to combine configuration and preparation (sg and single)
` [PATCH v5 2/9] dmaengine: Add safe API to combine configuration and preparation
` [PATCH v5 3/9] PCI: endpoint: pci-epf-test: Use dmaenigne_prep_config_single() to simplify code
` [PATCH v5 4/9] dmaengine: dw-edma: Use new .device_prep_config_sg() callback
` [PATCH v5 5/9] dmaengine: dw-edma: Pass dma_slave_config to dw_edma_device_transfer()
` [PATCH v5 6/9] nvmet: pci-epf: Remove unnecessary dmaengine_terminate_sync() on each DMA transfer
` [PATCH v5 7/9] nvmet: pci-epf: Use dmaengine_prep_config_single_safe() API
` [PATCH v5 8/9] PCI: epf-mhi: Use dmaengine_prep_config_single() to simplify code
` [PATCH v5 9/9] crypto: atmel: Use dmaengine_prep_config_single() API

[PATCH 1/1] bus: mhi: host: pci_generic: Add Telit FE910C04 modem support
 2026-05-12 14:33 UTC  (2+ messages)

[PATCH v2 0/2] bus: mhi: ep: Fix state_lock protection issues
 2026-05-12 14:31 UTC  (4+ messages)
` [PATCH v2 1/2] bus: mhi: ep: Fix potential deadlock in mhi_ep_reset_worker()
` [PATCH v2 2/2] bus: mhi: ep: Add missing state_lock protection for mhi_state access

bus: mhi: host: pci_generic: round up nr_irqs to a power of two
 2026-05-12 14:28 UTC  (6+ messages)
  ` [PATCH v1] "

[PATCH v5 0/7] Qualcomm Sahara protocol enhancements
 2026-05-12 14:19 UTC  (9+ messages)
` [PATCH v5 1/7] Add documentation for Sahara protocol
` [PATCH v5 2/7] bus: mhi: Move Sahara protocol driver under MHI host client drivers
` [PATCH v5 3/7] bus: mhi: Centralize Sahara firmware image table selection at probe time
` [PATCH v5 4/7] bus: mhi: Add QDU100 Sahara variant and firmware fallback
` [PATCH v5 5/7] bus: mhi: Load DDR training data using device serial number
` [PATCH v5 6/7] bus: mhi: Capture DDR training data via command mode
` [PATCH v5 7/7] bus: mhi: Expose DDR training data via controller sysfs

[PATCH v4 0/9] dmaengine: Add new API to combine configuration and descriptor preparation
 2026-05-12 14:06 UTC  (16+ messages)
` [PATCH v4 1/9] dmaengine: Add API to combine configuration and preparation (sg and single)
` [PATCH v4 2/9] dmaengine: Add safe API to combine configuration and preparation
` [PATCH v4 3/9] PCI: endpoint: pci-epf-test: Use dmaenigne_prep_config_single() to simplify code
` [PATCH v4 4/9] dmaengine: dw-edma: Use new .device_prep_config_sg() callback
` [PATCH v4 5/9] dmaengine: dw-edma: Pass dma_slave_config to dw_edma_device_transfer()
` [PATCH v4 6/9] nvmet: pci-epf: Remove unnecessary dmaengine_terminate_sync() on each DMA transfer
` [PATCH v4 7/9] nvmet: pci-epf: Use dmaengine_prep_config_single_safe() API
` [PATCH v4 8/9] PCI: epf-mhi: Use dmaengine_prep_config_single() to simplify code
` [PATCH v4 9/9] crypto: atmel: Use dmaengine_prep_config_single() API

[PATCH AUTOSEL 7.0-6.12] bus: mhi: host: pci_generic: Add Telit FE912C04 modem support
 2026-04-28 10:41 UTC  (2+ messages)
` [PATCH AUTOSEL 7.0-6.12] bus: mhi: host: pci_generic: Add Qualcomm SDX35 modem

[QUESTION] Public availability of the MHI specification
 2026-04-28  8:59 UTC  (3+ messages)

[PATCH v2 0/6] bus: mhi: host: mhi_phc: Add support for PHC over MHI
 2026-04-14 17:46 UTC  (15+ messages)
` [PATCH v2 1/6] bus: mhi: host: Add support to read MHI capabilities
` [PATCH v2 2/6] bus: mhi: host: Add support for non-posted TSC timesync feature
` [PATCH v2 3/6] bus: mhi: host: Add support for 64bit register reads and writes
` [PATCH v2 4/6] bus: mhi: pci_generic: Add support for 64 bit register read & write
` [PATCH v2 5/6] bus: mhi: host: Update the Time sync logic to read 64 bit register value
` [PATCH v2 6/6] bus: mhi: host: mhi_phc: Add support for PHC over MHI

[PATCH v4 0/9] Qualcomm Sahara protocol enhancements
 2026-04-14  9:57 UTC  (37+ messages)
` [PATCH v4 1/9] Add documentation for Sahara protocol
` [PATCH v4 2/9] bus: mhi: Move sahara protocol driver under drivers/bus/mhi
` [PATCH v4 3/9] bus: mhi: Match devices exposing the protocol on the SAHARA channel
` [PATCH v4 4/9] bus: mhi: Centralize firmware image table selection at probe time
` [PATCH v4 5/9] bus: mhi: Add QDU100 variant and image_id firmware fallback
` [PATCH v4 6/9] bus: mhi: Load DDR training data using per-device serial number
` [PATCH v4 7/9] bus: mhi: Capture DDR training data using command mode
` [PATCH v4 8/9] bus: mhi: Expose DDR training data via controller sysfs
` [PATCH v4 9/9] Documentation: ABI: Add sysfs ABI documentation for DDR training data

[PATCH 0/5] bus: mhi: host: mhi_phc: Add support for PHC over MHI
 2026-04-08  9:22 UTC  (4+ messages)
` [PATCH 4/5] bus: mhi: host: Update the Time sync logic to read 64 bit register value

[mani-mhi:mhi-next] BUILD SUCCESS ac12b852b4ead4a586299c8f68cdcbcaf1bf6cbc
 2026-04-04  3:04 UTC 

[GIT PULL] MHI changes for v7.1
 2026-04-03 12:01 UTC  (2+ messages)

[PATCH 1/1] bus: mhi: host: pci_generic: Add Telit FE912C04 modem support
 2026-04-03  6:15 UTC  (2+ messages)

[PATCH 0/3] dmaengine: Add batched scatter-gather DMA support
 2026-03-30  5:28 UTC  (8+ messages)
` [PATCH 1/3] dmaengine: Add multi-buffer support in single DMA transfer
` [PATCH 2/3] PCI: epf-mhi: Add batched DMA read support
` [PATCH 3/3] bus: mhi: ep: Use batched read for ring caching

[PATCH v8 0/2] net: mhi: Add support to enable ethernet interface
 2026-03-23  6:11 UTC  (5+ messages)
` [PATCH v8 1/2] net: mhi: Enable Ethernet interface support
` (subset) [PATCH v8 0/2] net: mhi: Add support to enable ethernet interface

[mani-mhi:mhi-next] BUILD SUCCESS f2d1643ddc0f3d0b847a6877ec37f1fabacfbfed
 2026-03-18  2:11 UTC 

[PATCH v2 0/8] dmaengine: Add new API to combine onfiguration and descriptor preparation
 2026-03-17 14:04 UTC  (6+ messages)
` [PATCH v2 1/8] dmaengine: Add API to combine configuration and preparation (sg and single)

[PATCH] bus: mhi: host: fix invalid free of BHI/BHIe buffers
 2026-03-17 10:06 UTC  (2+ messages)

[PATCH] bus: mhi: use kzalloc_flex
 2026-03-16  4:06 UTC  (2+ messages)

[PATCH 0/4] bus: mhi: Fix broken runtime PM design
 2026-03-13  7:16 UTC  (4+ messages)
` [PATCH 3/4] net: mhi_net: Implement runtime PM support

[PATCH v3 0/9] Qualcomm Sahara protocol enhancements
 2026-03-10  7:22 UTC  (10+ messages)
` [PATCH v3 1/9] Add documentation for Sahara protocol
` [PATCH v3 2/9] bus: mhi: Move sahara protocol driver under drivers/bus/mhi
` [PATCH v3 3/9] bus: mhi: Match devices exposing the protocol on the SAHARA channel
` [PATCH v3 4/9] bus: mhi: Centralize firmware image table selection at probe time
` [PATCH v3 5/9] bus: mhi: Add QDU100 variant and image_id firmware fallback
` [PATCH v3 6/9] bus: mhi: Load DDR training data using per-device serial number
` [PATCH v3 7/9] bus: mhi: Capture DDR training data using command mode
` [PATCH v3 8/9] bus: mhi: Expose DDR training data via controller sysfs
` [PATCH v3 9/9] Documentation: ABI: Add sysfs ABI documentation for DDR training data

[PATCH v2 0/9] Qualcomm Sahara protocol enhancements
 2026-03-08  9:27 UTC  (13+ messages)
` [PATCH v2 1/9] Add documentation for Sahara protocol
` [PATCH v2 2/9] bus: mhi: Move sahara protocol driver under drivers/bus/mhi
` [PATCH v2 3/9] bus: mhi: Match devices exposing the protocol on the SAHARA channel
` [PATCH v2 4/9] bus: mhi: Centralize firmware image table selection at probe time
` [PATCH v2 5/9] bus: mhi: Add QDU100 firmware image table
` [PATCH v2 6/9] bus: mhi: Load DDR training data using per-device serial number
` [PATCH v2 7/9] bus: mhi: Capture DDR training data using command mode
` [PATCH v2 8/9] bus: mhi: Expose DDR training data via controller sysfs
` [PATCH v2 9/9] Documentation: ABI: Add sysfs ABI documentation for DDR training data

[mani-mhi:mhi-next] BUILD SUCCESS f227b246307e0cf3091e13e7fbae3974aaf38eb9
 2026-03-07  2:52 UTC 

[PATCH v2 0/2] bus: mhi: host: pci_generic: Improve boot performance and cleanup
 2026-03-06  7:42 UTC  (5+ messages)
` [PATCH v2 1/2] bus: mhi: host: pci_generic: Switch to async power up to avoid boot delays
` [PATCH v2 2/2] bus: mhi: host: pci_generic: Add pm_runtime_forbid() in remove callback

[PATCH 1/1] bus: mhi: host: pci_generic: Add NMEA channels to FN920C04 and FN990A
 2026-03-06  6:04 UTC  (2+ messages)

[PATCH 00/11] char: qcom_csm_dp: Add data path driver for QDU100 device
 2026-03-04  9:05 UTC  (2+ messages)

[PATCH] bus: mhi: host: pci_generic: Resume the device before executing mhi_pci_remove()
 2026-03-03  5:11 UTC  (4+ messages)

[mani-mhi:mhi-next] BUILD SUCCESS 6a7084102bb9659f699005c420eb59eade6d3b4f
 2026-03-03  2:27 UTC 

[PATCH] PCI: epf-mhi: return 0 on success instead of positive jiffies
 2026-03-02 14:59 UTC  (5+ messages)

[PATCH] bus: mhi: host: pci_generic: Switch to async power up to avoid boot delays
 2026-03-02 13:45 UTC  (4+ messages)

[PATCH 0/2] bus: mhi: ep: Fix state_lock protection issues
 2026-03-02  9:33 UTC  (5+ messages)
` [PATCH 1/2] bus: mhi: ep: Fix potential deadlock in mhi_ep_reset_worker()
` [PATCH 2/2] bus: mhi: ep: Add missing state_lock protection for mhi_state accesses

[PATCH] bus: mhi: ep: Protect mhi_ep_handle_syserr() in the error path
 2026-03-02  8:56 UTC 

[PATCH] bus: mhi: host: pci_generic: Add Qualcomm SDX35 modem
 2026-03-02  7:44 UTC  (4+ messages)

[PATCH] bus: mhi: ep: Test for non-zero return value where applicable
 2026-03-02  5:50 UTC 

FAILED: Patch "net: qrtr: Drop the MHI auto_queue feature for IPCR DL channels" failed to apply to 6.1-stable tree
 2026-03-01  1:40 UTC 

FAILED: Patch "net: qrtr: Drop the MHI auto_queue feature for IPCR DL channels" failed to apply to 6.6-stable tree
 2026-03-01  1:30 UTC 

FAILED: Patch "net: qrtr: Drop the MHI auto_queue feature for IPCR DL channels" failed to apply to 6.12-stable tree
 2026-03-01  1:18 UTC 

FAILED: Patch "net: qrtr: Drop the MHI auto_queue feature for IPCR DL channels" failed to apply to 6.18-stable tree
 2026-03-01  1:15 UTC 

[PATCH v3 0/9] dmaengine: Add new API to combine configuration and descriptor preparation
 2026-02-25 22:49 UTC  (4+ messages)

[PATCH 0/37] PCI/MSI: Enforce explicit IRQ vector management by removing devres auto-free
 2026-02-24 16:20 UTC  (8+ messages)
` [PATCH 01/37] PCI/MSI: Add Devres managed IRQ vectors allocation


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 read-only IMAP folder(s) and NNTP newsgroup(s).