[PATCH 0/2] clk: imx93: Drop macro IMX93_CLK_END

Pengfei Li posted 2 patches 1 year, 5 months ago
drivers/clk/imx/clk-imx93.c             | 25 +++++++++++++++++++++----
include/dt-bindings/clock/imx93-clock.h |  1 -
2 files changed, 21 insertions(+), 5 deletions(-)
[PATCH 0/2] clk: imx93: Drop macro IMX93_CLK_END
Posted by Pengfei Li 1 year, 5 months ago
'IMX93_CLK_END' macro was previously defined in imx93-clock.h to
indicate the number of clocks, but it is not part of the ABI, so
it should be dropped.

Pengfei Li (2):
  clk: imx93: Drop macro IMX93_CLK_END
  dt-bindings: clock: imx93: Drop IMX93_CLK_END macro definition

 drivers/clk/imx/clk-imx93.c             | 25 +++++++++++++++++++++----
 include/dt-bindings/clock/imx93-clock.h |  1 -
 2 files changed, 21 insertions(+), 5 deletions(-)

-- 
2.34.1
Re: [PATCH 0/2] clk: imx93: Drop macro IMX93_CLK_END
Posted by Krzysztof Kozlowski 1 year, 5 months ago
On 25/06/2024 19:51, Pengfei Li wrote:
> 'IMX93_CLK_END' macro was previously defined in imx93-clock.h to
> indicate the number of clocks, but it is not part of the ABI, so
> it should be dropped.

Fix your clock, so this will not appear in 10 hours ahead, on top of
mailbox pretending to be the newest patch to review. Trying to get ahead
of the queue is a straight way to get grumpy reviews or just being ignored.

Best regards,
Krzysztof