messages from 2023-11-11 13:19:59 to 2024-01-31 06:56:08 UTC [more...]
[mani-mhi:mhi-next] BUILD SUCCESS 8ddf54a32111f6dbe06cd318af443c6545a6c037
2024-01-31 6:51 UTC
[PATCH v10] bus: mhi: host: Add tracing support
2024-01-31 4:24 UTC
[PATCH v9] bus: mhi: host: Add tracing support
2024-01-31 1:52 UTC (8+ messages)
[PATCH] bus: mhi: host: Read PK HASH dynamically
2024-01-30 18:21 UTC (6+ messages)
[PATCH RFC v2 0/8] wifi: ath11k: hibernation support
2024-01-30 18:19 UTC (27+ 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 v1 0/6] Add Change to integrate HDMA with dwc ep driver
2024-01-30 13:18 UTC (14+ messages)
` [PATCH v1 1/6] dmaengine: dw-edma: Pass 'struct dw_edma_chip' to irq_vector()
` [PATCH v1 2/6] dmaengine: dw-edma: Introduce helpers for getting the eDMA/HDMA max channel count
` [PATCH v1 3/6] PCI: dwc: Add HDMA support
` [PATCH v1 4/6] dmaengine: dw-edma: Move HDMA_V0_MAX_NR_CH definition to edma.h
` [PATCH v1 5/6] PCI: qcom-ep: Provide number of read/write channel for HDMA
` [PATCH v1 6/6] PCI: epf-mhi: Add flag to enable HDMA for SA8775P
[PATCH v2] bus: mhi: ep: Use kcalloc() instead of kzalloc()
2024-01-30 11:23 UTC (3+ messages)
[PATCH] bus: mhi: ep: Use kcalloc() instead of kzalloc()
2024-01-30 8:34 UTC (6+ messages)
[PATCH v2] bus: mhi: host: Add MHI_PM_SYS_ERR_FAIL state
2024-01-30 8:18 UTC (3+ messages)
[PATCH v2] bus: mhi: host: Read PK HASH dynamically
2024-01-30 8:17 UTC (3+ messages)
[PATCH v9 0/5] arm64: qcom: sa8775p: add support for EP PCIe
2024-01-29 12:39 UTC (8+ 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
[PATCH] bus: mhi: host: Add sysfs entry to force device to enter EDL
2024-01-11 19:08 UTC (6+ messages)
[PATCH] bus: mhi: host: Add MHI_PM_SYS_ERR_FAIL state
2024-01-08 15:22 UTC (5+ messages)
[PATCH v8] bus: mhi: host: Add tracing support
2024-01-05 10:53 UTC (7+ messages)
[GIT PULL] MHI changes for v6.8
2023-12-19 7:57 UTC (2+ messages)
[PATCH 1/5] PCI: endpoint: Make pci_epf_ops in pci_epf_driver const
2023-12-18 22:43 UTC (2+ messages)
[mani-mhi:mhi-next] BUILD SUCCESS 01bd694ac2f682fb8017e16148b928482bc8fa4b
2023-12-17 12:08 UTC
[PATCH v5 0/2] bus: mhi: host: Add lock to avoid race when ringing channel DB
2023-12-16 5:21 UTC (8+ 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] PCI: epf-mhi: Fix the DMA data direction of dma_unmap_single()
2023-12-15 11:00 UTC (3+ messages)
[mani-mhi:mhi-next] BUILD SUCCESS WITH WARNING f5668f251e29292326e45a022f933c15740a8af2
2023-12-15 7:48 UTC
[mani-mhi:mhi-next 13/15] drivers/bus/mhi/ep/main.c:520:17: warning: format specifies type 'long' but the argument has type 'size_t' (aka 'unsigned int')
2023-12-14 20:18 UTC
[PATCH 0/9] bus: mhi: ep: Add async read/write support
2023-12-14 10:55 UTC (22+ 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 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 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
[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 (9+ messages)
` [PATCH v8 1/5] dt-bindings: 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 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 (6+ messages)
` [PATCH v3 3/4] bus: mhi: host: Avoid processing buffer and event of a disable channel
[PATCH v4] bus: mhi: host: Add tracing support
2023-11-14 4:35 UTC (5+ messages)
[PATCH RFC 0/8] wifi: ath11k: hibernation support
2023-11-14 1:26 UTC (16+ 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 4/8] wifi: ath11k: remove MHI LOOPBACK channels
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox