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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no 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 0A9E3C433E0 for ; Wed, 27 Jan 2021 15:26:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C7A3720771 for ; Wed, 27 Jan 2021 15:26:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235581AbhA0P0C (ORCPT ); Wed, 27 Jan 2021 10:26:02 -0500 Received: from mail.kernel.org ([198.145.29.99]:60522 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343808AbhA0PU7 (ORCPT ); Wed, 27 Jan 2021 10:20:59 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 3918520771; Wed, 27 Jan 2021 15:20:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1611760818; bh=6H0w+JxfUtiVEDnsxo2cN6Xx7Yc2UsDpgDJrqfB89/g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ovRZwQD4d6ENzXJtjSQRTQuxUQTxBk/0TmjUzUTDCpu7rMROBkAXbrgnostmI02eU vnXPfmJAyeW3ml2oATZcpDF+VI41LQrt1krQ8EXzDE9u+ZLnNVmO/NnasPQNSGGWAk F3EIWYU0JNuIyPHeMeslNSimAK2x4jEtEolkFtNY= Date: Wed, 27 Jan 2021 16:20:15 +0100 From: Greg KH To: Avri Altman Cc: "James E . J . Bottomley" , "Martin K . Petersen" , linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, Bart Van Assche , yongmyung lee , Daejun Park , alim.akhtar@samsung.com, asutoshd@codeaurora.org, Zang Leigang , Avi Shchislowski , Bean Huo , cang@codeaurora.org, stanley.chu@mediatek.com Subject: Re: [PATCH 2/8] scsi: ufshpb: Add host control mode support to rsp_upiu Message-ID: References: <20210127151217.24760-1-avri.altman@wdc.com> <20210127151217.24760-3-avri.altman@wdc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210127151217.24760-3-avri.altman@wdc.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 27, 2021 at 05:12:11PM +0200, Avri Altman wrote: > There are some limitations to activations / inactivations in host > control mode - Add those. I can not understand this changelog text, please make it more descriptive as I have no way to know how to review this patch :( thanks, greg k-h