Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp2925869pxa; Tue, 18 Aug 2020 01:32:11 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwxnS3BY8lXSLdQAgpi90dkWHOJdCBqP3i922crWXxtCkxU6KzSBkf62729GCTmCobd7+wk X-Received: by 2002:a50:c3c4:: with SMTP id i4mr18762817edf.244.1597739531371; Tue, 18 Aug 2020 01:32:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1597739531; cv=none; d=google.com; s=arc-20160816; b=MiErIw5LbQmIsThjEMaaiooX0tRtRLghzzeCIg3vjDWqH3whTzkPZuF4KwjuNyr2QU uPiG0bqfSoLDuRS4W24dZ5JUeFA/QPUr0a1qIagQlXMe3uZZiDGfyPxmhTKLOQIWhe2D K8HC0bGsqr3w1j4AtnuWmMeoli9Q7Q6zHgCqu66GtNWgXiLUKUJNfrXohiw76S1lJ6Xc LNtFkP5ySsyBJSpnyCV1s6/Rm7lOCsoc5K1V0CRl00a9mEZKLMZdSz5uFQl+FwQn1HFb oOh9Qql1LMgW/McsMhuVOFQ5suLeaFPNAW4U7do2KN+TEpZBYUOid+6+aEs/shI2gnDz UnwQ== 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=qplYf0ei3BQVR95sIU/djpcpFyk8A0IrTYeg50ivg+k=; b=Pn8wH67s3D+bZlwfsrr210n8UwiSNaGtqwsjogxO4mZWmhHKTBVgU1H4eoI0kBPTUh UEPNazWkcRUJgeJK1aKwLQIcOxVvVUjVmZosUIVnUkxzxJRtH0F7HKNoQVj06IiSCmJ8 go6aYHETjn+lhO0nOy8C9FuBCF6/8B7veRZAnHy3eMivR3qMMLfSF8rHNMZU5FdkkYkR 8lJ2LrvlsVbIe0S5xgC1CNkFebmyY5he6ZuVhoaPeGZLNiMSjGQc4vZIFqiQnxRvzmTz t1mnc6ohvhkQjATUzZkf262zGb3sbUFYbDEvNn1W/IpCwpTq1ca37y02T0GctiPGee9c nTvg== 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 p22si12528259edq.607.2020.08.18.01.31.47; Tue, 18 Aug 2020 01:32:11 -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 S1726513AbgHRI32 (ORCPT + 99 others); Tue, 18 Aug 2020 04:29:28 -0400 Received: from muru.com ([72.249.23.125]:40706 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726043AbgHRI31 (ORCPT ); Tue, 18 Aug 2020 04:29:27 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 80DFF810D; Tue, 18 Aug 2020 08:29:26 +0000 (UTC) Date: Tue, 18 Aug 2020 11:29:53 +0300 From: Tony Lindgren To: linux-omap@vger.kernel.org, Santosh Shilimkar Cc: "Andrew F . Davis" , Dave Gerlach , Faiz Abbas , Suman Anna , Tero Kristo , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Keerthy Subject: Re: [PATCH 0/3] Simplify PM for am3/4, drop RTC pdata for am3/4/dra7 Message-ID: <20200818082953.GN2994@atomide.com> References: <20200703160731.53698-1-tony@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200703160731.53698-1-tony@atomide.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Santosh, * Tony Lindgren [200703 19:08]: > Hi all, > > Here are patches to simplify the RTC+DDR PM code for am3 and am4. We want > to do this to drop the RTC related legacy platform data for am3 and am4. > We also drop RTC legacy platform data for dra7. > > Please test the RTC+DDR suspend on am437x-gp-evm if possible. I've tested > this series on am437x-sk-evm, but at least currently cannot do RTC+DDR > suspend and is limited to testing retention suspend only. > > These patches depend on v5.8-rc3 for earlier suspend and resume related > fixes. > > Additionally, for testing the LCD for suspend, the following patch is > needed for the missing omapdrm PM ops: > > drm/omap: force runtime PM suspend on system suspend Here's another series that was getting too late for v5.9 that I'd like to queue for v5.10. Care to take a look and ack if it looks OK? Regards, Tony > Tony Lindgren (3): > soc: ti: pm33xx: Simplify RTC usage to prepare to drop platform data > ARM: OMAP2+: Drop legacy platform data for am3 and am4 rtc > ARM: OMAP2+: Drop legacy platform data for dra7 rtcss > > arch/arm/boot/dts/am33xx-l4.dtsi | 1 - > arch/arm/boot/dts/am437x-l4.dtsi | 3 +- > arch/arm/boot/dts/am43x-epos-evm.dts | 4 ++ > arch/arm/boot/dts/dra7-l4.dtsi | 1 - > .../omap_hwmod_33xx_43xx_common_data.h | 2 - > .../omap_hwmod_33xx_43xx_interconnect_data.c | 8 ---- > .../omap_hwmod_33xx_43xx_ipblock_data.c | 37 --------------- > arch/arm/mach-omap2/omap_hwmod_33xx_data.c | 1 - > arch/arm/mach-omap2/omap_hwmod_43xx_data.c | 8 ---- > arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 44 ----------------- > arch/arm/mach-omap2/pm33xx-core.c | 25 ---------- > drivers/soc/ti/pm33xx.c | 47 +++++++++++++++++-- > include/linux/platform_data/pm33xx.h | 3 -- > 13 files changed, 47 insertions(+), 137 deletions(-) > > -- > 2.27.0 >