From patchwork Fri Jul 3 16:07:28 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 11642207 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 49FE313BD for ; Fri, 3 Jul 2020 16:09:20 +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 23B4521883 for ; Fri, 3 Jul 2020 16:09:20 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="c+hqAI7i" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 23B4521883 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+patchwork-linux-arm=patchwork.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:MIME-Version:Message-Id:Date:Subject:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=rad3fLmL+VsNv3J23gs+D6X1MEuiINWsnkmWqV1dlj4=; b=c+hqAI7imV+pyalflrY2JGNN1m KD8YuIhDcvI0605ExL4z/5leffJkD+edCdLB2z6j6Iqk7BTv6KreUEefxPLLoDIdZ4s3lLH9c4fEI x/gL2V20D2QPYlt0IvEf/RI4xzEdtNj4YrojLWNNnsgo2qe18eh/LdI6xNXCnwtCIS2KSmpcF5ok4 JLrUcu4dkYfn8BzLacIHtf6fZNiYqPSGT3PUdlkSPytOBIrCE2msuRnGC+f8BXHyfNzblyHKtPd8M OUz3qnL32+LWdRLchdutZtlJRPbqQoBytimw1f3NYRZE9Z3PVXXIH02PWx9De6kvKiEY6/LQYeRYf uE/BiZKg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jrOEB-0003Eh-DP; Fri, 03 Jul 2020 16:07:51 +0000 Received: from muru.com ([72.249.23.125]) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jrOE7-0003CA-66 for linux-arm-kernel@lists.infradead.org; Fri, 03 Jul 2020 16:07:48 +0000 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 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 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200703_120747_316453_1BD6D6B6 X-CRM114-Status: UNSURE ( 9.10 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.4.4 on merlin.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [72.249.23.125 listed in list.dnswl.org] 0.0 SPF_NONE SPF: sender does not publish an SPF Record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 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 , Santosh Shilimkar , linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.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(-) Acked-by: Santosh Shilimkar