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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 202DBCDB483 for ; Thu, 19 Oct 2023 18:20:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346387AbjJSSUt (ORCPT ); Thu, 19 Oct 2023 14:20:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48062 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346352AbjJSSUq (ORCPT ); Thu, 19 Oct 2023 14:20:46 -0400 Received: from mail-pj1-f44.google.com (mail-pj1-f44.google.com [209.85.216.44]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 98ECA11F; Thu, 19 Oct 2023 11:20:44 -0700 (PDT) Received: by mail-pj1-f44.google.com with SMTP id 98e67ed59e1d1-27d23f1e3b8so29646a91.1; Thu, 19 Oct 2023 11:20:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697739644; x=1698344444; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=u7vDvNz6BQO2aw2lrYmPjXprDOYt8FbI7nemZ3te0lQ=; b=DhNn27RAPrOBMpkkXC8fgPivysbSL6LY5QidA0Jse/SPh5wR75y9DZAxELq0R5YyQ6 4hQvhdVhTPSyoC3F43ImrCqTlAJQvM98nhrSYonCzwX6kQnM/gnJyWt9BV3hLvrjg0/x QBMN11wEdQrS/cErYoFSv7jUaye+jL3UWvypiSL1MKSScIfFD/vPmZJYxF0/OlGgghcj J39dtmO5tAGKfUnG/WtWJacFxEyEeUkp0FR/RVaXVLM//PYZIUT4DIqk38IgJhHbl1T4 /zxxN1buqeHk4htIWVmPeCFpr+uYYCN99a7t8G1hY08/K47NmTMwl3x/ktWmIM8fiVnM Kl1A== X-Gm-Message-State: AOJu0YwDgA4u+vvJKbVr38DqgrDYiBeE9JVwOn4QNMS/RFVvl+tKKqZW Nkul9YZBlRxyqTLDE9jJu/Y= X-Google-Smtp-Source: AGHT+IHLvlmNMcFMWxSwriIsRlybnjbvrnsIbfuCI095aX/soipMtp1C6oFTKung7GTUB7phSX8R+w== X-Received: by 2002:a17:90a:df89:b0:27c:f48e:e245 with SMTP id p9-20020a17090adf8900b0027cf48ee245mr2886389pjv.24.1697739643885; Thu, 19 Oct 2023 11:20:43 -0700 (PDT) Received: from ?IPV6:2620:15c:211:201:3306:3a7f:54e8:2149? ([2620:15c:211:201:3306:3a7f:54e8:2149]) by smtp.gmail.com with ESMTPSA id 4-20020a170902ee4400b001c877f27d1fsm17322plo.11.2023.10.19.11.20.42 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 19 Oct 2023 11:20:43 -0700 (PDT) Message-ID: Date: Thu, 19 Oct 2023 11:20:41 -0700 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v3 0/3] scsi: ufs: core: support WB buffer resize function Content-Language: en-US To: Lu Hongfei , Alim Akhtar , Avri Altman , "James E.J. Bottomley" , "Martin K. Petersen" , Bean Huo , Can Guo , Arthur Simchaev , Stanley Chu , Manivannan Sadhasivam , Asutosh Das , "Bao D. Nguyen" , Po-Wen Kao , Eric Biggers , Keoseong Park , linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org Cc: opensource.kernel@vivo.com References: <20230911055810.879-1-luhongfei@vivo.com> <86e5cc25-80f7-451b-9067-a220c7a2c39e@vivo.com> From: Bart Van Assche In-Reply-To: <86e5cc25-80f7-451b-9067-a220c7a2c39e@vivo.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/18/23 21:50, Lu Hongfei wrote: > Are there any new developments in this group of patches? The JEDEC ballot about resizing the WriteBooster buffer has not yet been approved. Please wait with posting patches that implement support for a JEDEC feature until agreement has been reached in JEDEC. Thanks, Bart.