Re: [PATCH] soc: qcom: smp2p: Access APCS as mailbox client

2017-11-16 Thread Bjorn Andersson
On Thu 16 Nov 04:17 PST 2017, Arun Kumar Neelakantam wrote: > > diff --git a/drivers/soc/qcom/smp2p.c b/drivers/soc/qcom/smp2p.c [..] > > + smp2p->mbox_client.dev = &pdev->dev; > > + smp2p->mbox_chan = mbox_request_channel(&smp2p->mbox_client, 0); > any reason why we are not using "knows_txdone

Re: [PATCH] soc: qcom: smp2p: Access APCS as mailbox client

2017-11-16 Thread Arun Kumar Neelakantam
On 11/16/2017 12:48 PM, Bjorn Andersson wrote: Attempt to acquire the APCS IPC through the mailbox framework and fall back to the old syscon based approach, to allow us to move away from using the syscon. Signed-off-by: Bjorn Andersson --- drivers/soc/qcom/Kconfig | 1 + drivers/soc/qcom/

[PATCH] soc: qcom: smp2p: Access APCS as mailbox client

2017-11-15 Thread Bjorn Andersson
Attempt to acquire the APCS IPC through the mailbox framework and fall back to the old syscon based approach, to allow us to move away from using the syscon. Signed-off-by: Bjorn Andersson --- drivers/soc/qcom/Kconfig | 1 + drivers/soc/qcom/smp2p.c | 38 --