Re: [GIT PULL] clk changes for the merge window

From: Linus Torvalds
Date: Mon Sep 23 2024 - 18:20:28 EST


On Mon, 23 Sept 2024 at 11:30, Stephen Boyd <sboyd@xxxxxxxxxx> wrote:
>
> The following changes since commit 997daa8de64ccbb4dc68d250510893597d485de4:
>
> New Drivers:
> - Camera, display and GPU clocks on Qualcomm SM4450
> - Camera clocks on Qualcomm SM8150
> - Rockchip rk3576 clks
> - Microchip SAM9X7 clks
> - Renesas RZ/V2H(P) (R9A09G057) clks

Ok, that's useful information.

But Christ, people:

> Updates:
> - Mark a bunch of struct freq_tbl const to reduce .data usage
[..]
> - Drop the Qualcomm SM8150 gcc_cpuss_ahb_clk_src
[..]
> - Constify some Amlogic structs
[..]

This was 65 lines of unnecessary noise.

The merge message is supposed to be an *overview* of the changes. Not
listing every little change that nobody cares about one by one.

Please edit it down to something reasonable, and something that gives
a useful idea of what is up. And sometimes that is just "lots of
driver cleanups".

IOW, try to distill the *meaningful* parts from the detail noise.

Linus