mbox series

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

Message ID 20240625175147.94985-1-pengfei.li_1@nxp.com (mailing list archive)
Headers show
Series clk: imx93: Drop macro IMX93_CLK_END | expand

Message

Pengfei Li June 25, 2024, 5:51 p.m. UTC
'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(-)

Comments

Krzysztof Kozlowski June 25, 2024, 7:45 a.m. UTC | #1
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