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 E461A38D018; Wed, 29 Apr 2026 03:46:56 +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=1777434417; cv=none; b=idEtYP6d8+KeKjxkyVbzTr+8u59kIR35hK9c3eC8JDjk5nRtFOYEELlLfy5cfQy++zHApMlr3577JOnYJTjdO1RXdYog2LI2/MrnCzdvvyRdDCL+vSnwGW19FdVia3SJ3HjnSl7ICNjSWH8SZmRsNcFDSZHAT12RB8kK1aQ2414= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777434417; c=relaxed/simple; bh=3FK+ZIcXR0O+flZ3oKr9lpHuO/MLpwIZsKcY1taj5/s=; h=Content-Type:MIME-Version:In-Reply-To:References:Subject:From:Cc: To:Date:Message-ID; b=fMyXu317QcExtaSNQJA9FQq77HQjZID+YUM3yCN3UTgHuvqRpnvmTFeXlYpVueqIw3fNrJfmdFwYnGofkgIp3UlHgnk7H/PdcLnIXw6IpIfBxT3PaAU+rUELCB+HjUNJ6Np6aMJJVqnQVu0qsmBwqmqS+dMaSEkrfgz85HY84no= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Yrw6xGKJ; 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="Yrw6xGKJ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BC92FC19425; Wed, 29 Apr 2026 03:46:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777434416; bh=3FK+ZIcXR0O+flZ3oKr9lpHuO/MLpwIZsKcY1taj5/s=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=Yrw6xGKJRj53rvgkgUVauieGEWUrRMluiYUK4Es7W04L0ftDtCPqXuSZ9sJV/lP30 z2PzOBhlNix3mHT7qSR8dtX/YkSnNMOEqQHuBSwqX3dYHyWitDxIjUKkBbOciWJsHB GFXydQcU6b9SMtlc9RVIkgQmbN1JPg29AT2fB3h/PkM69+T3JBpPKMtKxjhyxLjJSE JykZbWuQPX72Q5BjXZ60NMJacfPfXteu6in5QH3N+/AVXuyYHY4zc6Fc9kwjsAqbBW pDYAF6qsW/2l8R6zDQ0nIvlgi3Hf8KDjrZAj11SC35QBAGhIxxtH+bMUIU/XpOsjKp A3Q5uN4sYYF/A== Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-mips@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20260225-macb-phy-v7-2-665bd8619d51@bootlin.com> References: <20260225-macb-phy-v7-0-665bd8619d51@bootlin.com> <20260225-macb-phy-v7-2-665bd8619d51@bootlin.com> Subject: Re: [PATCH v7 2/3] clk: eyeq: add EyeQ5 children auxiliary device for generic PHYs From: Stephen Boyd Cc: linux-mips@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Vladimir Kondratiev , Gregory CLEMENT , =?utf-8?q?Beno=C3=AEt?= Monin , Tawfik Bayouk , Thomas Petazzoni , Luca Ceresoli , =?utf-8?q?Th=C3=A9o?= Lebrun To: Michael Turquette , Philipp Zabel , =?utf-8?q?Th=C3=A9o?= Lebrun Date: Tue, 28 Apr 2026 19:04:04 -0700 Message-ID: <177742824404.5403.17850198266857901522@localhost.localdomain> User-Agent: alot/0.12 Quoting Th=C3=A9o Lebrun (2026-02-25 08:55:06) > Grow our clk-eyeq family; it knows how to spawn reset provider and pin > controller children. Expand with a generic PHY driver on EyeQ5. >=20 > Reviewed-by: Luca Ceresoli > Signed-off-by: Th=C3=A9o Lebrun > --- Applied to clk-fixes