Re: [Patch v5 5/8] firmware: qcom: scm: Convert to streaming DMA APIS

From: Andy Gross
Date: Mon May 23 2016 - 17:02:14 EST


On 23 May 2016 at 14:26, Kevin Hilman <khilman@xxxxxxxxxx> wrote:
> Hi Andy,
>
> On Thu, May 12, 2016 at 8:46 PM, Andy Gross <andy.gross@xxxxxxxxxx> wrote:
>> This patch converts the Qualcomm SCM driver to use the streaming DMA APIs
>> for communication buffers.
>>
>> Signed-off-by: Andy Gross <andy.gross@xxxxxxxxxx>
>
> This patch has landed in linux-next in the form of commit a551c3dbd689
> (firmware: qcom: scm: Convert to streaming DMA APIS), and kernelci.org
> found some boot breakage in next-20160523 on apq8064[1] which was
> bisected down to this commit.
>
> I reverted this commit on top of next-20160523 and it no longer
> builds, so I didn't validate if things boot again with this patch
> reverted.

Ouch I missed this failure. I'll investigate and get it fixed.

Thanks!

Andy