Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp785678ybe; Fri, 13 Sep 2019 06:22:06 -0700 (PDT) X-Google-Smtp-Source: APXvYqzhwnVWlGjy0iHYy7tFQY++FAcYXIvli40zpu5jCSJ7D9xurZbTyYnLaIEjc8azbIMffFZx X-Received: by 2002:a05:6402:3c5:: with SMTP id t5mr47574939edw.22.1568380926430; Fri, 13 Sep 2019 06:22:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568380926; cv=none; d=google.com; s=arc-20160816; b=1CpTnomhbBk6fjl39c3M0Fm8pVZM6yhYl5K8PrtAv6++Hew9QGtAWju1U49JdGWTzL qJOyk0OcmPxsN6FOhfLfOg4GfrfZQsvZu/rUo8sSwwoYgBUTQ11KBPtd+OMmisAH0UkW HnF+1L6ByM+u08TUvyApQXvfmu/nvnn8hqy79i30CxWuRqG4XpCqKZhQQ2EZyI0rM8mM S2LQybzkJkTW7zT1qULjOMSMtli9s7ozrIlY72RibPnpPrUsUTXeO/9pmwasiqHyGAj7 NsyNH2guu0TIm1mmyL0Vzqp05qmyLRGsGv7ij+cpVMyiyHnXMDZFnPYZ9T8qRYqZNHwh UEpw== 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:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=H8U5jJ2xlFEO20hX/xBFBNCVcNg2ZJXOnngSiQtLST8=; b=fRBTfWhGwaum3xLSHTow10doQ0Fj+J97/zITeq9O9oY/g0QXYH5j9HZEOr1qCoBhU2 k3SrdPzcaTf3xB2/Br870PXTaKR0ShU3q308gP6lc5BhVoY28O9ykEoMPCRZvvia3HG+ K8ZAdPjyugYTVBvWjB48I8/kdSY+YSzCZP/hCDWtLnqjntnsWbzHzs/0EPYmQLAWPEv7 JXWajiO9MYXDt/BvkMRLhSyUupx8JNyvlIzQbIW8GbzXuTDphHFltTgmuaV6F0zkz73N K36yB8FCJtCk++PQJkBhKHudD88NVmqCrXIkm23K7Dh9XUN+TQgR0ptEzD+MTLt61NXg +1CQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=z+EEGfQM; 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 oq3si1459715ejb.220.2019.09.13.06.21.43; Fri, 13 Sep 2019 06:22:06 -0700 (PDT) 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; dkim=pass header.i=@kernel.org header.s=default header.b=z+EEGfQM; 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 S2389072AbfIMNQ6 (ORCPT + 99 others); Fri, 13 Sep 2019 09:16:58 -0400 Received: from mail.kernel.org ([198.145.29.99]:43914 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389952AbfIMNQy (ORCPT ); Fri, 13 Sep 2019 09:16:54 -0400 Received: from localhost (unknown [104.132.45.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B19B4206BB; Fri, 13 Sep 2019 13:16:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1568380614; bh=iWIUAy8DQM/b3AxXFY8RBNb9Cjp0usuQ9n2TI1b8FBk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=z+EEGfQM2xiJ2bf5z2VG8+997mkjRGbcUX5aRzy43TONAMla5ToJEZF3b9IbR36M3 G2uTrsCp5s7qoPCuocs/bZlqh8HOcfq4RUz3/BWsOzn/84G/6p9FVlU67VGmbVp9O1 N1E1fbtv1oxKhzJWc31yGMrhcH3uCflUktYtcd3w= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Sowjanya Komatineni , Thierry Reding , Rob Herring , Ulf Hansson , Sasha Levin Subject: [PATCH 4.19 122/190] dt-bindings: mmc: Add supports-cqe property Date: Fri, 13 Sep 2019 14:06:17 +0100 Message-Id: <20190913130609.582905678@linuxfoundation.org> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20190913130559.669563815@linuxfoundation.org> References: <20190913130559.669563815@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [ Upstream commit c7fddbd5db5cffd10ed4d18efa20e36803d1899f ] Add supports-cqe optional property for MMC hosts. This property is used to identify the specific host controller supporting command queue. Signed-off-by: Sowjanya Komatineni Reviewed-by: Thierry Reding Reviewed-by: Rob Herring Signed-off-by: Ulf Hansson Signed-off-by: Sasha Levin --- Documentation/devicetree/bindings/mmc/mmc.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/mmc/mmc.txt b/Documentation/devicetree/bindings/mmc/mmc.txt index f5a0923b34ca1..cdbcfd3a4ff21 100644 --- a/Documentation/devicetree/bindings/mmc/mmc.txt +++ b/Documentation/devicetree/bindings/mmc/mmc.txt @@ -62,6 +62,8 @@ Optional properties: be referred to mmc-pwrseq-simple.txt. But now it's reused as a tunable delay waiting for I/O signalling and card power supply to be stable, regardless of whether pwrseq-simple is used. Default to 10ms if no available. +- supports-cqe : The presence of this property indicates that the corresponding + MMC host controller supports HW command queue feature. *NOTE* on CD and WP polarity. To use common for all SD/MMC host controllers line polarity properties, we have to fix the meaning of the "normal" and "inverted" -- 2.20.1