From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from metis.whiteo.stw.pengutronix.de (metis.whiteo.stw.pengutronix.de [185.203.201.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5C34D28F50F for ; Thu, 13 Nov 2025 10:31:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.203.201.7 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763029865; cv=none; b=TtaR2TV1wgJ+59Gco1HWw3ITBa0EZhOk/SBD6Ey9MoEptZ1aSt7Sl/h64v+D1Z3uE5EgL0nlmSD3HX6AOfbsBdnQg04UsZLqwGckIKJSsTE+3xq7o3Z5QFCZRhlk7L9PKjbOCAjnAoPcB6+7v1xDS/CTfTpPPb8S3GDbcn7+U5c= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763029865; c=relaxed/simple; bh=9LnyBIpJdksuLIeVZtDZ7QNoRgyfvq4I9oDD8N4QfjA=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:MIME-Version; b=swW3fjjfIcQ7KNqZBPsjUbEfg+cXLzsEA53F2jlWxgAabsIyHE2eojKuePQaueDU8/8qgBwO6csvmfR6vaqTGl6qRwJzNgmM/L6zOn48DzZ2wir+bcjTpWzy0NCbpdtknV1Gi8hlanKde5cOfn5My8MLlp0gKwZ/3LuGMG812rs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de; spf=pass smtp.mailfrom=pengutronix.de; arc=none smtp.client-ip=185.203.201.7 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pengutronix.de Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1vJUbA-0005Yo-N5; Thu, 13 Nov 2025 11:30:40 +0100 Received: from lupine.office.stw.pengutronix.de ([2a0a:edc0:0:900:1d::4e] helo=lupine) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vJUb9-000EtK-2a; Thu, 13 Nov 2025 11:30:39 +0100 Received: from pza by lupine with local (Exim 4.98.2) (envelope-from ) id 1vJUb9-000000005CK-31lN; Thu, 13 Nov 2025 11:30:39 +0100 Message-ID: <7aa5a0ce599f86cc29e5075aa4e35155dfcd013e.camel@pengutronix.de> Subject: Re: [PATCH v6 0/8] reset: rework reset-gpios handling From: Philipp Zabel To: Bartosz Golaszewski Cc: Linus Walleij , Andy Shevchenko , Daniel Scally , Heikki Krogerus , Sakari Ailus , Greg Kroah-Hartman , "Rafael J. Wysocki" , Danilo Krummrich , Krzysztof Kozlowski , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, Bartosz Golaszewski Date: Thu, 13 Nov 2025 11:30:39 +0100 In-Reply-To: References: <20251106-reset-gpios-swnodes-v6-0-69aa852de9e4@linaro.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.56.1-1+deb13u1 Precedence: bulk X-Mailing-List: linux-acpi@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 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-acpi@vger.kernel.org On Mo, 2025-11-10 at 17:57 +0100, Bartosz Golaszewski wrote: > On Mon, Nov 10, 2025 at 10:02=E2=80=AFAM Philipp Zabel wrote: > >=20 > > On Do, 2025-11-06 at 15:32 +0100, Bartosz Golaszewski wrote: > > > NOTE: I've picked up commit e5d527be7e69 ("gpio: swnode: don't use th= e > > > swnode's name as the key for GPIO lookup") into my fixes branch and w= ill > > > send it upstream by the end of this week. It will be part of v6.18-rc= 5 > > > which tag will need to be the base for the future immutable branch > > > created by Philipp. > > >=20 > > > Software node maintainers: if this versions is good to go, can you le= ave > > > your Acks under patches 1-3 and allow Philipp to take it through the > > > reset tree, provided he creates an immutable branch you can pull from > > > for v6.19? > >=20 > > Now that -rc5 is out, could I get an Ack to create an immutable branch > > with this series on top of v6.18-rc5 (and merge it into reset/next)? > >=20 >=20 > Hi Philipp, >=20 > I assume the Reviewed-by tags by Andy and Sakari under patches 1-3 > make them good enough to go in? I assumed I also need an Acked-by by Greg or Rafael. regards Philipp