From patchwork Thu Jul 7 10:13:44 2022
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
X-Patchwork-Submitter: Philipp Zabel
X-Patchwork-Id: 12909308
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 F085EC43334
for ;
Thu, 7 Jul 2022 10:15: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=GCZQGlX86UXrq8GNqGyyWfq97RgyupD9TNaMiILwSZM=; b=IVguQXUcNnfMLX
Wtd9gixipJ02IeC4Ovj2KP+1zwbiiVm07KftYdw9NNFq+6fKPYeJWDmxnDaFLwbMlE5/LVValE8dH
wXK9m5JeXeZtmPUac1jITi44UcEid1oJF2MB8+scp5kLhWTBySDY9u/8SMjeso3ubgEvhrbCwJqbr
hFsUlA/Cqya2ntfKZAbheHcbKH3ViKjAPu3v+p8KCYX7tFFd3MwWdi5VWGgH8MsH2kzCYNi95cjsq
R1VgbK7sTjvJD/jYemNQp2TbICkXo7CiLzNTpQgDqfvmIaZ2TA5mimWXJRwJ1Tmlhd1qZ94hYr0Gv
JotQUHPrQGSoP5C5Y8Qw==;
Received: from localhost ([::1] helo=bombadil.infradead.org)
by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux))
id 1o9OWK-00FXQ7-5r; Thu, 07 Jul 2022 10:14:04 +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 1o9OWH-00FXOS-0o
for linux-arm-kernel@lists.infradead.org; Thu, 07 Jul 2022 10:14:02 +0000
Received: from dude02.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::28])
by metis.ext.pengutronix.de with esmtp (Exim 4.92)
(envelope-from )
id 1o9OWD-0004iB-OK; Thu, 07 Jul 2022 12:13:57 +0200
From: Philipp Zabel
To: soc@kernel.org
Cc: linux-arm-kernel@lists.infradead.org,
kernel@pengutronix.de,
Philipp Zabel
Subject: [GIT PULL] Reset controller fixes for v5.19
Date: Thu, 7 Jul 2022 12:13:44 +0200
Message-Id: <20220707101344.3329314-1-p.zabel@pengutronix.de>
X-Mailer: git-send-email 2.30.2
MIME-Version: 1.0
X-SA-Exim-Connect-IP: 2a0a:edc0:0:1101: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-20220707_031401_104532_C5AD942D
X-CRM114-Status: GOOD ( 10.14 )
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 f2906aa863381afb0015a9eb7fefad885d4e5a56:
Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)
are available in the Git repository at:
git://git.pengutronix.de/pza/linux.git tags/reset-fixes-for-v5.19
for you to fetch changes up to a57f68ddc8865d59a19783080cc52fb4a11dc209:
reset: Fix devm bulk optional exclusive control getter (2022-06-29 15:56:20 +0200)
----------------------------------------------------------------
Reset controller fixes for v5.19
Fix the MAINTAINERS entry for the Synopsys AXS10x reset controller
driver, which still points to a nonexistent .txt file after the device
tree binding .yaml conversion.
Also, fix the devm_reset_control_bulk_get_optional_exclusive() call,
which was defective since its introduction due to a copy & paste error.
----------------------------------------------------------------
Lukas Bulwahn (1):
MAINTAINERS: rectify entry for SYNOPSYS AXS10x RESET CONTROLLER DRIVER
Serge Semin (1):
reset: Fix devm bulk optional exclusive control getter
MAINTAINERS | 2 +-
include/linux/reset.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)