[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190912164941.GC4392@vkoul-mobl>
Date: Thu, 12 Sep 2019 22:19:41 +0530
From: Vinod Koul <vkoul@...nel.org>
To: Peter Ujfalusi <peter.ujfalusi@...com>
Cc: robh+dt@...nel.org, dmaengine@...r.kernel.org,
linux-kernel@...r.kernel.org, dan.j.williams@...el.com,
devicetree@...r.kernel.org
Subject: Re: [RFC 3/3] dmaengine: Support for requesting channels preferring
DMA domain controller
On 09-09-19, 08:56, Peter Ujfalusi wrote:
> >> -struct dma_chan *dma_request_chan_by_mask(const dma_cap_mask_t *mask)
> >> +struct dma_chan *dma_domain_request_chan_by_mask(struct device *dev,
> >> + const dma_cap_mask_t *mask)
> >
> > should we really use dma_request_chan_by_mask() why not create a new api
> > dma_request_chan_by_domain() and use that, it falls back to
> > dma_request_chan_by_mask() if it doesnt find a valid domain!
>
> So:
> struct dma_chan *dma_request_chan_by_domain(struct device *dev,
> const dma_cap_mask_t *mask);
Yeah that looks better to me :)
--
~Vinod
Powered by blists - more mailing lists