On Fri, Mar 03, 2017 at 05:20:32PM -0800, Bjorn Andersson wrote:
On Tue 14 Feb 20:51 PST 2017, Jonathan Neusch?fer wrote:
quoted
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
arch/arm/configs/qcom_defconfig | 5 +++++
1 file changed, 5 insertions(+)
[...]
quoted
+CONFIG_QCOM_SMP2P=y
We also need CONFIG_QCOM_SMSM=y here, its currently used to signal state
of the ring buffers for WiFi.
FWIW, I enabled CONFIG_QCOM_SMSM on my test system (an Asus Padfone,
based on MSM8974; I'm using the Sony Xperia Honami DT because it's close
enough), and I think it failed to initialize:
[ 0.647743] qcom-smsm smsm: no smsm size info, using defaults
[ 0.647775] qcom-smsm smsm: unable to allocate shared state entry
I think CONFIG_QCOM_WCNSS_CTRL may be needed too, but I'll leave that
for a future patch because I don't understand WCNSS well enough.
With the addition of that you have my:
Acked-by: Bjorn Andersson <redacted>
I'll send a v2 of this series with your R-b and A-b tags.
Jonathan Neuschäfer