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=-16.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham 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 7A613C4727C for ; Thu, 1 Oct 2020 09:30:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3EDD62074B for ; Thu, 1 Oct 2020 09:30:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731605AbgJAJat (ORCPT ); Thu, 1 Oct 2020 05:30:49 -0400 Received: from muru.com ([72.249.23.125]:45882 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725975AbgJAJat (ORCPT ); Thu, 1 Oct 2020 05:30:49 -0400 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 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org 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(-)