From patchwork Sun Mar 22 09:01:16 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Belloni X-Patchwork-Id: 11451585 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 76C37139A for ; Sun, 22 Mar 2020 09:01:25 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 706D520774; Sun, 22 Mar 2020 09:01:25 +0000 (UTC) Delivered-To: soc@kernel.org Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) (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 F3BBC20753; Sun, 22 Mar 2020 09:01:24 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F3BBC20753 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: 86.202.105.35 Received: from localhost (lfbn-lyo-1-9-35.w86-202.abo.wanadoo.fr [86.202.105.35]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 70DCAC0005; Sun, 22 Mar 2020 09:01:16 +0000 (UTC) Date: Sun, 22 Mar 2020 10:01:16 +0100 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.7 Message-ID: <20200322090116.GA208895@piout.net> MIME-Version: 1.0 Content-Disposition: inline Arnd, Olof, A bigger update than usual, reworking the PM code to support sam9x60. I've filled in the google doc as you requested. The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9: Linux 5.6-rc1 (2020-02-09 16:08:48 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-5.7-soc for you to fetch changes up to bb1a0e87e1c54cd884e9b92b1cec06b186edc7a0: ARM: at91: pm: add quirk for sam9x60's ulp1 (2020-02-18 21:47:54 +0100) ---------------------------------------------------------------- AT91 SoC for 5.7 - Rework PM to support sam9x60 ---------------------------------------------------------------- Claudiu Beznea (8): ARM: at91: pm: use proper master clock register offset ARM: at91: pm: revert do not disable/enable PLLA for ULP modes ARM: at91: pm: add macros for plla disable/enable ARM: at91: pm: add pmc_version member to at91_pm_data ARM: at91: pm: s/sfr/sfrbu in pm_suspend.S clk: at91: move sam9x60's PLL register offsets to PMC header ARM: at91: pm: add plla disable/enable support for sam9x60 ARM: at91: pm: add quirk for sam9x60's ulp1 Geert Uytterhoeven (1): ARM: at91: Drop unneeded select of COMMON_CLK arch/arm/mach-at91/Kconfig | 1 - arch/arm/mach-at91/pm.c | 35 ++++++- arch/arm/mach-at91/pm.h | 2 + arch/arm/mach-at91/pm_data-offsets.c | 4 + arch/arm/mach-at91/pm_suspend.S | 189 ++++++++++++++++++++++++++++++++--- drivers/clk/at91/clk-sam9x60-pll.c | 91 +++++++---------- include/linux/clk/at91_pmc.h | 23 +++++ 7 files changed, 270 insertions(+), 75 deletions(-)