Thread (8 messages) 8 messages, 3 authors, 2021-11-29

Re: [PATCH 3/4] dmaengine: sun6i: Add support for 34-bit physical addresses

From: Maxime Ripard <hidden>
Date: 2021-11-22 08:45:12
Also in: dmaengine, linux-sunxi

Hi,

On Thu, Nov 18, 2021 at 11:27:00PM -0600, Samuel Holland wrote:
quoted hunk ↗ jump to hunk
@@ -645,7 +660,7 @@ static struct dma_async_tx_descriptor *sun6i_dma_prep_dma_memcpy(
 	if (!txd)
 		return NULL;
 
-	v_lli = dma_pool_alloc(sdev->pool, GFP_NOWAIT, &p_lli);
+	v_lli = dma_pool_alloc(sdev->pool, GFP_DMA32|GFP_NOWAIT, &p_lli);
This raises a checkpatch --strict warning since we're supposed to have
spaces around the pipe.

Maxime

Attachments

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help