From patchwork Fri May 10 11:29:40 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amit Kucheria X-Patchwork-Id: 1098008 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="DaU0WMI+"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 450p0b1vvSz9sBp for ; Fri, 10 May 2019 21:30:07 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727347AbfEJLaC (ORCPT ); Fri, 10 May 2019 07:30:02 -0400 Received: from mail-pf1-f196.google.com ([209.85.210.196]:38549 "EHLO mail-pf1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727301AbfEJLaB (ORCPT ); Fri, 10 May 2019 07:30:01 -0400 Received: by mail-pf1-f196.google.com with SMTP id 10so3086865pfo.5 for ; Fri, 10 May 2019 04:30:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=Nowmg4pM+Rb20HCwqnrJE3ir4gOjFPzAF5fVDd2jYag=; b=DaU0WMI+essN/z0vje9uyYZ/QVRI5R7wBylNonZJ7l9TcmbGVfnnheCNpFi2rdH/fw mm6qF57JD4HFRZHe2mvxcPLnNjjZV2R4QENKZsyWst8gEEkfrIQPduttU4QnYPPQbio1 y+Sm36/ksNcO6SplI1eUVlQuOG6OxE0lbRjzyL0VOj/S2+ifDUG96gEiHno20zUl+1c7 qJzgJBWxT46RYiIyccb1qMZ6O0njE6CU/0Mg1N4AMlVJDP0Yve2guyuTSTh2FjVxt1na 7MEx5uYwviLZCAey4uRmV3Fnc8hV3+jhM3Eq4LS+mryeP8WRwFR0SBhK9idMQNXTK+AG HePA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=Nowmg4pM+Rb20HCwqnrJE3ir4gOjFPzAF5fVDd2jYag=; b=DJVLA6iAx9tz6kI0cZ+WddEaxyh+rZoMth3Js3bm+LhLPbbLO3nhxl99pwIMJXKxx0 HI83n0pw8dz/0fQac/XOiDD6/aYuXa9emkVgAIAflHmaHPDgNNQm8OYtAmBzGELJ/JUb LO3dLrxHQG5LOpLVAeSQ1reDwE5RYRKf7fwCE9/bsVba7Ar8SAEqR0C5//cP2xzODJ3M nWHNlDpKKFpVzz7voiyzB8nPo301JEbFKQScauuNGULpDrV94Pj+jPgTWHab1HZA5CZy he/skSCN7y0lppj5BvqX+Va5yJqQv/qQS4i65Cw3YhwmbyblGmSpRr8cb/GXrsCyQRbA Mi0Q== X-Gm-Message-State: APjAAAWdemThTmY+nZLvvvEFdGpMLdzvfGw1SnLPa/c+D1SiYQvrwl5j dyWjjM939kL2xIxxaugTHvM1eQ== X-Google-Smtp-Source: APXvYqz3aNdA7UVeHCg8AIz0RMXjZdXsJQmzSBKVmpxlKPs/GHjbdV6nMbG5/5VUHxpVMz6YT8nheg== X-Received: by 2002:a62:87c6:: with SMTP id i189mr13483917pfe.65.1557487800962; Fri, 10 May 2019 04:30:00 -0700 (PDT) Received: from localhost ([103.8.150.7]) by smtp.gmail.com with ESMTPSA id 9sm5583081pgv.5.2019.05.10.04.29.59 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 10 May 2019 04:30:00 -0700 (PDT) From: Amit Kucheria To: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, bjorn.andersson@linaro.org, andy.gross@linaro.org, David Brown , Li Yang , Shawn Guo Cc: Sudeep Holla , devicetree@vger.kernel.org Subject: [PATCHv1 2/8] Documentation: arm: Link idle-states binding to code Date: Fri, 10 May 2019 16:59:40 +0530 Message-Id: <5f25e2b3096fa73f205e1797e355e049ed9f8c9c.1557486950.git.amit.kucheria@linaro.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: References: In-Reply-To: References: Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The enable-method needs to be psci for the psci_cpuidle_ops to be correctly registered. Add a note to the binding documentation on where to find the declaration of the enable-method since it is a macro and escapes any attempts to grep for it. Cc: Sudeep Holla Signed-off-by: Amit Kucheria Acked-by: Sudeep Holla