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 BA23830ACEE; Wed, 19 Nov 2025 18:07: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=1763575629; cv=none; b=s06fjS5IGAahMbSjbPdNo+cvlBNZbTyQT0BaUcTV8TwAJ4E8NSv4+MXipVFT/pVpLCjl4584a0Ai4Ml0aFz+aRjl8XbMDahYrCHfUtnvzlDMHULuq3HScisKSFU/DwY3pOv8FaycJhHr2ZK77BI4RZVWMcTrkYrxFpLuD3vuJ2E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763575629; c=relaxed/simple; bh=4d5rcTTQrqxAwHFaEaXz/InkRKSrlbPARDoNksmiCEg=; h=Content-Type:MIME-Version:In-Reply-To:References:Subject:From:Cc: To:Date:Message-ID; b=KvXEJA4gUR8FWhRH3hiNN2/8vNj3Zpt000Ndod34wtZCdTEtWPR4n0VIZNV/2YL5h+N2Mi5OVP8B62ZmOOL4QrCel85NiNUQ3zyVWwYQNUDW4o7gKOLQItX8ns7yL4+1rAI1AE23doXY061U0bknYfNcNWbrMirNBPEEX3+nRek= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=pKbOQFww; 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="pKbOQFww" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8A69EC4CEF5; Wed, 19 Nov 2025 18:07:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1763575626; bh=4d5rcTTQrqxAwHFaEaXz/InkRKSrlbPARDoNksmiCEg=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=pKbOQFwwmhYoWDKR/2FuVI6VMRMd2zKEVIsN/acQhKxl93XDSD8FvrTjPG6ihhTIy guT6Ut5ihv5Fhtcy9iUQK4WG2TSkhRNhyV1NjhouV8/GS0LJ11Zr9rOueb2PWiwm28 pncSlYGs7R4Jr/X5Vy6cBOxI4ApYpSPkiY0ypF529Pevez9JJtjHhFXUg1+XG/ny9T bzU6ZwsCslyUwjbQ5QE3y4rNMifQH0uySdwkIZYSkY5Pesl4tagnEkDk7YzAMIOsS5 OTDalcGxrUW/2FL4Zy/dKaCJomPx/UdfRuQDDpXoYv55z7uhQwIrHRWzT2BCbjn4aL 2z+Si8wQvktwA== Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20251119-macb-phy-v3-3-e9a7be186a33@bootlin.com> References: <20251119-macb-phy-v3-0-e9a7be186a33@bootlin.com> <20251119-macb-phy-v3-3-e9a7be186a33@bootlin.com> Subject: Re: [PATCH v3 3/7] clk: eyeq: use the auxiliary device creation helper From: Stephen Boyd Cc: linux-mips@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-phy@lists.infradead.org, linux-clk@vger.kernel.org, =?utf-8?q?Beno=C3=AEt?= Monin , Maxime Chevallier , Tawfik Bayouk , Thomas Petazzoni , =?utf-8?q?Th=C3=A9o?= Lebrun , Jerome Brunet To: Conor Dooley , =?utf-8?q?Gr=C3=A9gory?= Clement , Kishon Vijay Abraham I , Krzysztof Kozlowski , Michael Turquette , Philipp Zabel , Rob Herring , Thomas Bogendoerfer , =?utf-8?q?Th=C3=A9o?= Lebrun , Vinod Koul , Vladimir Kondratiev Date: Wed, 19 Nov 2025 10:07:04 -0800 Message-ID: <176357562473.11952.15433192921239262065@lazor> User-Agent: alot/0.11 Quoting Th=C3=A9o Lebrun (2025-11-19 07:51:11) > From: Jerome Brunet >=20 > The auxiliary device creation of this driver is simple enough to > use the available auxiliary device creation helper. >=20 > Use it and remove some boilerplate code. >=20 > Tested-by: Th=C3=A9o Lebrun # On Mobileye EyeQ5 > Signed-off-by: Jerome Brunet You need to add your SoB here.