Return-path: Received: from mail-la0-f53.google.com ([209.85.215.53]:34768 "EHLO mail-la0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932870AbbBISAO (ORCPT ); Mon, 9 Feb 2015 13:00:14 -0500 Received: by labms9 with SMTP id ms9so15207216lab.1 for ; Mon, 09 Feb 2015 10:00:12 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20150118051644.32019.65489.stgit@114-36-241-182.dynamic.hinet.net> References: <20150118051222.32019.32719.stgit@114-36-241-182.dynamic.hinet.net> <20150118051644.32019.65489.stgit@114-36-241-182.dynamic.hinet.net> Date: Mon, 9 Feb 2015 10:00:11 -0800 Message-ID: (sfid-20150209_190036_975822_C9431DF4) Subject: Re: [PATCH 1/2] net wireless wcn36xx add wcnss platform code From: Bjorn Andersson To: Andy Green Cc: Kalle Valo , Eugene Krasnikov , wcn36xx , linux-wireless@vger.kernel.org, netdev@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Sat, Jan 17, 2015 at 9:16 PM, Andy Green wrote: > From: Eugene Krasnikov > > AG modified to remove regulator handling not needed on msm8916-qrd > > Signed-off-by: Eugene Krasnikov > Signed-off-by: Andy Green > --- > drivers/net/wireless/ath/wcn36xx/Makefile | 2 > drivers/net/wireless/ath/wcn36xx/wcn36xx-msm.c | 357 ++++++++++++++++++++++++ It seems like we're finally getting somewhere with the hwspinlock devicetree binding, which will allow us to go ahead with the work on getting smem, smd, smsm and smp2p into mainline. With that in place we have fixed apis that this driver will run upon, so I would like to suggest that we at that point fold this logic into the driver itself rather than having this skim. Regards, Bjorn