From patchwork Wed Jan 5 17:25:15 2022
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
X-Patchwork-Submitter: Philipp Zabel
X-Patchwork-Id: 12704545
Return-Path:
X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on
aws-us-west-2-korg-lkml-1.web.codeaurora.org
Received: from bombadil.infradead.org (bombadil.infradead.org
[198.137.202.133])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(No client certificate requested)
by smtp.lore.kernel.org (Postfix) with ESMTPS id 74D21C433F5
for ;
Wed, 5 Jan 2022 17:27:08 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed;
d=lists.infradead.org; s=bombadil.20210309; h=Sender:
Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post:
List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc
:To:From: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=4dyLzM7Xsy8GBqCjB/CkLWIadGm9ipW3FmTM1KgwicQ=; b=Kdeh7UjCL0PMdY
CnneAH5z0qBPQVfGWj2cuEMjPyYxjgzo4kNSj+vbmU8Ddvc3AYG+fp0t5xHOl4r9bJegDCR6jG6Qj
1dNWR4YRK/7HHj1jVcFKSmL65Tm+yLqal6NfTTSJ2IhrkOqPVdnjiiw9OzXUiALuWNFxXdiIdx+ay
A8o/uKvp39RnQJXb6OC4ogawzHLC21IH03s+2e4QI7Oj3Oc+19iqnhOUuJLhGZG1cAGw8Vz8YUN21
xWa7hGLIBU5wf43fNVexLUly1nXPhskI6U431BIF8r1rg4/vE6wB6LuwuDZK79r1A4T8vvTNCDOc3
bzCHTg3EjveFatrkM0Xw==;
Received: from localhost ([::1] helo=bombadil.infradead.org)
by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux))
id 1n5A2i-00FSnp-JK; Wed, 05 Jan 2022 17:25:44 +0000
Received: from metis.ext.pengutronix.de
([2001:67c:670:201:290:27ff:fe1d:cc33])
by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux))
id 1n5A2e-00FSnW-Lw
for linux-arm-kernel@lists.infradead.org; Wed, 05 Jan 2022 17:25:41 +0000
Received: from dude02.hi.pengutronix.de ([2001:67c:670:100:1d::28]
helo=dude02.pengutronix.de.)
by metis.ext.pengutronix.de with esmtp (Exim 4.92)
(envelope-from )
id 1n5A2c-0002JR-PI; Wed, 05 Jan 2022 18:25:38 +0100
From: Philipp Zabel
To: soc@kernel.org
Cc: linux-arm-kernel@lists.infradead.org,
kernel@pengutronix.de
Subject: [GIT PULL] Reset controller fixes for v5.16, part 2
Date: Wed, 5 Jan 2022 18:25:15 +0100
Message-Id: <20220105172515.273947-1-p.zabel@pengutronix.de>
X-Mailer: git-send-email 2.30.2
MIME-Version: 1.0
X-SA-Exim-Connect-IP: 2001:67c:670:100:1d::28
X-SA-Exim-Mail-From: p.zabel@pengutronix.de
X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de);
SAEximRunCond expanded to false
X-PTX-Original-Recipient: linux-arm-kernel@lists.infradead.org
X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3
X-CRM114-CacheID: sfid-20220105_092540_759621_D2060CD6
X-CRM114-Status: UNSURE ( 7.51 )
X-CRM114-Notice: Please train this message.
X-BeenThere: linux-arm-kernel@lists.infradead.org
X-Mailman-Version: 2.1.34
Precedence: list
List-Id:
List-Unsubscribe:
,
List-Archive:
List-Post:
List-Help:
List-Subscribe:
,
Sender: "linux-arm-kernel"
Errors-To:
linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org
Dear arm-soc maintainers,
The following changes since commit 69125b4b9440be015783312e1b8753ec96febde0:
reset: tegra-bpmp: Revert Handle errors in BPMP response (2021-11-17 17:22:27 +0100)
are available in the Git repository at:
git://git.pengutronix.de/pza/linux.git tags/reset-fixes-for-v5.16-2
for you to fetch changes up to 92c959bae2e54ba1e2540ba5f813f7752bd76be1:
reset: renesas: Fix Runtime PM usage (2021-12-15 11:20:30 +0100)
----------------------------------------------------------------
Reset controller fixes for v5.16, part 2
Fix pm_runtime_resume_and_get() error handling in the
reset-rzg2l-usbphy-ctrl driver.
----------------------------------------------------------------
Heiner Kallweit (1):
reset: renesas: Fix Runtime PM usage
drivers/reset/reset-rzg2l-usbphy-ctrl.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)