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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 36EB8C433F5 for ; Sat, 6 Nov 2021 01:36:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 10D9C611EF for ; Sat, 6 Nov 2021 01:36:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232481AbhKFBit (ORCPT ); Fri, 5 Nov 2021 21:38:49 -0400 Received: from so254-9.mailgun.net ([198.61.254.9]:21561 "EHLO so254-9.mailgun.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233894AbhKFBi1 (ORCPT ); Fri, 5 Nov 2021 21:38:27 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1636162531; h=Content-Transfer-Encoding: Content-Type: In-Reply-To: MIME-Version: Date: Message-ID: From: References: Cc: To: Subject: Sender; bh=qc+YvceZyAXnl1VNihVaILaqzEudz89tr+yVe+vDKKs=; b=L5meB56OQOtmCH6DGK/EMgegHL0fgpMoKZfcGfgbil+IqIGGT3EkCiZMymYOKUIMQNHNAOHp B+33SPqIn+hU5Zoj/0Bk07EMDlYXuKJjx0l40Lr41dCzRG9SozLPE4gQ5aGYg33WrUeuwVP3 dc9L/jr0pxR2aXmNAB7pgTg/6TE= X-Mailgun-Sending-Ip: 198.61.254.9 X-Mailgun-Sid: WyI0MWYwYSIsICJsaW51eC1rZXJuZWxAdmdlci5rZXJuZWwub3JnIiwgImJlOWU0YSJd Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n06.prod.us-east-1.postgun.com with SMTP id 6185dbd58037be265184c7c1 (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Sat, 06 Nov 2021 01:35:17 GMT Sender: hemantk=codeaurora.org@mg.codeaurora.org Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 1050FC4360C; Sat, 6 Nov 2021 01:35:17 +0000 (UTC) Received: from [10.110.30.239] (i-global254.qualcomm.com [199.106.103.254]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: hemantk) by smtp.codeaurora.org (Postfix) with ESMTPSA id E6D2DC4338F; Sat, 6 Nov 2021 01:35:15 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.codeaurora.org E6D2DC4338F 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=codeaurora.org Subject: Re: [PATCH] bus: mhi: core: Read missing channel configuration entry To: Bhaumik Bhatt , manivannan.sadhasivam@linaro.org Cc: linux-arm-msm@vger.kernel.org, quic_hemantk@quicinc.com, linux-kernel@vger.kernel.org, loic.poulain@linaro.org References: <1636072273-16034-1-git-send-email-quic_bbhatt@quicinc.com> From: Hemant Kumar Message-ID: <358e03fd-bf43-d6cc-63af-a554eae895ef@codeaurora.org> Date: Fri, 5 Nov 2021 18:35:15 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <1636072273-16034-1-git-send-email-quic_bbhatt@quicinc.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/4/2021 5:31 PM, Bhaumik Bhatt wrote: > The 'wake-capable' entry in channel configuration is not set when > parsing the configuration specified by the controller driver. Add > the missing entry to ensure channel is correctly specified as a > 'wake-capable' channel. > > Signed-off-by: Bhaumik Bhatt Reviewed-by: Hemant Kumar -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project