From patchwork Wed Jul 29 16:50:37 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dinh Nguyen X-Patchwork-Id: 11691389 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 76499722 for ; Wed, 29 Jul 2020 16:50:39 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 70C03207F5; Wed, 29 Jul 2020 16:50:39 +0000 (UTC) Delivered-To: soc@kernel.org Received: from localhost.localdomain (cpe-70-114-128-244.austin.res.rr.com [70.114.128.244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id F1040206D8; Wed, 29 Jul 2020 16:50:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596041439; bh=lNBquujM18q0SNlZfRCFcfhANI854UIaDNubR8fzcHU=; h=From:List-Id:To:Cc:Subject:Date:From; b=q7ZurR6UUMxkSxxC5XhWq/8P6FQ/HuXZO4CrH5qk2mlYxnv+1DERHXCT04lJuGmhm +CgfjwNfG7ijx7oCm3e8anMoOqmHNLSjWzoE56N00BZdRv1UbURAu6rknp7gaeD2oL VbCBtZgXR8f7uxxjL5FZCYghf8YNR4OqTw35gyiY= From: Dinh Nguyen List-Id: To: arm@kernel.org, soc@kernel.org Cc: dinguyen@kernel.org Subject: [GIT PULL] SoCFPGA update for v5.9 Date: Wed, 29 Jul 2020 11:50:37 -0500 Message-Id: <20200729165037.3099-1-dinguyen@kernel.org> X-Mailer: git-send-email 2.17.1 Hi Arnd, Kevin, and Olof: Please pull in this SoCFPGA update for v5.9. Thanks, Dinh The following changes since commit 812f5501161151f3c3f4e15f7ef250fc1c3af6a4: ARM: dts: socfpga: add the temperature sensor to the Arria10 devkit (2020-07-18 20:12:07 -0500) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_update_for_v5.9 for you to fetch changes up to 3ad7b4e8f89d6bcc9887ca701cf2745a6aedb1a0: ARM: socfpga: PM: add missing put_device() call in socfpga_setup_ocram_self_refresh() (2020-07-28 13:57:36 -0500) ---------------------------------------------------------------- SoCFPGA update for v5.9, part 2 - Add missing put_device() call in socfpga base power management support ---------------------------------------------------------------- Yu Kuai (1): ARM: socfpga: PM: add missing put_device() call in socfpga_setup_ocram_self_refresh() arch/arm/mach-socfpga/pm.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-)