From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 938D8396564; Tue, 3 Mar 2026 19:18:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772565487; cv=none; b=LYsJHnTHx3FJHM5tZp1E0XjeXjHzhWdfkMVQMxUdUkLMUM0g/CD/Uzf/FXwlr83y9x7Qi0m08XmxiBC/6VNmgkic8oQVJPEL2ak2bfr0DWXT7sAg5gooYvDKSjFtYPKI88wST3MS2rFeqobS6Maqu9wwo/YhT27DN9owHqUm820= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772565487; c=relaxed/simple; bh=BoXGBCau5r1s+WRSBZCVeE9Fm89KK3KvHWbTxi92Xto=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=Yg8exQYjbfeDbtsempnSIJMcSt5Znmuop7TIycPkLeU8ZrYfrMGvf0RbXpiAvXIdHLHhgK48ejdR/w367ntbIUFKFGFUI9ij6/yQeiQt/8ziPNvq61pD6UCE0Qfo7/d4Kc1c34obfLLovZKuOHey9krz3JAvIGFARfS8sugOUPI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=q6JqshVM; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="q6JqshVM" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A5BF0C116C6; Tue, 3 Mar 2026 19:18:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772565487; bh=BoXGBCau5r1s+WRSBZCVeE9Fm89KK3KvHWbTxi92Xto=; h=Date:Subject:Cc:To:From:References:In-Reply-To:From; b=q6JqshVMljVfv8Cd2y14LY/Fw+tfw4Z3Qg3z5MkVCBZhhe0ogNqXS6OLV/Ivla58I CeTdH8njEHd6YOE1TyLfCCsn+lKGDuDzIFavZ7Cq5Yd8IM+2+5iw+fq6XjPxMflqVM Le/bWg9TcGuCaLAg1eTtVEJYp+wKLTSiKdwWGlXggTlGwKIdlePgrw+UiEWb7+aBfV 6CndtHTuoBJwaPgwpiKAq9mMsB3z0w1CzgGQ5UvG3R9gAim36pjDmjYQwJsQevqfpc h6p4mNHEcWhnJMLVZcmu3tL7Z3yAPQL3z9qrSnADIOgO0REq0Z+Y+WFSDp1QS5/b7r ThUsp43QE4TSw== Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Tue, 03 Mar 2026 20:18:01 +0100 Message-Id: Subject: Re: [PATCH v2 3/4] hwmon: axi-fan: don't use driver_override as IRQ name Cc: , , , , , , , , , , , , , , , , , "Guenter Roeck" To: "Guenter Roeck" From: "Danilo Krummrich" References: <20260303115720.48783-1-dakr@kernel.org> <20260303115720.48783-4-dakr@kernel.org> <4a7ac923-0f1a-431f-a029-8843a8eddca3@roeck-us.net> In-Reply-To: <4a7ac923-0f1a-431f-a029-8843a8eddca3@roeck-us.net> On Tue Mar 3, 2026 at 5:57 PM CET, Guenter Roeck wrote: > On 3/3/26 08:25, Danilo Krummrich wrote: >> On Tue Mar 3, 2026 at 5:23 PM CET, Guenter Roeck wrote: >>> On Tue, Mar 03, 2026 at 12:53:20PM +0100, Danilo Krummrich wrote: >>>> Do not use driver_override as IRQ name, as it is not guaranteed to poi= nt >>>> to a valid string; use NULL instead (which makes the devm IRQ helpers >>>> use dev_name()). >>>> >>>> Fixes: 8412b410fa5e ("hwmon: Support ADI Fan Control IP") >>>> Signed-off-by: Danilo Krummrich >>>> Reviewed-by: Nuno S=C3=A1 >>> >>> Applied. >>=20 >> I need this patch in the driver-core tree, otherwise I can't land patch = 4 of >> this series [1]. :( >>=20 >> Any chance you can drop it from your tree? >>=20 >> [1] https://lore.kernel.org/driver-core/20260303115720.48783-5-dakr@kern= el.org/ >>=20 > > Sure, I'll drop it. Please add > > Acked-by: Guenter Roeck Thanks!