[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <044201dbc152$4ef5eb20$ece1c160$@samsung.com>
Date: Sat, 10 May 2025 07:51:56 +0530
From: "Alim Akhtar" <alim.akhtar@...sung.com>
To: "'Raghav Sharma'" <raghav.s@...sung.com>, <krzk@...nel.org>,
<s.nawrocki@...sung.com>, <cw00.choi@...sung.com>,
<mturquette@...libre.com>, <sboyd@...nel.org>, <robh@...nel.org>,
<conor+dt@...nel.org>, <sunyeal.hong@...sung.com>, <shin.son@...sung.com>
Cc: <linux-samsung-soc@...r.kernel.org>, <linux-clk@...r.kernel.org>,
<devicetree@...r.kernel.org>, <linux-arm-kernel@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>
Subject: RE: [PATCH v1] dt-bindings: clock: exynosautov920: add hsi2 clock
definitions
> -----Original Message-----
> From: Raghav Sharma <raghav.s@...sung.com>
> Sent: Friday, May 9, 2025 6:54 PM
> To: krzk@...nel.org; s.nawrocki@...sung.com; cw00.choi@...sung.com;
> alim.akhtar@...sung.com; mturquette@...libre.com; sboyd@...nel.org;
> robh@...nel.org; conor+dt@...nel.org; sunyeal.hong@...sung.com;
> shin.son@...sung.com
> Cc: linux-samsung-soc@...r.kernel.org; linux-clk@...r.kernel.org;
> devicetree@...r.kernel.org; linux-arm-kernel@...ts.infradead.org; linux-
> kernel@...r.kernel.org; Raghav Sharma <raghav.s@...sung.com>
> Subject: [PATCH v1] dt-bindings: clock: exynosautov920: add hsi2 clock
> definitions
>
> Add device tree clock binding definitions for CMU_HSI2
>
> Signed-off-by: Raghav Sharma <raghav.s@...sung.com>
> ---
> .../clock/samsung,exynosautov920-clock.yaml | 29 +++++++++++++++++--
> .../clock/samsung,exynosautov920.h | 9 ++++++
> 2 files changed, 36 insertions(+), 2 deletions(-)
>
Hmm, you sent three separate patches that are interdependent but did not mention their dependencies.
e.g.
The patch that adds the clock driver cannot be compiled without the one that adds the header file, which is part of this binding patch
Go through the below section of submitting-patches documentation
https://www.kernel.org/doc/html/latest/process/submitting-patches.html#separate-your-changes
Make sure that each patch is individually compilable (or dependencies are mentioned clearly) and bisectable
ask someone if you are unsure of what you are submitting.
Powered by blists - more mailing lists