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: 11781021 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 436BA92C for ; Wed, 16 Sep 2020 21:11:26 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 3DF5B20731; Wed, 16 Sep 2020 21:11:26 +0000 (UTC) Delivered-To: soc@kernel.org Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) (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 D2996206DB; Wed, 16 Sep 2020 21:11:23 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D2996206DB Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alexandre.belloni@bootlin.com 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 List-Id: To: Arnd Bergmann , Olof Johansson , arm@kernel.org, soc@kernel.org Cc: Nicolas Ferre , Ludovic Desroches , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] ARM: at91: SoC for 5.10 Message-ID: <20200916211119.GA275438@piout.net> MIME-Version: 1.0 Content-Disposition: inline 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(-)