Re: [PATCH 1/2] dmaengine: fsl-edma: Add lockdep assert for exported function

2020-06-24 Thread Vinod Koul
On 11-06-20, 14:17, Krzysztof Kozlowski wrote: > Add lockdep assert for an exported function expected to be called under > spin lock. Since this function is called in different modules, the > lockdep assert will be self-documenting note about need for locking. Applied all to fixes, thanks --

RE: [PATCH 1/2] dmaengine: fsl-edma: Add lockdep assert for exported function

2020-06-11 Thread Robin Gong
On 2020/06/11 20:18 Krzysztof Kozlowski wrote: > Add lockdep assert for an exported function expected to be called under spin > lock. Since this function is called in different modules, the lockdep assert > will > be self-documenting note about need for locking. > > Signed-off-by: Krzysztof

[PATCH 1/2] dmaengine: fsl-edma: Add lockdep assert for exported function

2020-06-11 Thread Krzysztof Kozlowski
Add lockdep assert for an exported function expected to be called under spin lock. Since this function is called in different modules, the lockdep assert will be self-documenting note about need for locking. Signed-off-by: Krzysztof Kozlowski --- drivers/dma/fsl-edma-common.c | 2 ++ 1 file