Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp2441677ybt; Fri, 3 Jul 2020 09:08:16 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw/uakxaR+QlVD6ujaXvBtGwxtxit/p7Db6VPoIGEFUbtAmyuIBZfU18D6i4cy5HvTXqEHk X-Received: by 2002:a17:906:fcba:: with SMTP id qw26mr32347209ejb.112.1593792496373; Fri, 03 Jul 2020 09:08:16 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1593792496; cv=none; d=google.com; s=arc-20160816; b=RfVgzY7Cj8fLQ7yGJL9MPsxdcwCM6YMKwkf6NjniYClUqtNSH0BbrCDnXxAkrO+5uh kCsQWWT3tefF2fGdvecKvoSHFghJNbd3CunW/izBUc6FG0anKT7hZC3ttihMwfYsCNz+ Vu906H8uHN7UyWO2mkMyBjWD3BrEOQGvRMGJSmwqOrTtU4jj9FndKpZfbgR6f62949VD dmqzn/LecUaM9Y6iAg3g6PB9HHfw/ZpjubC/LBt/PC4Wu+7Qb2wOYGlcXO4y/NVLPpMV 6ve3QBiBMnImx+O3PrbophU44XZqQzoNXwSTV/zO0WF1Iw4BgvcPM0J5efVjZ8OkxH2e JEwg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=+LRZ4u6K5tYoHWAN99VDy9+6D1qBN1oUsc8DkHCJ4O8=; b=wx7DUvMP9DqO023wl2MP22GvJaRddg8CcqYCj03N3+yYRxsUptPeehN5eub7NKc4dP iD9IZGgjbmVU6MCXZ+yFThPGIIvTxshORAWJRPphGZNSOcvSPZBtciq8YSsEvrs+qClh cLVOGSnDsEi5MTt1/Mc+adELVAEbVeVBCPdB3lMwL7wt+csGRFkh1RvVHWOxrnujzt0+ w+/OreLN8h5EnU+9Fy+9cbnthViluuQrhITi/AhIwAbCE58K41vTKLKtnKuQcaP3rfMJ omIuSOVzaWjGPPH4DqxwImvI6EDD4ERdKS2ZZ0Z/Cj6FMaP1/gdIaZ74hG5hjz+LD6O/ +f5w== 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 v25si7829065ejx.496.2020.07.03.09.07.52; Fri, 03 Jul 2020 09:08:16 -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 S1726258AbgGCQHn (ORCPT + 99 others); Fri, 3 Jul 2020 12:07:43 -0400 Received: from muru.com ([72.249.23.125]:60612 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726035AbgGCQHn (ORCPT ); Fri, 3 Jul 2020 12:07:43 -0400 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id B794B806C; Fri, 3 Jul 2020 16:08:35 +0000 (UTC) From: Tony Lindgren To: linux-omap@vger.kernel.org Cc: "Andrew F . Davis" , Dave Gerlach , Faiz Abbas , Santosh Shilimkar , Suman Anna , Tero Kristo , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Keerthy Subject: [PATCH 0/3] Simplify PM for am3/4, drop RTC pdata for am3/4/dra7 Date: Fri, 3 Jul 2020 09:07:28 -0700 Message-Id: <20200703160731.53698-1-tony@atomide.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 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