From patchwork Thu Oct 1 09:30:44 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 11811219 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 5D3A26CA for ; Thu, 1 Oct 2020 09:30:50 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 5838921707; Thu, 1 Oct 2020 09:30:50 +0000 (UTC) Delivered-To: soc@kernel.org Received: from muru.com (muru.com [72.249.23.125]) by mail.kernel.org (Postfix) with ESMTP id CBB9320719; Thu, 1 Oct 2020 09:30:49 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CBB9320719 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=tony@atomide.com Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 69C108057; Thu, 1 Oct 2020 09:30:51 +0000 (UTC) From: Tony Lindgren List-Id: To: soc@kernel.org Cc: arm@kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Tony Lindgren" Subject: [GIT PULL] Two omap regression fixes Date: Thu, 1 Oct 2020 12:30:44 +0300 Message-Id: X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 From: "Tony Lindgren" The following changes since commit 6542e2b613c2b1952e83973dc434831332ce8e27: ARM: dts: omap5: Fix DSI base address and clocks (2020-08-19 08:54:33 +0300) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.9/fixes-rc7 for you to fetch changes up to 8f04aea048d56f3e39a7e543939450246542a6fc: ARM: OMAP2+: Restore MPU power domain if cpu_cluster_pm_enter() fails (2020-09-23 10:39:33 +0300) ---------------------------------------------------------------- Two regression fixes for omaps Fix AM33XX_IOPAD macro that broke after recent pinctrl changes to use #pinctrl-cells = 2. And fix omap_enter_idle_coupled() for cases where cpu_cluster_pm_enter() returns an error as otherwise we may end up wrongly idling the MPU domain on the next WFI. ---------------------------------------------------------------- Drew Fustini (1): ARM: dts: am33xx: modify AM33XX_IOPAD for #pinctrl-cells = 2 Tony Lindgren (1): ARM: OMAP2+: Restore MPU power domain if cpu_cluster_pm_enter() fails arch/arm/mach-omap2/cpuidle44xx.c | 4 +++- include/dt-bindings/pinctrl/omap.h | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-)