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 X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 81C1AC46469 for ; Wed, 12 Sep 2018 13:32:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 45E0520854 for ; Wed, 12 Sep 2018 13:32:33 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 45E0520854 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727984AbeILShD (ORCPT ); Wed, 12 Sep 2018 14:37:03 -0400 Received: from muru.com ([72.249.23.125]:56246 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726758AbeILShD (ORCPT ); Wed, 12 Sep 2018 14:37:03 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 27CFA807E; Wed, 12 Sep 2018 13:36:38 +0000 (UTC) Date: Wed, 12 Sep 2018 06:32:28 -0700 From: Tony Lindgren To: Sudeep Holla Cc: Keerthy , mark.rutland@arm.com, robh+dt@kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, t-kristo@ti.com Subject: Re: [PATCH] dt-bindings: power: Introduce suspend states supported properties Message-ID: <20180912133228.GI5662@atomide.com> References: <1536725372-29174-1-git-send-email-j-keerthy@ti.com> <781b2eb2-1568-b4e5-46f2-c4612862d728@arm.com> <5c49cb0c-a436-c957-e6b3-5f3aa7af92f9@ti.com> <2c08c85f-a3e0-c1ce-3f87-0866868bd7e4@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2c08c85f-a3e0-c1ce-3f87-0866868bd7e4@arm.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Sudeep Holla [180912 11:41]: > On 12/09/18 12:19, Keerthy wrote: > > suspend to mem and suspend to disk are pretty generic states and i agree > > implementation is platform dependent so why not have properties that > > convey if they are supported? > > > > We already have power domains and idle states for that. If you need to > restrict few states on some platform for whatever reasons, just disable > those states. I don't see the need to add any more bindings for the same. Oh do you mean the "domain-idle-states" property as mentioned in the Documentation/devicetree/bindings/power/power_domain.txt? Yeah that should do and the DOMAIN_PWR_DN and DOMAIN_RET can be SoC specific and then the board can select which ones to use depending on how things are wired for GPIOs, memory, PMIC and so on. Hmm I don't see any users for this binding though? Regards, Tony