From patchwork Sun Jul 26 19:33:35 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Belloni X-Patchwork-Id: 11686025 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 CF3A013B1 for ; Sun, 26 Jul 2020 19:33:38 +0000 (UTC) Received: by mail.kernel.org (Postfix) id C960B20714; Sun, 26 Jul 2020 19:33:38 +0000 (UTC) Delivered-To: soc@kernel.org Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) (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 589FA206E3; Sun, 26 Jul 2020 19:33:38 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 589FA206E3 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.66.108.79 Received: from localhost (lfbn-lyo-1-1932-79.w90-66.abo.wanadoo.fr [90.66.108.79]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 321B6E0005; Sun, 26 Jul 2020 19:33:36 +0000 (UTC) Date: Sun, 26 Jul 2020 21:33:35 +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.9 Message-ID: <20200726193335.GA182444@piout.net> MIME-Version: 1.0 Content-Disposition: inline Arnd, Olof, Two non urgent small fixes for mach-at91 in this pull request. The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407: Linux 5.8-rc1 (2020-06-14 12:45:04 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-soc-5.9 for you to fetch changes up to f3a49f17845d81a032b83ef102fb24ffb2dfb3a0: ARM: at91: Replace HTTP links with HTTPS ones (2020-07-18 00:59:26 +0200) ---------------------------------------------------------------- AT91 SoC for 5.9 - Two small fixes ---------------------------------------------------------------- Alexander A. Klimov (1): ARM: at91: Replace HTTP links with HTTPS ones yu kuai (1): ARM: at91: pm: add missing put_device() call in at91_pm_sram_init() arch/arm/mach-at91/Makefile.boot | 2 +- arch/arm/mach-at91/pm.c | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-)