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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4D157C433DF for ; Tue, 18 Aug 2020 08:30:43 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 129D82067C for ; Tue, 18 Aug 2020 08:30:43 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="o4jtrICt" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 129D82067C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject: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=7HoQc+rv/pXtCOIDghqdn5dfc7MlN0mXwNRMhNHncvs=; b=o4jtrICtw+1kUxaQLon3WeYLM I6KYPSoy8SbyHmJkDtmapo0wQbJoqJhK3xZRulQyMK6PWns8wlE7IBdz1wKTrweH0V5tNCvjnPi65 TA2ei6slXuQxjcD+yvN8QeVEShsDmTZ912tUxB0q9pv45KDlx5KGTKQO5bQZ4VoGh/k2KpjinG7+f Ztdp0G98/Bhhn9MOoKeUUw+fD85z7BsRVHBU4OYXQntcdcLdvQSptU4knv6ALOEdbt0LWSvrEJw1D GL7g00hV894VWHpxTs3EYAxraFvKmiU7Jp2ey23SoJBy4D6aUZi0+B6LkQBzzjxr4lNAfPhxv6eR8 b6Lw3+AAQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1k7wzp-0005kW-LH; Tue, 18 Aug 2020 08:29:29 +0000 Received: from muru.com ([72.249.23.125]) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1k7wzn-0005jt-M1 for linux-arm-kernel@lists.infradead.org; Tue, 18 Aug 2020 08:29:28 +0000 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 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-Disposition: inline In-Reply-To: <20200703160731.53698-1-tony@atomide.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200818_042927_786849_A01DDD23 X-CRM114-Status: GOOD ( 15.80 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Dave Gerlach , Keerthy , linux-kernel@vger.kernel.org, "Andrew F . Davis" , Tero Kristo , Faiz Abbas , linux-arm-kernel@lists.infradead.org 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 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 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel