From patchwork Mon Jan 13 16:36:42 2025
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
X-Patchwork-Submitter: Philipp Zabel
X-Patchwork-Id: 13937776
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 3C718C02180
for ;
Mon, 13 Jan 2025 16:45:50 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed;
d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help
:List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding:
MIME-Version:Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-Type:
Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender:
Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner;
bh=hdwH0+Ma7z4A3lM33Hof3O/qzAA0Pn4zBG69gjg/6CA=; b=GVLJXZAK+NAmKDTVR/rXgE95Ey
AXx6kQ4Vec3tAS85Q3JzonrKfC5Jz6Vci/51u+orX/RkcmkAKeCbVuBskTpzqps1c0xRM8Zfw4mik
x6avvN004WoLntHtjJeSBXr1fo4mrWcYcvIuN3SIbYzvqfnbcOc6k9fLFrPU840ESMJd6dvhYTJ86
UrzOmbvfabVb1siaKfpmVD6yVgxZcbS+Hxt1yC3hKx7xRf9dS7RkDnfe5eazncXoiygji4eKUBNw9
MWGOIDOl35gSDy2r+73SzjvHUXjR58ewuy2ri6W2b0AESnzoj+1fUA+PrrQoSsfurwf2t195S4xi6
MxjuOcmw==;
Received: from localhost ([::1] helo=bombadil.infradead.org)
by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux))
id 1tXNZH-00000005ul1-1ES3;
Mon, 13 Jan 2025 16:45:35 +0000
Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104])
by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux))
id 1tXNQl-00000005tFD-07m0
for linux-arm-kernel@lists.infradead.org;
Mon, 13 Jan 2025 16:36:48 +0000
Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54])
by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92)
(envelope-from )
id 1tXNQi-0001XT-Ck; Mon, 13 Jan 2025 17:36:44 +0100
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 v6.13
Date: Mon, 13 Jan 2025 17:36:42 +0100
Message-Id: <20250113163642.1757160-1-p.zabel@pengutronix.de>
X-Mailer: git-send-email 2.39.5
MIME-Version: 1.0
X-SA-Exim-Connect-IP: 2a0a:edc0:0:1101:1d::54
X-SA-Exim-Mail-From: p.zabel@pengutronix.de
X-SA-Exim-Scanned: No (on metis.whiteo.stw.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-20250113_083647_062748_16587FB0
X-CRM114-Status: UNSURE ( 6.77 )
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 40384c840ea1944d7c5a392e8975ed088ecf0b37:
Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)
are available in the Git repository at:
git://git.pengutronix.de/pza/linux.git tags/reset-fixes-for-v6.13
for you to fetch changes up to 1f8af9712413f456849fdf3f3a782cbe099476d7:
reset: rzg2l-usbphy-ctrl: Assign proper of node to the allocated device (2024-12-06 16:51:28 +0100)
----------------------------------------------------------------
Reset controller fixes for v6.13
* Fix rzg2l-usb-vbus-regulator lookup by assigning the proper of node
to the allocated platform device in the rzg2l-usbphy-ctrl driver.
----------------------------------------------------------------
Claudiu Beznea (1):
reset: rzg2l-usbphy-ctrl: Assign proper of node to the allocated device
drivers/reset/reset-rzg2l-usbphy-ctrl.c | 1 +
1 file changed, 1 insertion(+)