Re: [PATCH 1/4] sgiseeq: switch to dma_alloc_attrs

2017-08-29 Thread Christoph Hellwig
On Mon, Aug 28, 2017 at 03:41:51PM -0700, David Miller wrote: > From: Christoph Hellwig > Date: Sat, 26 Aug 2017 09:21:22 +0200 > > > Use dma_alloc_attrs directly instead of the dma_alloc_noncoherent wrapper. > > > > Signed-off-by: Christoph Hellwig > > Acked-by: David S. Miller I take the A

Re: [PATCH 1/4] sgiseeq: switch to dma_alloc_attrs

2017-08-28 Thread David Miller
From: Christoph Hellwig Date: Sat, 26 Aug 2017 09:21:22 +0200 > Use dma_alloc_attrs directly instead of the dma_alloc_noncoherent wrapper. > > Signed-off-by: Christoph Hellwig Acked-by: David S. Miller

Re: [PATCH 1/4] sgiseeq: switch to dma_alloc_attrs

2017-08-26 Thread Ralf Baechle
On Sat, Aug 26, 2017 at 09:21:22AM +0200, Christoph Hellwig wrote: Looks good, Acked-by: Ralf Baechle Ralf

[PATCH 1/4] sgiseeq: switch to dma_alloc_attrs

2017-08-26 Thread Christoph Hellwig
Use dma_alloc_attrs directly instead of the dma_alloc_noncoherent wrapper. Signed-off-by: Christoph Hellwig --- drivers/net/ethernet/seeq/sgiseeq.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/net/ethernet/seeq/sgiseeq.c b/drivers/net/ethernet/seeq/sgiseeq