From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 16E56C48BE5 for ; Wed, 23 Jun 2021 17:30:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EA29B611C1 for ; Wed, 23 Jun 2021 17:30:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229759AbhFWRcS (ORCPT ); Wed, 23 Jun 2021 13:32:18 -0400 Received: from m43-7.mailgun.net ([69.72.43.7]:24514 "EHLO m43-7.mailgun.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229755AbhFWRcR (ORCPT ); Wed, 23 Jun 2021 13:32:17 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1624469386; h=Content-Type: MIME-Version: Message-ID: In-Reply-To: Date: References: Subject: Cc: To: From: Sender; bh=s5Bz0eZCymv18Oj3WyVC1yQjpxs4Dm1dYfaMS7UGc5M=; b=hEOdwAnqx00lFrbLAov/Ec/mmy1rfhPLQiyF8We+p9TATT48OVcH6x8hrVgGCBMF/PJm/rY5 /oUen1tkeeYAlDUEp5djyEZu33txqG4ns38ZkG47cqCNOLTyYgNMcBN8azkhHXxk772dgAjR RUJfe1ElA8NPL9oWv28mToRIrz8= X-Mailgun-Sending-Ip: 69.72.43.7 X-Mailgun-Sid: WyI1MzIzYiIsICJsaW51eC1hcm0tbXNtQHZnZXIua2VybmVsLm9yZyIsICJiZTllNGEiXQ== Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n05.prod.us-east-1.postgun.com with SMTP id 60d36f86dc4628fe7e629aa5 (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Wed, 23 Jun 2021 17:29:42 GMT Sender: kvalo=codeaurora.org@mg.codeaurora.org Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 64760C43460; Wed, 23 Jun 2021 17:29:41 +0000 (UTC) Received: from tykki (tynnyri.adurom.net [51.15.11.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: kvalo) by smtp.codeaurora.org (Postfix) with ESMTPSA id C26C3C433D3; Wed, 23 Jun 2021 17:29:37 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org C26C3C433D3 Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; spf=fail smtp.mailfrom=kvalo@codeaurora.org From: Kalle Valo To: Manivannan Sadhasivam Cc: Bhaumik Bhatt , linux-arm-msm@vger.kernel.org, hemantk@codeaurora.org, jhugo@codeaurora.org, linux-kernel@vger.kernel.org, loic.poulain@linaro.org, linux-wireless@vger.kernel.org, ath11k@lists.infradead.org, bbhatt=codeaurora.org@codeaurora.org, lilic@codeaurora.org, kangxu@codeaurora.org Subject: Re: [PATCH v4 4/6] ath11k: set register access length for MHI driver References: <1620330705-40192-1-git-send-email-bbhatt@codeaurora.org> <1620330705-40192-5-git-send-email-bbhatt@codeaurora.org> <20210521135152.GL70095@thinkpad> <87h7i0juxt.fsf@codeaurora.org> <37184e28dcc952ba9ad5ed0dc2c1a6da@codeaurora.org> <6ed9fe90f40e5f8151d3a028abf0acd1@codeaurora.org> <20210618064514.GM3682@workstation> Date: Wed, 23 Jun 2021 20:29:26 +0300 In-Reply-To: <20210618064514.GM3682@workstation> (Manivannan Sadhasivam's message of "Fri, 18 Jun 2021 12:15:14 +0530") Message-ID: <87k0mkh4ll.fsf@codeaurora.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Manivannan Sadhasivam writes: > On Wed, Jun 16, 2021 at 10:38:01AM -0700, Bhaumik Bhatt wrote: >> Hi Kalle/Mani, >> >> On 2021-06-14 10:49 AM, Bhaumik Bhatt wrote: >> Just got confirmation that the whole patch series was tested for functional >> sanity on >> Dell E7590 + QCA6390 with Ubuntu18.04 and patch 4/6 is also good to go. >> >> Can you please ACK and pick up this series? >> > > I can pick the series but I need an Ack from Kalle since it contains > ath11k changes. Kalle, can you please Ack this patch? > > I'm planning to send the PR by this weekend. Sorry for the late reply. Yes, as this now tested with ath11k driver please take this ath11k patch via the mhi tree: Acked-by: Kalle Valo -- https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches