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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 07443C433EF for ; Thu, 21 Oct 2021 12:38:56 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C8A3D60E97 for ; Thu, 21 Oct 2021 12:38:55 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org C8A3D60E97 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=WrcBpxl5OygFcaF5F92lVO/kuSCZcx20gl7WML63d+8=; b=LwUEzehQ8nGQ1X Rrh4bIU25/iHlCVpktDGvSbYm1Z4yA2J2U3VAg+p9IvzAL3ANdjMV0izX/RtbTy/1cF8xDQO7Uncg 1kmYhgXeVFlk7+pombDdR26/A/pA57mBUb3WPJ8rs2V2M7JV/lcwHpKNMrYP4Ejf3NImChobUdXaO K/cnrFPke1F0oJ7sobN2cfefHXAuFP/fWC2T1MZa8/AohJBHm3nfyrhMUh9Gp6kjf5pvRp/51lP1C LIyy25rXFyPtEZKF8ejJ5dFhXqrUrK9J//d8AxTxFHU7Y2mT5iUR4Wxd0yPXQXulWPoGRSbELqmHZ VS7yMdZI2Qa47ncb1Dxw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mdXKG-007WAh-4f; Thu, 21 Oct 2021 12:37:40 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mdXKC-007W9e-EG; Thu, 21 Oct 2021 12:37:37 +0000 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-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211021_053736_567972_359C0A10 X-CRM114-Status: GOOD ( 10.36 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel