Received: by 2002:a25:ef43:0:0:0:0:0 with SMTP id w3csp955529ybm; Wed, 27 May 2020 12:06:47 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx+jDE48cuZlqpWKsRRgyrGv9QhrTNKgoiT8QpHp1OFhR/nKm5lc4Ef8AOTwSGoXEm181oM X-Received: by 2002:a17:906:8684:: with SMTP id g4mr3718362ejx.431.1590606407739; Wed, 27 May 2020 12:06:47 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1590606407; cv=none; d=google.com; s=arc-20160816; b=AM66/xGK0bMwbkwpo18CE7nVecQ/G+7seyMvPnT84kwjHCRqUxbDrzszOGLARIkMty GIxyolnDn/1ne4PLB2Yz9XtWa2uPw2rSZfzM/aW+fsR8KDSZgEk1NUOqkA8Ap1Rh5i79 af/ibVWiM+HzAHL3r0mKpEjVdv0UuXpfNwJWB05u8uQTSD19d8TOijsMWLrfxnxkX9vM RnhaTjbqfCJ+YP65WH2uvBO/ifV2eYtuMqAbkzcBmRZ3cuj3L0LR6aQJeQsMdYAhFdaM zyuOBcs+ncyB8BsZwjjhBIMAHOrYGVf1Bg0vi6VxCZjG3FWxMtosVaT600m8tH1GexLB ewKA== 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=5Y58tUWugSyUB7wvbStNm9Fnbk7i/J2ELuWsMc+y0es=; b=0GbrFTNN6YM0LmV3lfOXFIfoHFBTai3O6UimybgXlnW3r3betHpAu2TI5GEzVJk7xm 5wWWt6CsnZd+HKi6PelwpVCAemk+qu3YZVLumjmcrGIkr/oUG8JKdQpjV+gTOBRi8B7p xtznr4TeNm51WuqbBUd6ymC/evGN6f8K+11vvhhbl3JoGYU+PH4siX3qbtCnonOgnVD/ /mNAJ8xVLnG2yZllbewDwH/UJcvk6St10dG0+STi7iItJSucifegGxpy8d4kyXdU5IkW YFcGzNYhYb9GCC6bE9g7x5s3I57YwLoboD70IwxHAoeYUVKhtO7pJqt7cytMpnq6zhrQ czlw== 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 r12si334371eju.597.2020.05.27.12.06.24; Wed, 27 May 2020 12:06:47 -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 S2390739AbgE0QFs (ORCPT + 98 others); Wed, 27 May 2020 12:05:48 -0400 Received: from muru.com ([72.249.23.125]:55848 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389399AbgE0QFq (ORCPT ); Wed, 27 May 2020 12:05:46 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 26A6B80DB; Wed, 27 May 2020 16:06:36 +0000 (UTC) Date: Wed, 27 May 2020 09:05:43 -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: <20200527160543.GI37466@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> <20200519160458.GU37466@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200519160458.GU37466@atomide.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Tony Lindgren [200519 09:05]: > * 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. To me it seems we may have some dss clock missing with the ti-sysc dts changes that makes resume fail. Or else there is some ordering issue between the dss components now on resume, I'll try to debug more. Regards, Tony