Received: by 2002:a25:868d:0:0:0:0:0 with SMTP id z13csp3626363ybk; Tue, 19 May 2020 09:07:13 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxxoB5/ZPKgKEMTKCT267ej2SPKQMo/G1AHSLWCql8Vf7BX6N8c7wfzKqR79Hj8pgRnvk6b X-Received: by 2002:a05:6402:8c1:: with SMTP id d1mr18248970edz.265.1589904433605; Tue, 19 May 2020 09:07:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1589904433; cv=none; d=google.com; s=arc-20160816; b=K452tGsYTe+mxhsEC8R3s00k3ppHOcKKJbuo3LpTr8YOppTTttdXC0CQRD26Fkio0O XZhgOOjTiqo+9kGl1sE+AXvPWQUxwdZYBejLsjqs1P8nGdS3vbOed9h+k/4ta+KmPVuq ffh6xuZtXP2xHIPIRcqSEFoVMh0UdcI4Z8TGXWv6UgYGTFW1D+IwmLVRrVTWllpGaust AHOEZPxgSg7LJ0e3mJD0HqdqlOArXsEdDJOn3vO8xM+HgYW4opgRBL+64mWwPiwgixSZ sC2QLGwKi9SAN0gAMc+O1aj5I0CqmrE1iuY634io321cS20qkItgtNKyPDf34BnDSBd0 kpKQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=VICnFbDkKeGy5+3xfudbM9OFjyHV/GYzEaKo+VvEBvQ=; b=G8CFj7/2f+B17XI1VdgWRKIBWcF2+C2ypunfgOO3YfcfLtVzrA8z8KOdhf4ZKCPy0p OkHv2Zft+tM9tmREUzfl/xy+KVEbPe+V/Shi34ANRGj96SfGbTb4zL3tVxj4qmlQxPyQ GXZcOWKJvdKJo3XIShiuFt+WQod/eoCNnxa9p/fx9Cum2JyyIax/KkXuIglUf3iIQbAo gq9S0Dgnpecd+AqqsZ+cvxhSpKFR1nJw2VggeX259jlJYu9zMJhPVNfZNp82wSr4V43t sUcpJtagMfLtP5XJ+fEs8wkqE0KsSmbKaThMAM5H9qwloCBNVtGd6DkLrK2tUPU7QhFU yRXg== 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 d9si119246ejb.393.2020.05.19.09.06.47; Tue, 19 May 2020 09:07:13 -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 S1729210AbgESQFB (ORCPT + 99 others); Tue, 19 May 2020 12:05:01 -0400 Received: from muru.com ([72.249.23.125]:55060 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729055AbgESQFB (ORCPT ); Tue, 19 May 2020 12:05:01 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 07EAD80FA; Tue, 19 May 2020 16:05:50 +0000 (UTC) Date: Tue, 19 May 2020 09:04:58 -0700 From: Tony Lindgren To: Tomi Valkeinen Cc: Faiz Abbas , Keerthy , linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, bcousson@baylibre.com Subject: Re: [PATCH v2] arm: dts: Move am33xx and am43xx mmc nodes to sdhci-omap driver Message-ID: <20200519160458.GU37466@atomide.com> References: <20200512203804.9340-1-faiz_abbas@ti.com> <20200513162327.GM37466@atomide.com> <94025425-95e2-e53d-cfac-a1e73e6c011a@ti.com> <53c815db-dd7d-e6e1-f81a-cf05ef340c71@ti.com> <20200519154807.GT37466@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Tomi Valkeinen [200519 15:55]: > (Dropping DT from cc) > > On 19/05/2020 18:48, Tony Lindgren wrote: > > > > > Suspend/resume on am43xx-gpevm is broken right now in mainline and the regression looks > > > > like it is caused by the display subsystem. I have reported this to Tomi and > > > > its being investigated. > > > > > > > > Meanwhile I have tested this patch with display configs disabled and Keerthy's > > > > suspend/resume tests pass on both am3 and am4. > > > > OK great thanks for checking it. Do you have the display subsystem > > related commit that broke PM? I'm wondering if my recent DSS platform > > data removal changes might have caused the regression. > > I spent a bit time looking at this, but unfortunately I wasn't even able to > resume my AM4 evm from suspend. I tried with rtcwake and with plain console > (with no_console_suspend). I did not have DSS loaded. My test-bbb-suspend script seems to have: sudo modprobe wkup_m3_ipc sudo modprobe pm33xx sudo modprobe rtc-omap rtcwake -m mem -s 5 I think the same should work for am437x. But some boards do not support deep sleep like am437x-idk. > Anyone have quick hints on how to debug why resume doesn't seem to happen? You might get some info with no_console_suspend, but that might also cause other issues. Regards, Tony