Re: [PATCH v2] dmaengine: stm32-mdma: Revert "Add a check on read_u32_array"

2019-03-26 Thread Pierre Yves MORDRET
On 3/25/19 5:28 PM, Vinod Koul wrote: > On 25-03-19, 17:21, Pierre-Yves MORDRET wrote: >> This reverts commit 906b40b246b0 ("Add a check on read_u32_array") > > This and patch title should contain: > 906b40b246b0 ("dmaengine: stm32-mdma: Add a check on read_u32_array") > > I have fixed it up a

Re: [PATCH v2] dmaengine: stm32-mdma: Revert "Add a check on read_u32_array"

2019-03-25 Thread Vinod Koul
On 25-03-19, 17:21, Pierre-Yves MORDRET wrote: > This reverts commit 906b40b246b0 ("Add a check on read_u32_array") This and patch title should contain: 906b40b246b0 ("dmaengine: stm32-mdma: Add a check on read_u32_array") I have fixed it up and applied. Thanks > As stated by bindings "st,ahb-a

[PATCH v2] dmaengine: stm32-mdma: Revert "Add a check on read_u32_array"

2019-03-25 Thread Pierre-Yves MORDRET
This reverts commit 906b40b246b0 ("Add a check on read_u32_array") As stated by bindings "st,ahb-addr-masks" is optional. The statement inserted by this commit makes this property mandatory and prevents MDMA to be probed in case property not present. Signed-off-by: Pierre-Yves MORDRET --- Vers