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 59D48390CA0 for ; Wed, 4 Mar 2026 11:05:32 +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=1772622334; cv=none; b=XdMnwN5X+Tt5LLGgmK/kH9Qcl9WY7lXoxPtuBny6N3S9YBICO9ebcaZfMOjom0vZkH5GHqbLf9t/JddHo037nFMJrqZvpTdOP2OhmA16YOaJHkilYlX4JPj0QIQrixANYP2b7jXBwAoZHqAl4YGsRMGlomSc6lxirUqtR+xQzPc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772622334; c=relaxed/simple; bh=c16R3rtysvtQ3AF41NGl5Z5l9tIN+sKi0IW6TvVONGY=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:MIME-Version; b=KlSFTOjtBF2fw56fbZXAZ9BiEQE3f0t4eXX2dBQ6XERKS/mjYUUxYOmkG0MlUWKgdhvLeMsvLO3ZaXVAp6JQdv44UIdkUSWlpP4lgx1zufSCNe13cYhmXENBRiGcLhW/JcDUtT9+hvGgnqqoKgpv10zNe8Xd/ZYphywKMSkEKkw= 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 1vxk2j-0007Ce-5c; Wed, 04 Mar 2026 12:05:29 +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 1vxk2h-003hV7-0V; Wed, 04 Mar 2026 12:05:28 +0100 Received: from pza by lupine with local (Exim 4.98.2) (envelope-from ) id 1vxk2i-0000000081A-1oKM; Wed, 04 Mar 2026 12:05:28 +0100 Message-ID: Subject: Re: [PATCH v2 11/14] reset: convert of_reset_control_get_count() to using firmware nodes From: Philipp Zabel To: Bartosz Golaszewski , Krzysztof Kozlowski Cc: linux-kernel@vger.kernel.org Date: Wed, 04 Mar 2026 12:05:28 +0100 In-Reply-To: <20260223-reset-core-refactor-v2-11-5e5a7289190c@oss.qualcomm.com> References: <20260223-reset-core-refactor-v2-0-5e5a7289190c@oss.qualcomm.com> <20260223-reset-core-refactor-v2-11-5e5a7289190c@oss.qualcomm.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.56.2-0+deb13u1 Precedence: bulk X-Mailing-List: linux-kernel@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-kernel@vger.kernel.org On Mo, 2026-02-23 at 11:06 +0100, Bartosz Golaszewski wrote: > Start the conversion of reset core to using firmware nodes by reworking > of_reset_control_get_count(). Unfortunately there is no fwnode-based > alternative to of_count_phandle_with_args() so we have to hand-code it. >=20 > Signed-off-by: Bartosz Golaszewski Reviewed-by: Philipp Zabel regards Philipp