[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CALAqxLVAvLN29M4b+NRzhWbbUjAsSk_h1y58bPviz5SWqcY1NQ@mail.gmail.com>
Date: Wed, 23 Jan 2019 20:32:31 -0800
From: John Stultz <john.stultz@...aro.org>
To: Vinod Koul <vkoul@...nel.org>
Cc: lkml <linux-kernel@...r.kernel.org>,
Youlin Wang <wwx575822@...esmail.huawei.com>,
Dan Williams <dan.j.williams@...el.com>,
Zhuangluan Su <suzhuangluan@...ilicon.com>,
Ryan Grachek <ryan@...ted.us>,
Manivannan Sadhasivam <manivannan.sadhasivam@...aro.org>,
"open list:DMA GENERIC OFFLOAD ENGINE SUBSYSTEM"
<dmaengine@...r.kernel.org>, Tanglei Han <hantanglei@...wei.com>
Subject: Re: [PATCH 3/8 v4] dma: k3dma: Upgrade k3dma driver to support
hisi_asp_dma hardware
On Wed, Jan 23, 2019 at 4:57 AM Vinod Koul <vkoul@...nel.org> wrote:
> On 22-01-19, 15:48, John Stultz wrote:
> > Do let me know if there's an example you'd rather I follow.
>
> To elaborate I was thinking of alternate scheme with:
>
> compatible = "hisilicon,k3-dma-1.0", NULL
> compatible = "hisilicon,hisi-pcm-asp-dma-1.0", .data = &asp_v1_dma_data
>
> and
>
> soc_data = device_get_match_data(&op->dev);
> if (!soc_data) {
> /* no data so flags are null */
> dev_warn(... "no driver data specified, assuming no flags\n"
> k3_dma->flags = 0;
> }
Thanks for the clarification! Hmm. I can do this, though the trouble
is all the soc_data-> references have to switch to a struct
k3dma_soc_data on the stack, which we have to initialize/copy over
depending on the soc_data return, which I'm not sure really simplifies
much (other then saving a ulong off the heap). But I'm ok with either.
thanks
-john
Powered by blists - more mailing lists