From patchwork Wed Sep 16 21:11:19 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Belloni X-Patchwork-Id: 1365494 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.infradead.org (client-ip=2001:8b0:10b:1231::1; helo=merlin.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=bootlin.com Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4BsCTX0kjNz9sTp for ; Thu, 17 Sep 2020 07:12:00 +1000 (AEST) 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:Subject:To:From:Date: 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=8Ne3V1k+D9qfjYd3YRrKUSJKKRNMUFj6KORWgA4C7/o=; b=OPexz9/y4p0QndGzdNGRAK+eEv MjEiH0dGJTNl0t0Vh1zLSIMr1xP1jy+X7JZJkD/ZM3NyqGz45qlfCQABxV6QOoN0armABe88DFPQv tAD39p8MrJB24SbrHj4qCEVmHY4B3mDtpj6pAoMUU55iTDzpKXPze4rYQwQBJNVdouUL1KX76g30C h2Vzkz9sasUeDZNhjsYC/37YFTLvmKH+Zl4GfcGGfEXuqLWQIIZSpp9ODH178juTMMQlb6doO3bEa LRkkuLJ0mZzlZmpH41UQzpP8a3KbcgpQuuLELaDsclivv2d+GTolOM3r7zBUxJlVL5h04g8kMGuXx 29GQvxQw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kIei7-0002bb-N7; Wed, 16 Sep 2020 21:11:27 +0000 Received: from relay9-d.mail.gandi.net ([217.70.183.199]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kIei4-0002ak-S4 for linux-arm-kernel@lists.infradead.org; Wed, 16 Sep 2020 21:11:26 +0000 X-Originating-IP: 90.65.88.165 Received: from localhost (lfbn-lyo-1-1908-165.w90-65.abo.wanadoo.fr [90.65.88.165]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 081BEFF80B; Wed, 16 Sep 2020 21:11:19 +0000 (UTC) Date: Wed, 16 Sep 2020 23:11:19 +0200 From: Alexandre Belloni To: Arnd Bergmann , Olof Johansson , arm@kernel.org, soc@kernel.org Subject: [GIT PULL] ARM: at91: SoC for 5.10 Message-ID: <20200916211119.GA275438@piout.net> MIME-Version: 1.0 Content-Disposition: inline X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200916_171125_002984_B41BDEC8 X-CRM114-Status: GOOD ( 10.68 ) 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_MSPIKE_H2 RBL: Average reputation (+2) [217.70.183.199 listed in wl.mailspike.net] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches 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: Ludovic Desroches , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org Arnd, Olof, As usual, only PM related work in this pull request. A new mode is added, improving the wakeup latency on sam9x60. The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5: Linux 5.9-rc1 (2020-08-16 13:04:57 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-soc-5.10 for you to fetch changes up to faf6dc64c4b14563c82bb9c5ece8d4a69c9c1ace: ARM: at91: pm: remove unnecessary at91sam9x60_idle (2020-08-17 11:18:59 +0200) ---------------------------------------------------------------- AT91 SoC for 5.10 - ULP0 fast wakeup support - PM cleanups ---------------------------------------------------------------- Alexandre Belloni (1): ARM: at91: pm: remove unnecessary at91sam9x60_idle Claudiu Beznea (3): ARM: at91: pm: add support for ULP0 fast wakeup ARM: at91: pm: add per soc validation of pm modes ARM: at91: pm: of_node_put() after its usage arch/arm/mach-at91/pm.c | 97 ++++++++++++++++++++++++++++++++++++----- arch/arm/mach-at91/pm.h | 5 ++- arch/arm/mach-at91/pm_suspend.S | 41 +++++++++++++++-- 3 files changed, 126 insertions(+), 17 deletions(-)