Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp582399pxb; Thu, 21 Oct 2021 05:40:36 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzjt8vkAUSM/laRcYAGAvNdyvmSe04YcKzgvshjEG8NLGJuLGBGX+KHiblZ1FTSLuC9wDAd X-Received: by 2002:a05:6402:1e8c:: with SMTP id f12mr7304128edf.71.1634820036698; Thu, 21 Oct 2021 05:40:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1634820036; cv=none; d=google.com; s=arc-20160816; b=cRd/BLJeoykvB6MD2IEjAy+o61+LRAQ/zN7gn5Vqksu+Hamm0rtt4oFdiajoahLnpn 01ULXM1UeSR0uyNt923d+U5puuF9hJKBYvB9DxclEM27j+6/9xwBqLr28QIaB1uY1JmH qRK7DkRQhRknrd/CTPyApnol2xzteVCmKk+kdjwe3SR3h4nkJP/WMnKgz+6RAPBMZp/W BBh0fYyXY4Oug1RpsSNbQ+hS75Z4Oo04zlmH5PE/cuweyK8vuBjoky1rwCbe2ZY8KLMd aQQTYQW9joSBxInlWnjltCbB/WsCcMQE+wjM5UIlxUDrxCDcoCnPOOkwDoKYQ9MrXLPu eGSQ== 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=oWDkhAhODMJvJz6quyZANXp+2i64H2ujMD1kjp0KfOI=; b=pmNUDuVWBQsCV+13JrSITmd6gW68r3NKF3jA4iIc6xdw8ad74DU5io6Jf5/uX+Cdgs DhvauuTsxMUj5zNzqPgZSfnI3KwqsatmESKLy76KRrzOs6FJv9E4/sai0aWSvCcW642v GQRSXVUUnIc4ENbgtq0y90fVeuaE391JMPmffQIS2sQUZAYojkUDMNKjcX7B2W5Ed24B 3Hv4EqmArrFtLw5TU+NaYdaZg8vA8CF9zCQeo2xXVy/LhVQDf5vvBzq5HChSvFhcdOL1 cDW40TeuhsQXWR5qhOmFolboZ9b9Ex0BztXrP6bHP/0InG0UZbK+xnYxFIJvE4xE/xEY Tsfg== 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 y21si10523625eda.279.2021.10.21.05.40.12; Thu, 21 Oct 2021 05:40:36 -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 S231683AbhJUMjz (ORCPT + 99 others); Thu, 21 Oct 2021 08:39:55 -0400 Received: from muru.com ([72.249.23.125]:46996 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231704AbhJUMjt (ORCPT ); Thu, 21 Oct 2021 08:39:49 -0400 Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 738A080FC; Thu, 21 Oct 2021 12:38:05 +0000 (UTC) Date: Thu, 21 Oct 2021 15:37:30 +0300 From: Tony Lindgren To: Amit Pundir Cc: Saravana Kannan , Russell King , Neil Armstrong , Geert Uytterhoeven , Magnus Damm , Catalin Marinas , Will Deacon , Damien Le Moal , Greg Kroah-Hartman , Ulf Hansson , Rob Herring , Android Kernel Team , linux-arm-kernel@lists.infradead.org, lkml , linux-oxnas@groups.io, linux-renesas-soc@vger.kernel.org, linux-omap@vger.kernel.org, linux-riscv@lists.infradead.org, Dmitry Baryshkov , John Stultz Subject: Re: [PATCH v4 2/2] drivers: bus: Delete CONFIG_SIMPLE_PM_BUS Message-ID: References: <20210929000735.585237-1-saravanak@google.com> <20210929000735.585237-3-saravanak@google.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 * Amit Pundir [211021 11:22]: > Hi Saravana, > > This patch broke v5.15-rc6 on RB5 (sm8250 | qcom/qrb5165-rb5.dts). > I can't boot past this point https://www.irccloud.com/pastebin/raw/Nv6ZwHmW. Also, I noticed we now end up with simple-pm-bus.c that does no PM for the legacy which was the whole idea of the driver in the first place :) Saravana, could you consider just adding a new simple-bus.c driver in addition to simple-pm-bus.c for the cases that do not call pm_runtime_enable()? Thanks, Tony