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 9D41AC4332F for ; Tue, 31 May 2022 21:25:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347995AbiEaVZf (ORCPT ); Tue, 31 May 2022 17:25:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51556 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348012AbiEaVZb (ORCPT ); Tue, 31 May 2022 17:25:31 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AEFF69E9E2; Tue, 31 May 2022 14:25:26 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id 2C5C4CE1689; Tue, 31 May 2022 21:25:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 64DF7C385A9; Tue, 31 May 2022 21:25:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1654032323; bh=JUWh9GAZfGjxtaad+vcDc6URL4qo6s3Tkd4XGZQtLcs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=W48BBuzdlXEGSJYM0LKQwJLXIXj6kIR9i6gKrQ+APabTcg600neSFlie9CgvS9WNj iIxuechCFZxFuxmBWtw0ZaR/ekQK4B++eLC7Y2FZoyG3n0+Lte06Wg8oRyk7gcXUUp RjfA3SlC6eLPtZggV//YNyHMvfldwO3PJuX6CYHHouurWTyvq+5+bFy6AxmxeboF6+ mwV+gMVJ4ESZimo692LFs7bKe3mrT7vpgDMSw49FtnOgA2ju8BVamQlSIiimkOgueJ gLV+xuG1wRugZAOtMKM0z4C/pCNF0xSIJBn1uirjT+CBx098p9FQWDLRPX5ZBBgg0J deT2dIAkSaBbQ== Date: Tue, 31 May 2022 21:25:21 +0000 From: Eric Biggers To: Jaegeuk Kim Cc: linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org, "Martin K . Petersen" , Bart Van Assche , Adrian Hunter , Asutosh Das , Avri Altman , Bean Huo , Stanley Chu , Can Guo Subject: Re: [PATCH] scsi: ufs: add a quirk to disable FUA support Message-ID: References: <20220531201053.3300018-1-jaegeuk@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org On Tue, May 31, 2022 at 01:53:33PM -0700, Jaegeuk Kim wrote: > > Also, this patch does nothing by itself. Which UFS host driver(s) need this > > quirk bit? Can you update them to use it? Or do they all need this, in which > > case a quirk bit would be unnecessary? > > Likewise other quick bits, using this is up to SoC or UFS vendors. I > think that combination is up to OEMs who is building the product. Of the UFS host drivers in the upstream kernel, which ones actually need this? - Eric