On Thu, Jun 02, 2016 at 04:26:02PM -0700, Stephen Boyd wrote:
> On 05/12, Andy Gross wrote:
> > This patch converts the Qualcomm SCM driver to use the streaming DMA APIs
> > for communication buffers.
>
> Yes, but why?
This was done so that we can remove the secure_flush mechanism, as we are the
On 05/12, Andy Gross wrote:
> This patch converts the Qualcomm SCM driver to use the streaming DMA APIs
> for communication buffers.
Yes, but why?
>
> Signed-off-by: Andy Gross
> ---
> drivers/firmware/qcom_scm-32.c | 189
> +++--
> drivers/firmware/qcom_sc
On 25 May 2016 at 15:50, Kevin Hilman wrote:
> Andy Gross writes:
>
>> On Mon, May 23, 2016 at 04:02:06PM -0500, Andy Gross wrote:
>>> On 23 May 2016 at 14:26, Kevin Hilman wrote:
>>> > Hi Andy,
>>> >
>>> > On Thu, May 12, 2016 at 8:46 PM, Andy Gross wrote:
>>> >> This patch converts the Qualco
Andy Gross writes:
> On Mon, May 23, 2016 at 04:02:06PM -0500, Andy Gross wrote:
>> On 23 May 2016 at 14:26, Kevin Hilman wrote:
>> > Hi Andy,
>> >
>> > On Thu, May 12, 2016 at 8:46 PM, Andy Gross wrote:
>> >> This patch converts the Qualcomm SCM driver to use the streaming DMA APIs
>> >> for c
On Mon, May 23, 2016 at 04:02:06PM -0500, Andy Gross wrote:
> On 23 May 2016 at 14:26, Kevin Hilman wrote:
> > Hi Andy,
> >
> > On Thu, May 12, 2016 at 8:46 PM, Andy Gross wrote:
> >> This patch converts the Qualcomm SCM driver to use the streaming DMA APIs
> >> for communication buffers.
> >>
>
On 23 May 2016 at 14:26, Kevin Hilman wrote:
> Hi Andy,
>
> On Thu, May 12, 2016 at 8:46 PM, Andy Gross wrote:
>> This patch converts the Qualcomm SCM driver to use the streaming DMA APIs
>> for communication buffers.
>>
>> Signed-off-by: Andy Gross
>
> This patch has landed in linux-next in the
Hi Andy,
On Thu, May 12, 2016 at 8:46 PM, Andy Gross wrote:
> This patch converts the Qualcomm SCM driver to use the streaming DMA APIs
> for communication buffers.
>
> Signed-off-by: Andy Gross
This patch has landed in linux-next in the form of commit a551c3dbd689
(firmware: qcom: scm: Convert
On Fri, May 13, 2016 at 04:48:52PM -0700, Bjorn Andersson wrote:
> > + cmd->len = cpu_to_le32(alloc_len);
> > + cmd->buf_offset = cpu_to_le32(sizeof(*cmd));
> > + cmd->resp_hdr_offset = cpu_to_le32(sizeof(*cmd) + cmd_len);
> > +
> > cmd->id = cpu_to_le32((svc_id << 10) | cmd_id);
> >
On Thu 12 May 20:46 PDT 2016, Andy Gross wrote:
> This patch converts the Qualcomm SCM driver to use the streaming DMA APIs
> for communication buffers.
>
> Signed-off-by: Andy Gross
> ---
> drivers/firmware/qcom_scm-32.c | 189
> +++--
> drivers/firmware/qc
This patch converts the Qualcomm SCM driver to use the streaming DMA APIs
for communication buffers.
Signed-off-by: Andy Gross
---
drivers/firmware/qcom_scm-32.c | 189 +++--
drivers/firmware/qcom_scm.c| 6 +-
drivers/firmware/qcom_scm.h| 10 ++-
3
10 matches
Mail list logo