Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp972774pxj; Fri, 21 May 2021 03:33:51 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx8YV0KHyvHp6JAdje8Ufy7RtblFxNbJOuf9SwHZl1xDzHjLr3dx7Pym/TnrHCsoi7AP+2A X-Received: by 2002:a92:c149:: with SMTP id b9mr11792846ilh.195.1621593231470; Fri, 21 May 2021 03:33:51 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1621593231; cv=none; d=google.com; s=arc-20160816; b=wcRUD18MGBCViHhPcmx8MmxfMpd7raUuZgymodOm38jXP0gcZTCc5l3xH3QyyUtWVa UodJMsXFA1JWSAdSuV1Gp2HXrd9wD3IWV988kIcGOqTR4Co/lQXHd0kEy4EJUSa9ap6c 4FFDkd/2ud7Mrz3b299Bg/5mgB1ILqd9CCVmv5ijEdLXyc4wVJ9dSbOC3L5Bct6NT35S IIT1UTIeRQYJyudsDbpPXHqpIjHgYP2LeQ/X3wQyRsp3zL9/e+uLPd+Dow7RdM7TPDsb 2/zgSFLWAWwKRk3AdWniIG88K7UUVL535N/Df4WRM1HhwQ/HYkkysk9W7x5FSRG1BXlf 3xvw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:subject:date:message-id:user-agent:cc:to :references:in-reply-to:from:content-transfer-encoding:mime-version; bh=wuzwxQYeb9LxkweptAuUvRSd+wURNP2z2I9hL2l2SQc=; b=QEBwXzS+1fGewLSmV2UJCsfcMe+ugJrFTUDUMzZmYTRuIxiCec21Qob7VSgKva+6ER KlUjNlqkYAIdpO4NPRmv0fPQIO1OQUbFAtNvheoocjdri4T4sqVRlDSzXWpCWlJA9Y3t YzquKcwvs1FxrwhRI0mzl6CHJtwL/tvgIMXgH9srGjqbrX3qV5SGYNm3V9QVu3EroYgf WiHEbaUsMVp2Zu144iK/kEyooJOI+OJkp3Nh/MVHyCxWKhlBbOwM1G1p25LXkZ/shtyt qTyoMzn+xB0Hu6YQE6Xls+1ipE7fslgwKfDfNju1k9kTG01AdqdrnSINNqcpEpXvN+IB AhzA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id l11si5459699jak.61.2021.05.21.03.33.34; Fri, 21 May 2021 03:33:51 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232725AbhEUIxK (ORCPT + 99 others); Fri, 21 May 2021 04:53:10 -0400 Received: from paleale.coelho.fi ([176.9.41.70]:46684 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S231678AbhEUIxK (ORCPT ); Fri, 21 May 2021 04:53:10 -0400 Received: from 91-156-6-193.elisa-laajakaista.fi ([91.156.6.193] helo=kveik.lan) by farmhouse.coelho.fi with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1lk0sb-0018Me-75; Fri, 21 May 2021 11:51:42 +0300 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Luca Coelho In-Reply-To: <20210420172755.12178-1-emmanuel.grumbach@intel.com> References: <20210420172755.12178-1-emmanuel.grumbach@intel.com> To: Emmanuel Grumbach Cc: linux-wireless@vger.kernel.org, johannes.berg@intel.com, tomas.winkler@intel.com, luciano.coelho@intel.com, gregkh@linuxfoundation.org, Alexander Usyskin , Emmanuel Grumbach User-Agent: pwcli/0.1.0-git (https://github.com/kvalo/pwcli/) Python/3.9.2 Message-Id: Date: Fri, 21 May 2021 11:51:38 +0300 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on farmhouse.coelho.fi X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, TVD_RCVD_IP autolearn=ham autolearn_force=no version=3.4.5-pre1 Subject: Re: [PATCH v2 1/3] mei: bus: add client dma interface Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Emmanuel Grumbach wrote: > From: Alexander Usyskin > > Expose the client dma mapping via mei client bus interface. > The client dma has to be mapped before the device is enabled, > therefore we need to create device linking already during mapping > and we need to unmap after the client is disable hence we need to > postpone the unlink and flush till unmapping or when > destroying the device. > > Signed-off-by: Alexander Usyskin > Co-developed-by: Tomas Winkler > Signed-off-by: Tomas Winkler > Signed-off-by: Emmanuel Grumbach > Signed-off-by: Luca Coelho > Acked-by: Greg Kroah-Hartman 3 patches applied to iwlwifi-next.git, thanks. d0f2edda1651 iwlwifi: pcie: don't enable BHs with IRQs disabled fc07b83286af mei: bus: add client dma interface 09df8fa50be8 iwlwifi: mei: add the driver to allow cooperation with CSME