Linux bluetooth development
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@codeaurora.org>
To: Marcel Holtmann <marcel@holtmann.org>
Cc: Bjorn Andersson <bjorn.andersson@linaro.org>,
	 "Gustavo F. Padovan" <gustavo@padovan.org>,
	 Johan Hedberg <johan.hedberg@gmail.com>,
	 Eugene Krasnikov <k.eugene.e@gmail.com>,
	 Andy Gross <andy.gross@linaro.org>,
	 David Brown <david.brown@linaro.org>,
	 "David S. Miller" <davem@davemloft.net>,
	 Arnd Bergmann <arnd@arndb.de>,
	 "open list\:BLUETOOTH DRIVERS" <linux-bluetooth@vger.kernel.org>,
	 LKML <linux-kernel@vger.kernel.org>,
	 wcn36xx@lists.infradead.org,
	 linux-wireless <linux-wireless@vger.kernel.org>,
	 Network Development <netdev@vger.kernel.org>,
	 linux-arm-msm@vger.kernel.org,  linux-soc@vger.kernel.org
Subject: Re: [PATCH 1/3] soc: qcom: smd: Transition client drivers from smd to rpmsg
Date: Tue, 21 Mar 2017 14:17:02 +0200	[thread overview]
Message-ID: <87zige6czl.fsf@kamboji.qca.qualcomm.com> (raw)
In-Reply-To: <3DCEF38C-F8FC-4941-936F-921247E13B78@holtmann.org> (Marcel Holtmann's message of "Tue, 21 Mar 2017 09:20:01 +0100")

Marcel Holtmann <marcel@holtmann.org> writes:

>> By moving these client drivers to use RPMSG instead of the direct SMD
>> API we can reuse them ontop of the newly added GLINK wire-protocol
>> support found in the 820 and 835 Qualcomm platforms.
>> 
>> As the new (RPMSG-based) and old SMD implementations are mutually
>> exclusive we have to change all client drivers in one commit, to make
>> sure we have a working system before and after this transition.
>> 
>> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
>> ---
>> 
>> Based on v4.11-rc3 with Arnd's Kconfig dependency fixes for BT_QCOMSMD
>> (https://lkml.org/lkml/2017/3/20/1038).
>> 
>> drivers/bluetooth/Kconfig                  |  2 +-
>> drivers/bluetooth/btqcomsmd.c              | 32 +++++++++----------
>> drivers/net/wireless/ath/wcn36xx/Kconfig   |  2 +-
>> drivers/net/wireless/ath/wcn36xx/main.c    |  6 ++--
>> drivers/net/wireless/ath/wcn36xx/smd.c     | 10 +++---
>> drivers/net/wireless/ath/wcn36xx/smd.h     |  6 ++--
>> drivers/net/wireless/ath/wcn36xx/wcn36xx.h |  2 +-
>> drivers/soc/qcom/Kconfig                   |  4 +--
>> drivers/soc/qcom/smd-rpm.c                 | 43 +++++++++++++------------
>> drivers/soc/qcom/wcnss_ctrl.c              | 50 +++++++++++++++++-------------
>> include/linux/soc/qcom/wcnss_ctrl.h        | 11 ++++---
>> net/qrtr/Kconfig                           |  2 +-
>> net/qrtr/smd.c                             | 42 ++++++++++++-------------
>> 13 files changed, 108 insertions(+), 104 deletions(-)
>
> I think that it is best if Dave takes these directly then and I pull
> them back down later into our trees. Including the Kconfig fix that I
> will ACK as well.
>
> Acked-by: Marcel Holtmann <marcel@holtmann.org>

Sounds good to me.

Acked-by: Kalle Valo <kvalo@codeaurora.org>

-- 
Kalle Valo

  reply	other threads:[~2017-03-21 12:17 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-20 23:35 [PATCH 1/3] soc: qcom: smd: Transition client drivers from smd to rpmsg Bjorn Andersson
2017-03-20 23:35 ` [PATCH 2/3] soc: qcom: smd: Remove standalone driver Bjorn Andersson
2017-03-22 21:53   ` Andy Gross
2017-03-20 23:35 ` [PATCH 3/3] soc: qcom: smd-rpm: Add msm8996 compatibility Bjorn Andersson
2017-03-22 21:54   ` Andy Gross
2017-03-21  8:20 ` [PATCH 1/3] soc: qcom: smd: Transition client drivers from smd to rpmsg Marcel Holtmann
2017-03-21 12:17   ` Kalle Valo [this message]
2017-03-22 18:44 ` David Miller
2017-03-22 19:23   ` Marcel Holtmann
2017-03-23  2:23     ` David Miller
2017-03-22 21:56   ` Andy Gross
2017-03-22 21:57   ` Bjorn Andersson
2017-03-23 23:56     ` David Miller
2017-03-27 22:58       ` Bjorn Andersson
2017-03-27 23:04         ` David Miller
2017-03-28  5:49           ` Bjorn Andersson
2017-03-29  0:58             ` David Miller
2017-03-22 21:52 ` Andy Gross

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zige6czl.fsf@kamboji.qca.qualcomm.com \
    --to=kvalo@codeaurora.org \
    --cc=andy.gross@linaro.org \
    --cc=arnd@arndb.de \
    --cc=bjorn.andersson@linaro.org \
    --cc=davem@davemloft.net \
    --cc=david.brown@linaro.org \
    --cc=gustavo@padovan.org \
    --cc=johan.hedberg@gmail.com \
    --cc=k.eugene.e@gmail.com \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-soc@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=marcel@holtmann.org \
    --cc=netdev@vger.kernel.org \
    --cc=wcn36xx@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox