[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180803075915.GC29473@hsj-Precision-5520>
Date: Fri, 3 Aug 2018 15:59:16 +0800
From: Huang Shijie <sjhuang@...vatar.ai>
To: Lars-Peter Clausen <lars@...afoo.de>
Cc: vkoul@...nel.org, dmaengine@...r.kernel.org,
linux-kernel@...r.kernel.org, dave.jiang@...el.com,
radhey.shyam.pandey@...inx.com, appana.durga.rao@...inx.com,
jmkrzyszt@...il.com, gomonovych@...il.com, peter.ujfalusi@...com,
keescook@...omium.org, horms+renesas@...ge.net.au,
geert+renesas@...der.be, shawnguo@...nel.org,
baoyou.xie@...aro.org, michal.simek@...inx.com, baohua@...nel.org,
ludovic.desroches@...rochip.com, linus.walleij@...aro.org,
david.brown@...aro.org
Subject: Re: [PATCH 00/46] Use dmaenginem_async_device_register to simplify
code
On Fri, Aug 03, 2018 at 09:51:43AM +0200, Lars-Peter Clausen wrote:
> On 08/03/2018 09:19 AM, Huang Shijie wrote:
> > All the patches are using dmaenginem_async_device_register to simplify code
> > except the last one:
> > dmaengine: add COMPILE_TEST for the drivers
> >
> > I use the last one to do the compiler test.
> > There are still 20 drivers which do not use the dmaenginem_async_device_register.
> > Let me take a rest, if this patch set is accepted, I will do the rest.
>
> Lots of race conditions in this series. The DMA device needs to be removed
> before any of the resources it uses are disabled/released.
>
> As a rule of thumb you can only convert something to a managed
> allocation/reregistration if it is the last action in remove.
Yes. Agree.
I am collecting the DMA maintainers opinions now..
If the managed unregistration is not the last action, we can drop the patch.
Thanks
Huang Shijie
Powered by blists - more mailing lists