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 CB51F39B945 for ; Wed, 4 Mar 2026 11:47:43 +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=1772624865; cv=none; b=Pijd30hm1OP14MqUlJEDpawReRKfzwYL8k3UTd2YipXp7q2WRrh6A0pM/h/ni1sWWiykQv9CzOibvaOvSXhV4TdFT37gOYp9EKUFUgexBOyp666yj9SDmzMvR2+woUoAw34LDoPcVoJCYukx9v3gkeOO+NIKSR2ZMELLrLPe0CI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772624865; c=relaxed/simple; bh=2NaXXDV1tJIB0Dp9DIhsU+WPRj8uTu2ysRvhlaplcIo=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:MIME-Version; b=PO/lITFdkJinL45a5XsKRyzTDd4YCnHO4LAT+czIU4ZUgl3SeogfnyTSdvuwMzpwVaoG7OHgIaPLyhPoIwcaaTWmGVbQ73AzHSrY6E1K56n3tYGESfwxpagDFLBfa0halCyh0rSi8fnSxD3zQe/e1eYVHngEyjOOMJrHp9Qp/fI= 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 1vxkhK-0007M8-8D; Wed, 04 Mar 2026 12:47:26 +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 1vxkhG-003hsd-0k; Wed, 04 Mar 2026 12:47:23 +0100 Received: from pza by lupine with local (Exim 4.98.2) (envelope-from ) id 1vxkhH-000000009UQ-24il; Wed, 04 Mar 2026 12:47:23 +0100 Message-ID: Subject: Re: [PATCH 1/6] reset: ath79: Use devm_register_restart_handler() From: Philipp Zabel To: Andrew Davis , Vladimir Zapolskiy , Jacky Huang , Shan-Chun Hung , Qin Jian Cc: openbmc@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Date: Wed, 04 Mar 2026 12:47:23 +0100 In-Reply-To: <20250813214138.477659-2-afd@ti.com> References: <20250813214138.477659-1-afd@ti.com> <20250813214138.477659-2-afd@ti.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 Mi, 2025-08-13 at 16:41 -0500, Andrew Davis wrote: > Function register_restart_handler() is deprecated. Using this new API > removes our need to keep and manage a struct notifier_block and to > later unregister the handler. >=20 > Signed-off-by: Andrew Davis Reviewed-by: Philipp Zabel regards Philipp