From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-lj1-x244.google.com ([2a00:1450:4864:20::244]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fi3qr-0002Md-Ds for ath10k@lists.infradead.org; Tue, 24 Jul 2018 20:24:10 +0000 Received: by mail-lj1-x244.google.com with SMTP id p6-v6so4723924ljc.5 for ; Tue, 24 Jul 2018 13:23:57 -0700 (PDT) Date: Tue, 24 Jul 2018 22:23:53 +0200 From: Niklas Cassel Subject: Re: [PATCH v4 0/6] *** Add support for wifi QMI client handshakes *** Message-ID: <20180724202353.GA14174@centauri.lan> References: <20180723123428.12993-1-govinds@codeaurora.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20180723123428.12993-1-govinds@codeaurora.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ath10k" Errors-To: ath10k-bounces+kvalo=adurom.com@lists.infradead.org To: Govind Singh Cc: devicetree@vger.kernel.org, robh@kernel.org, linux-wireless@vger.kernel.org, ath10k@lists.infradead.org, bjorn.andersson@linaro.org, david.brown@linaro.org, andy.gross@linaro.org On Mon, Jul 23, 2018 at 06:04:22PM +0530, Govind Singh wrote: > Add QMI client handshakes for Q6 integrated WLAN connectivity subsystem. > This module is responsible for communicating WLAN control messages to FW > over QMI interface. This patch series enables the qmi handshakes required for > WCN3990 chipset. > > QUALCOMM MSM Interface(QMI) provides the control interface between > components running b/w remote processors with underlying transport layer > based on integrated chipset(shared memory) or discrete chipset(PCI/USB/SDIO/UART). > > QMI client driver implementation is based on qmi framework https://lwn.net/Articles/729924/. For whole series: Acked-by: Niklas Cassel _______________________________________________ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-lj1-f195.google.com ([209.85.208.195]:37450 "EHLO mail-lj1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388640AbeGXVcG (ORCPT ); Tue, 24 Jul 2018 17:32:06 -0400 Received: by mail-lj1-f195.google.com with SMTP id v9-v6so4718011ljk.4 for ; Tue, 24 Jul 2018 13:23:56 -0700 (PDT) Date: Tue, 24 Jul 2018 22:23:53 +0200 From: Niklas Cassel To: Govind Singh Cc: bjorn.andersson@linaro.org, david.brown@linaro.org, andy.gross@linaro.org, robh@kernel.org, devicetree@vger.kernel.org, ath10k@lists.infradead.org, linux-wireless@vger.kernel.org Subject: Re: [PATCH v4 0/6] *** Add support for wifi QMI client handshakes *** Message-ID: <20180724202353.GA14174@centauri.lan> (sfid-20180724_222400_527863_B4CFAC3D) References: <20180723123428.12993-1-govinds@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20180723123428.12993-1-govinds@codeaurora.org> Sender: linux-wireless-owner@vger.kernel.org List-ID: On Mon, Jul 23, 2018 at 06:04:22PM +0530, Govind Singh wrote: > Add QMI client handshakes for Q6 integrated WLAN connectivity subsystem. > This module is responsible for communicating WLAN control messages to FW > over QMI interface. This patch series enables the qmi handshakes required for > WCN3990 chipset. > > QUALCOMM MSM Interface(QMI) provides the control interface between > components running b/w remote processors with underlying transport layer > based on integrated chipset(shared memory) or discrete chipset(PCI/USB/SDIO/UART). > > QMI client driver implementation is based on qmi framework https://lwn.net/Articles/729924/. For whole series: Acked-by: Niklas Cassel From mboxrd@z Thu Jan 1 00:00:00 1970 From: Niklas Cassel Subject: Re: [PATCH v4 0/6] *** Add support for wifi QMI client handshakes *** Date: Tue, 24 Jul 2018 22:23:53 +0200 Message-ID: <20180724202353.GA14174@centauri.lan> References: <20180723123428.12993-1-govinds@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20180723123428.12993-1-govinds-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> Sender: linux-wireless-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Govind Singh Cc: bjorn.andersson-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, david.brown-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, andy.gross-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, ath10k-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org On Mon, Jul 23, 2018 at 06:04:22PM +0530, Govind Singh wrote: > Add QMI client handshakes for Q6 integrated WLAN connectivity subsystem. > This module is responsible for communicating WLAN control messages to FW > over QMI interface. This patch series enables the qmi handshakes required for > WCN3990 chipset. > > QUALCOMM MSM Interface(QMI) provides the control interface between > components running b/w remote processors with underlying transport layer > based on integrated chipset(shared memory) or discrete chipset(PCI/USB/SDIO/UART). > > QMI client driver implementation is based on qmi framework https://lwn.net/Articles/729924/. For whole series: Acked-by: Niklas Cassel