Received: by 2002:ac0:946b:0:0:0:0:0 with SMTP id j40csp489182imj; Sat, 9 Feb 2019 01:55:31 -0800 (PST) X-Google-Smtp-Source: AHgI3Ib9Cdwo15fhunu+xUncU+61W82SjKXM+RsHPaOjTtYvYqOPoBhGb/DOsv6amaCuLDnnczOS X-Received: by 2002:a62:36c1:: with SMTP id d184mr27019654pfa.242.1549706131801; Sat, 09 Feb 2019 01:55:31 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549706131; cv=none; d=google.com; s=arc-20160816; b=xP/sRgbdQHZ+xPMyjUx+OgKyiqJUUYWPQM+ius9FZElpJgUhb+LMWNig1k6sYfAmhG TzNDfhgDuFHZUq1YJXEbaZC0d8a5ZlaRa1REFE39LDnPd7JPVGS+TW4SAdez0/Wzvunf RQm+6DSeHANBldrble7HBdb7+7bAHQ1iqSFeywyK2wdsDEHX6EhtWKGpjEJookCnrWjp DJkqcnCOz2yisXZkyIZvNqujbFoqNo3RbEAIIdo+K/n093te4++J0ZNOfmmMaUo6BaNV BaWCvsiceIdybkshUtPGWOzq5zJUacFL+MpC7g33Ne35p3UV0mSPrCfk5VUj6kP65eBi Dsuw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:in-reply-to :mime-version:user-agent:date:message-id:from:references:cc:to :subject; bh=2sCzqf+qZ5z7tDupepu7A8CxFJmzCldALMmv5cLx7ro=; b=Kfr+Ggccg0tYC9Rrfq/fy3oaXWDlpKj1jxWxdHPN0DbczROybUu1r9UdH2s/GKrGlT y+KRos234jlKFrTu+p8NOtqEk6tP4OMzbv1pajnDWt9inGW7MNK3qtm1EjzzWIbHQ9yb aXfXGEeuBrUgWP0+PorwfuqEX2aX2RGDSk7bxmqybs4Jc4mEs+k4gYmkPGTlP4JwXIvS OyfnC3du5bJ/XcomXxKfTjD+MYFE9J9fpU/uHxouZ9HoDeEyrI8VB6O0YfCPh9k+mOk7 Y9lF7NkqHQcuxpvUFxsC7sPnccYURgsfOcIPFe5eg/NfxOp/vXSsLbT9lAA1cEJqNvi+ kZeA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id n30si4431391pgb.406.2019.02.09.01.55.04; Sat, 09 Feb 2019 01:55:31 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726873AbfBIJzA (ORCPT + 99 others); Sat, 9 Feb 2019 04:55:00 -0500 Received: from smtp4-g21.free.fr ([212.27.42.4]:14904 "EHLO smtp4-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725933AbfBIJzA (ORCPT ); Sat, 9 Feb 2019 04:55:00 -0500 Received: from [192.168.1.42] (unknown [77.207.133.132]) (Authenticated sender: marc.w.gonzalez) by smtp4-g21.free.fr (Postfix) with ESMTPSA id 1953A19F5B6; Sat, 9 Feb 2019 10:54:22 +0100 (CET) Subject: Re: [PATCH v4 6/7] Revert "scsi: ufs: disable vccq if it's not needed by UFS device" To: Avri Altman , MSM , SCSI Cc: Jeffrey Hugo , Bjorn Andersson , Andy Gross , David Brown , Evan Green , Douglas Anderson , Alim Akhtar , Pedro Sousa , Rob Herring , Kishon Vijay Abraham , Liam Girdwood , Mark Brown , Martin Petersen , LKML References: <09ce9c20-c47b-f936-a8a9-6c8ec8f0f867@free.fr> <817ff724-2a30-99fb-8a92-c77797651bde@free.fr> From: Marc Gonzalez Message-ID: Date: Sat, 9 Feb 2019 10:54:09 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.4 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/02/2019 10:07, Avri Altman wrote: > On 08/02/2019 23:20, Marc Gonzalez wrote: > >> This reverts commit 60f0187031c05e04cbadffb62f557d0ff3564490. >> >> Calling ufshcd_set_vccq_rail_unused() breaks UFS init on two boards. >> I would say that vccq is *not* not needed. >> >> Reviewed-by: Jeffrey Hugo >> Signed-off-by: Marc Gonzalez > > Those tags got switched off. What do you mean? > I still think that If you are reverting the quirk implementation, > you should remove the quirk listing as well. You're right, of course. I just thought it could wait until after this series was accepted, but I can fold it in v5, as a follow-up patch. > Also, as the v3 discussion held on several threads, > and new people might be joining in, > maybe you could reply to this patch with a couple of sentences summing-up > the various theories that this bring-up raised. Will do in v5, either in the commit message, or in the sub-text that is not committed. Regards.