Linux MHI Development
 help / color / mirror / Atom feed
 messages from 2023-10-30 07:19:15 to 2023-12-14 10:14:39 UTC [more...]

[PATCH 0/9] bus: mhi: ep: Add async read/write support
 2023-12-14 10:14 UTC  (19+ messages)
` [PATCH 1/9] bus: mhi: ep: Pass mhi_ep_buf_info struct to read/write APIs
` [PATCH 2/9] bus: mhi: ep: Rename read_from_host() and write_to_host() APIs
` [PATCH 3/9] bus: mhi: ep: Introduce async read/write callbacks
` [PATCH 4/9] PCI: epf-mhi: Simulate async read/write using iATU
` [PATCH 5/9] PCI: epf-mhi: Add support for DMA async read/write operation
` [PATCH 6/9] PCI: epf-mhi: Enable MHI async read/write support
` [PATCH 7/9] bus: mhi: ep: Add support for async DMA write operation
` [PATCH 8/9] bus: mhi: ep: Add support for async DMA read operation
` [PATCH 9/9] bus: mhi: ep: Add checks for read/write callbacks while registering controllers

[PATCH] PCI: epf-mhi: Fix the DMA data direction of dma_unmap_single()
 2023-12-14  6:33 UTC 

[PATCH v8] bus: mhi: host: Add tracing support
 2023-12-12  7:26 UTC  (2+ messages)

[PATCH v5 0/2] bus: mhi: host: Add lock to avoid race when ringing channel DB
 2023-12-11  6:42 UTC  (3+ messages)
` [PATCH v5 1/2] bus: mhi: host: Add spinlock to protect WP access when queueing TREs
` [PATCH v5 2/2] bus: mhi: host: Drop chan lock before queuing buffers

[PATCH] bus: mhi: host: Add MHI_PM_SYS_ERR_FAIL state
 2023-12-08 22:13 UTC 

[PATCH] bus: mhi: host: Read PK HASH dynamically
 2023-12-08 16:59 UTC 

[PATCH v4 0/4] bus: mhi: host: Add lock to avoid race when ringing channel DB
 2023-12-07  9:50 UTC  (21+ messages)
` [PATCH v4 1/4] bus: mhi: host: Add spinlock to protect WP access when queueing TREs
` [PATCH v4 2/4] bus: mhi: host: Drop chan lock before queuing buffers
` [PATCH v4 3/4] bus: mhi: host: Avoid processing buffer and event of a disable channel
` [PATCH v4 4/4] bus: mhi: host: Take irqsave lock after TRE is generated

[PATCH v7] bus: mhi: host: Add tracing support
 2023-12-07  4:24 UTC  (3+ messages)

[PATCH v2 0/2] Add MHI Endpoint network driver
 2023-12-05 14:22 UTC  (14+ messages)

[PATCH RFC v2 0/8] wifi: ath11k: hibernation support
 2023-12-05 12:29 UTC  (14+ messages)
` [PATCH RFC v2 1/8] bus: mhi: host: add mhi_power_down_no_destroy()
` [PATCH RFC v2 2/8] bus: mhi: host: add new interfaces to handle MHI channels directly
` [PATCH RFC v2 3/8] wifi: ath11k: handle irq enable/disable in several code path
` [PATCH RFC v2 4/8] wifi: ath11k: remove MHI LOOPBACK channels
` [PATCH RFC v2 5/8] wifi: ath11k: do not dump SRNG statistics during resume
` [PATCH RFC v2 6/8] wifi: ath11k: fix warning on DMA ring capabilities event
` [PATCH RFC v2 7/8] wifi: ath11k: thermal: don't try to register multiple times
` [PATCH RFC v2 8/8] wifi: ath11k: support hibernation

[PATCH v5] bus: mhi: host: Add tracing support
 2023-12-04 10:57 UTC  (5+ messages)

[PATCH v6] bus: mhi: host: Add tracing support
 2023-12-04  9:42 UTC 

[PATCH v9 0/5] arm64: qcom: sa8775p: add support for EP PCIe
 2023-12-01 12:06 UTC  (6+ messages)
` [PATCH v9 1/5] dt-bindings: PCI: qcom-ep: Add support for SA8775P SoC
` [PATCH v9 2/5] PCI: qcom-ep: Add support for SA8775P SOC
` [PATCH v9 3/5] PCI: epf-mhi: Add "pci_epf_mhi_" prefix to the function names
` [PATCH v9 4/5] PCI: epf-mhi: Add support for SA8775P
` [PATCH v9 5/5] arm64: dts: qcom: sa8775p: Add ep pcie0 controller node

[mani-mhi:mhi-next] BUILD SUCCESS d63ddfb78b236419ee42a1e91f0d349d7b0d916e
 2023-12-01  9:44 UTC 

[PATCH v8 0/5] arm64: qcom: sa8775p: add support for EP PCIe
 2023-12-01  5:53 UTC  (11+ messages)
