Re: [PATCH 02/11] dma-mapping: replace dmam_alloc_noncoherent with dmam_alloc_attrs

2017-06-26 Thread Tejun Heo
On Mon, Jun 26, 2017 at 12:07:30AM -0700, Christoph Hellwig wrote: > Tejun, does this look ok to you? Acked-by: Tejun Heo Thanks. -- tejun

Re: [PATCH 02/11] dma-mapping: replace dmam_alloc_noncoherent with dmam_alloc_attrs

2017-06-26 Thread Christoph Hellwig
Tejun, does this look ok to you? On Fri, Jun 16, 2017 at 09:17:07AM +0200, Christoph Hellwig wrote: > dmam_alloc_noncoherent is a trivial wrapper around dmam_alloc_attrs, > that hardcodes one particular flag. Make the devres code more > flexible by allowing the callers to pass arbitrary flags. >

[PATCH 02/11] dma-mapping: replace dmam_alloc_noncoherent with dmam_alloc_attrs

2017-06-16 Thread Christoph Hellwig
dmam_alloc_noncoherent is a trivial wrapper around dmam_alloc_attrs, that hardcodes one particular flag. Make the devres code more flexible by allowing the callers to pass arbitrary flags. Signed-off-by: Christoph Hellwig --- Documentation/driver-model/devres.txt | 2 +-