From patchwork Wed Jun 26 16:34:43 2024
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
X-Patchwork-Submitter: Philipp Zabel
X-Patchwork-Id: 13713179
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 3D60EC27C4F
for ;
Wed, 26 Jun 2024 16:35:15 +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=LZAFz33FVogy5TOb31t4bZ0kd8sWzQPUTqHfOm3iLlo=; b=etX52KN9Zv+76B1HxBAGWF3x1O
ndr9qaLfZ5FSfRjTfP5qJByT33mmZdxPGx9YipAEJQyzNmk6NRuCFcGyiSfCkujboaU4bKl9fYRf3
IXalCChN1lhpo9bURQF07+bp+uYrzLn90W7CTF8pFer10Y1ounsdSU8IuasEpDI94pkQNuOTXGO0R
rv5iikKhnTXpodY6vDH5gxryH7qUOV1ZLNKkzc+THs03gKaWd9T6YpNQyn3Fw4BML9Agf6yBzbYGA
aM/Z67IqeTetS/V0amIj96WiMsXXAaVQscQ9WREAK1nD+y2BHdmuybq3a7z0ZRDGoBQW3trg6SrMq
87mB8NwA==;
Received: from localhost ([::1] helo=bombadil.infradead.org)
by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux))
id 1sMVbq-00000007cG2-14cm;
Wed, 26 Jun 2024 16:35:02 +0000
Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104])
by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux))
id 1sMVbe-00000007cDJ-2BZF
for linux-arm-kernel@lists.infradead.org;
Wed, 26 Jun 2024 16:34:56 +0000
Received: from lupine.office.stw.pengutronix.de ([2a0a:edc0:0:900:1d::4e])
by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92)
(envelope-from )
id 1sMVbd-0002l9-6T; Wed, 26 Jun 2024 18:34:49 +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 v6.10
Date: Wed, 26 Jun 2024 18:34:43 +0200
Message-Id: <20240626163443.61384-1-p.zabel@pengutronix.de>
X-Mailer: git-send-email 2.39.2
MIME-Version: 1.0
X-SA-Exim-Connect-IP: 2a0a:edc0:0:900:1d::4e
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-20240626_093455_033512_DEC1E11E
X-CRM114-Status: UNSURE ( 7.62 )
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 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:
Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)
are available in the Git repository at:
git://git.pengutronix.de/pza/linux.git tags/reset-fixes-for-v6.10
for you to fetch changes up to ab35896730a5e8fdf885a23fa2e27f286c5f94b2:
reset: hisilicon: hi6220: add missing MODULE_DESCRIPTION() macro (2024-06-21 13:49:25 +0200)
----------------------------------------------------------------
Reset controller fixes for v6.10
Fix a missing GPIOLIB dependency for the GPIO reset controller and add
a missing MODULE_DESCRIPTION for the hi6220 reset driver to fix some
build warnings.
----------------------------------------------------------------
Jeff Johnson (1):
reset: hisilicon: hi6220: add missing MODULE_DESCRIPTION() macro
Mark Brown (1):
reset: gpio: Fix missing gpiolib dependency for GPIO reset controller
drivers/reset/Kconfig | 1 +
drivers/reset/hisilicon/hi6220_reset.c | 1 +
2 files changed, 2 insertions(+)