Received: by 2002:a05:6a10:d5a5:0:0:0:0 with SMTP id gn37csp1682255pxb; Thu, 7 Oct 2021 12:47:27 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz9BywgrXqpVV1Tnsi8tNhL90S0bIwnUz/XxMnOC9v5D6q8kkv3w4tHlRhUZk18tBcz6tAO X-Received: by 2002:a05:6a00:2405:b0:3e1:9f65:9703 with SMTP id z5-20020a056a00240500b003e19f659703mr6277789pfh.6.1633636047061; Thu, 07 Oct 2021 12:47:27 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1633636047; cv=none; d=google.com; s=arc-20160816; b=fm88hEtWWvUHxjvvpXXf7n5YR/yAkHgvzn9K0SWRdavalFKCqPeS1VBgCB0sKh0xJd osEmBLq1CP4nWieSQMl3i04wHXZ96ILeeK4TKWh0R67ch0xa6DBNhhd5XDj+WBbx6mVh Z3vxkOhLBxLJgxflS1UK4pxZGVk3WEgELhGc6xS9inAY1NXzzyPJK6AkRuiYNBjdQZG+ CgtpxcA3p+wpjKsIYshdGOPD2WrA8m8nRzfTgtYdrZraPIXMtiZLSmQfKhixjhRhkTUZ CxzlwyL9foqXnpjTR59sLq9Zk5HYHwfrgH2SzK3ILouWoFAqF1hrl2YzSSMH6vv0FQNM rjBQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=sDj4SO/qK4Ddob/G1YrWrODSvDPRpcdElAOZwNcvSac=; b=b2b0RuoitENgY/ldQmEKNk+GSrfvpYuxaXBNaqWZu0IuWhgAxrcyBJ2Q9jr+hQFwb7 gsfMLgsdlwervHzTiJk9O23hmajaTpl5gqWk/1b89015sMWtdvjLcmV7SKEKGI7Sfd+6 ehUC4ODmmq90ylZ1DoJiatPTI7fa7G8gDhuy+evwFb0cS3q67EKZ02TMImCcNFcB83J/ W/H1oKbFnzytYUptCPxbhS0hrBdnx2EZgJhM9da6VLmgAgVvNdzJ3MA8IilQgxa+UMn6 2Q7iNLFBEg16C0e/UL5g+a7q6BdZGgEusSX+ZzuCVu7R2+10p/6CLzCykyRI6sZ8ZRzV pEUA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id q12si330949plk.313.2021.10.07.12.47.12; Thu, 07 Oct 2021 12:47:27 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243543AbhJGSTN (ORCPT + 99 others); Thu, 7 Oct 2021 14:19:13 -0400 Received: from muru.com ([72.249.23.125]:41998 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233750AbhJGSTM (ORCPT ); Thu, 7 Oct 2021 14:19:12 -0400 Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id C4AB980C7; Thu, 7 Oct 2021 18:17:48 +0000 (UTC) Date: Thu, 7 Oct 2021 21:17:16 +0300 From: Tony Lindgren To: Geert Uytterhoeven Cc: Linux Kernel Mailing List , Rob Herring , Linux ARM , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "open list:TI ETHERNET SWITCH DRIVER (CPSW)" , Rob Herring , Simon Horman , Suman Anna Subject: Re: [PATCH 1/3] dt-bindings: bus: simple-pm-bus: Make clocks and power-domains optional Message-ID: References: <20211007124858.44011-1-tony@atomide.com> <20211007124858.44011-2-tony@atomide.com> 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-kernel@vger.kernel.org * Geert Uytterhoeven [211007 17:57]: > Hi Tony, > > On Thu, Oct 7, 2021 at 7:24 PM Tony Lindgren wrote: > > * Geert Uytterhoeven [211007 13:27]: > > > On Thu, Oct 7, 2021 at 2:49 PM Tony Lindgren wrote: > > > > Even without clocks and power domains configured, simple-pm-bus is still > > > > different from simple-bus as simple-pm-bus enables runtime PM for the bus > > > > driver. > > > > > > Which you need to have working Runtime PM for child devices, right? ;-) > > > > Right. And based on what I remember we simply cannot do pm_runtime_enable() > > for simple-bus without breaking tons of devices. > > Why not? Do you have an example of what would break? > The only reason I created simple-pm-bus was because the DT people > objected to adding PM to simple-bus, as they considered it wrong > conceptually. AFAIK this wouldn't have caused any actual breakage. Oh OK, then I just remember the reasons wrong for the need for adding it as a driver. Regards, Tony