` [PATCH v8 1/5] dt-bindings: PCI: qcom-ep: Add support for SA8775P SoC
` [PATCH v8 2/5] PCI: qcom-ep: Add support for SA8775P SOC
` [PATCH v8 3/5] PCI: epf-mhi: Add "pci_epf_mhi_" prefix to the function names
` [PATCH v8 4/5] PCI: epf-mhi: Add support for SA8775P
` [PATCH v8 5/5] arm64: dts: qcom: sa8775p: Add ep pcie0 controller node

[PATCH v2] bus: mhi: ep: Add support for interrupt moderation timer
 2023-11-30  8:23 UTC  (2+ messages)

[PATCH] bus: mhi: ep: Use slab allocator where applicable
 2023-11-30  8:21 UTC  (2+ messages)

[PATCH v3 0/4] bus: mhi: host: Add lock to avoid race when ringing channel DB
 2023-11-14  6:17 UTC  (14+ messages)
` [PATCH v3 1/4] bus: mhi: host: Add spinlock to protect WP access when queueing TREs
` [PATCH v3 2/4] bus: mhi: host: Drop chan lock before queuing buffers
` [PATCH v3 3/4] bus: mhi: host: Avoid processing buffer and event of a disable channel
` [PATCH v3 4/4] bus: mhi: host: Take irqsave lock after TRE is generated

[PATCH v4] bus: mhi: host: Add tracing support
 2023-11-14  4:35 UTC  (6+ messages)

[PATCH RFC 0/8] wifi: ath11k: hibernation support
 2023-11-14  1:26 UTC  (21+ messages)
` [PATCH RFC 1/8] bus: mhi: host: add mhi_power_down_no_destroy()
` [PATCH RFC 2/8] bus: mhi: host: add new interfaces to handle MHI channels directly
` [PATCH RFC 3/8] wifi: ath11k: handle irq enable/disable in several code path
` [PATCH RFC 4/8] wifi: ath11k: remove MHI LOOPBACK channels
` [PATCH RFC 5/8] wifi: ath11k: do not dump SRNG statistics during resume
` [PATCH RFC 6/8] wifi: ath11k: fix warning on DMA ring capabilities event
` [PATCH RFC 7/8] wifi: ath11k: thermal: don't try to register multiple times
` [PATCH RFC 8/8] wifi: ath11k: support hibernation

[PATCH v3] bus: mhi: host: Add tracing support
 2023-11-11  5:06 UTC  (2+ messages)

[mani-mhi:mhi-next] BUILD SUCCESS 83c5dcf78ab992181c7d8bd5e94a0fdbde4c0efe
 2023-11-10 20:52 UTC 

[PATCH v2] bus: mhi: host: Add alignment check for event ring read pointer
 2023-11-09 16:34 UTC  (6+ messages)

[PATCH v3 0/2] bus: mhi: host: Add SDX75 support and its dependency
 2023-11-09 16:19 UTC  (4+ messages)
` [PATCH v3 1/2] bus: mhi: host: Add a separate timeout parameter for waiting ready
` [PATCH v3 2/2] bus: mhi: host: pci_generic: Add SDX75 based modem support

[PATCH] bus: mhi: host: pci_generic: Add local VID definitions for Telit and Sierra
 2023-11-07 15:41 UTC 

[PATCH v7 0/4] arm64: qcom: sa8775p: add support for EP PCIe
 2023-11-07 14:44 UTC  (6+ messages)
` [PATCH v7 1/4] dt-bindings: PCI: qcom-ep: Add support for SA8775P SoC
` [PATCH v7 2/4] PCI: qcom-ep: Add support for SA8775P SOC
` [PATCH v7 3/4] PCI: epf-mhi: Add support for SA8775P
` [PATCH v7 4/4] arm64: dts: qcom: sa8775p: Add ep pcie0 controller node

[PATCH v2 0/2] Add lock to avoid race when ringing channel DB
 2023-11-07  7:59 UTC  (11+ messages)
` [PATCH v2 1/2] bus: mhi: host: Add spinlock to protect WP access when queueing TREs

[PATCH v2 0/2] bus: mhi: host: Add SDX75 support and its dependency
 2023-11-06 12:46 UTC  (3+ messages)
` [PATCH v2 1/2] bus: mhi: host: Add a separate timeout parameter for waiting ready
` [PATCH v2 2/2] bus: mhi: host: pci_generic: Add SDX75 based modem support

[PATCH 0/2] Add SDX75 support and its dependency
 2023-11-06  9:39 UTC  (6+ messages)
` [PATCH 1/2] bus: mhi: host: Add a separate timeout parameter for waiting ready
` [PATCH 2/2] bus: mhi: host: pci_generic: Add SDX75 based modem support

[PATCH] bus: mhi: host: pci_generic: Add support for Sierra Wireless EM9291
 2023-11-06  5:56 UTC  (4+ messages)

[PATCH v6 0/4] arm64: qcom: sa8775p: add support for EP PCIe
 2023-11-05  8:55 UTC  (10+ messages)
` [PATCH v6 1/4] dt-bindings: PCI: qcom-ep: Add support for SA8775P SoC
` [PATCH v6 2/4] PCI: qcom-ep: Add support for SA8775P SOC
` [PATCH v6 3/4] PCI: epf-mhi: Add support for SA8775P
` [PATCH v6 4/4] arm64: dts: qcom: sa8775p: Add ep pcie0 controller node

[PATCH v2] bus: mhi: host: pci_generic: Add SDX75 based modem support
 2023-11-05  8:53 UTC  (2+ messages)

[PATCH v5 0/4] arm64: qcom: sa8775p: add cache coherency support for SA8775P
 2023-10-31  4:57 UTC  (6+ messages)
` [PATCH v5 1/4] dt-bindings: PCI: qcom-ep: Add support for SA8775P SoC
` [PATCH v5 2/4] PCI: qcom-ep: Add support for SA8775P SOC
` [PATCH v5 3/4] PCI: epf-mhi: Add support for SA8775P
` [PATCH v5 4/4] arm64: dts: qcom: sa8775p: Add ep pcie0 controller node

[PATCH v4 0/4] arm64: qcom: sa8775p: add support for EP PCIe
 2023-10-30 12:22 UTC  (6+ messages)
` [PATCH v4 1/4] dt-bindings: PCI: qcom-ep: Add support for SA8775P SoC

[PATCH v2] bus: mhi: host: Add tracing support
 2023-10-30  7:18 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox