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.7 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,URIBL_BLOCKED autolearn=unavailable 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 5436BC56202 for ; Wed, 18 Nov 2020 05:43:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 04D6920691 for ; Wed, 18 Nov 2020 05:43:56 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=mg.codeaurora.org header.i=@mg.codeaurora.org header.b="Gti/k2DR" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726096AbgKRFn4 (ORCPT ); Wed, 18 Nov 2020 00:43:56 -0500 Received: from z5.mailgun.us ([104.130.96.5]:16587 "EHLO z5.mailgun.us" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725794AbgKRFnz (ORCPT ); Wed, 18 Nov 2020 00:43:55 -0500 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1605678235; h=Content-Type: MIME-Version: Message-ID: In-Reply-To: Date: References: Subject: Cc: To: From: Sender; bh=oiBYyN4u0AsOxj8RbLoWgBRf+OoGnfrCBodEqxw5nMk=; b=Gti/k2DRz82dj9TiPzT+L8oGGNYwmLzuu42Vn8rD4e47qdHkeqfe1D7GepnBkEx8igwCrKua NHQgaYAF/Hbcgi263WR3/nTpDM+NAfAwdbpBgjPKGP3/OhXbjjPypMpGOJS5HNHsY/3w4+9E 6FIRplNNhAzufTHlqlGyuEn7kpg= X-Mailgun-Sending-Ip: 104.130.96.5 X-Mailgun-Sid: WyI3YTAwOSIsICJsaW51eC13aXJlbGVzc0B2Z2VyLmtlcm5lbC5vcmciLCAiYmU5ZTRhIl0= Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n09.prod.us-east-1.postgun.com with SMTP id 5fb4b49a309342b914610d39 (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Wed, 18 Nov 2020 05:43:54 GMT Sender: kvalo=codeaurora.org@mg.codeaurora.org Received: by smtp.codeaurora.org (Postfix, from userid 1001) id D0DF4C433ED; Wed, 18 Nov 2020 05:43:53 +0000 (UTC) Received: from potku.adurom.net (88-114-240-156.elisa-laajakaista.fi [88.114.240.156]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: kvalo) by smtp.codeaurora.org (Postfix) with ESMTPSA id 0E41CC433ED; Wed, 18 Nov 2020 05:43:50 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 0E41CC433ED 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: linux-arm-msm@vger.kernel.org, Loic Poulain , netdev@vger.kernel.org, linux-wireless@vger.kernel.org, bbhatt@codeaurora.org, hemantk@codeaurora.org, ath11k@lists.infradead.org Subject: Re: [PATCH] bus: mhi: Remove auto-start option References: <20201118053102.13119-1-manivannan.sadhasivam@linaro.org> Date: Wed, 18 Nov 2020 07:43:48 +0200 In-Reply-To: <20201118053102.13119-1-manivannan.sadhasivam@linaro.org> (Manivannan Sadhasivam's message of "Wed, 18 Nov 2020 11:01:02 +0530") Message-ID: <877dqjz0bv.fsf@codeaurora.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Manivannan Sadhasivam writes: > From: Loic Poulain > > There is really no point having an auto-start for channels. > This is confusing for the device drivers, some have to enable the > channels, others don't have... and waste resources (e.g. pre allocated > buffers) that may never be used. > > This is really up to the MHI device(channel) driver to manage the state > of its channels. > > While at it, let's also remove the auto-start option from ath11k mhi > controller. > > Signed-off-by: Loic Poulain > Reviewed-by: Manivannan Sadhasivam > [mani: clubbed ath11k change] > Signed-off-by: Manivannan Sadhasivam Thanks and feel free to take this to the immutable branch: Acked-by: Kalle Valo -- https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from z5.mailgun.us ([104.130.96.5]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kfGG6-0007Gl-Us for ath11k@lists.infradead.org; Wed, 18 Nov 2020 05:44:00 +0000 From: Kalle Valo Subject: Re: [PATCH] bus: mhi: Remove auto-start option References: <20201118053102.13119-1-manivannan.sadhasivam@linaro.org> Date: Wed, 18 Nov 2020 07:43:48 +0200 In-Reply-To: <20201118053102.13119-1-manivannan.sadhasivam@linaro.org> (Manivannan Sadhasivam's message of "Wed, 18 Nov 2020 11:01:02 +0530") Message-ID: <877dqjz0bv.fsf@codeaurora.org> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ath11k" Errors-To: ath11k-bounces+kvalo=adurom.com@lists.infradead.org To: Manivannan Sadhasivam Cc: Loic Poulain , linux-arm-msm@vger.kernel.org, linux-wireless@vger.kernel.org, bbhatt@codeaurora.org, netdev@vger.kernel.org, hemantk@codeaurora.org, ath11k@lists.infradead.org Manivannan Sadhasivam writes: > From: Loic Poulain > > There is really no point having an auto-start for channels. > This is confusing for the device drivers, some have to enable the > channels, others don't have... and waste resources (e.g. pre allocated > buffers) that may never be used. > > This is really up to the MHI device(channel) driver to manage the state > of its channels. > > While at it, let's also remove the auto-start option from ath11k mhi > controller. > > Signed-off-by: Loic Poulain > Reviewed-by: Manivannan Sadhasivam > [mani: clubbed ath11k change] > Signed-off-by: Manivannan Sadhasivam Thanks and feel free to take this to the immutable branch: Acked-by: Kalle Valo -- https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches -- ath11k mailing list ath11k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath11k