[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZnmHRgnwNUsQidWj@bogus>
Date: Mon, 24 Jun 2024 15:48:38 +0100
From: Sudeep Holla <sudeep.holla@....com>
To: Youwan Wang <youwan@...china.com>
Cc: guohanjun@...wei.com, lenb@...nel.org, linux-acpi@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
lpieralisi@...nel.org, rafael@...nel.org, catalin.marinas@....com,
will@...nel.org, Sudeep Holla <sudeep.holla@....com>
Subject: Re: [PATCH v4] ACPI / amba: Drop unnecessary check for registered
amba_dummy_clk
On Mon, Jun 24, 2024 at 10:31:01AM +0800, Youwan Wang wrote:
> amba_register_dummy_clk() is called only once from acpi_amba_init()
> and acpi_amba_init() itself is called once during the initialisation.
> amba_dummy_clk can't be initialised before this in any other code
> path and hence the check for already registered amba_dummy_clk is
> not necessary. Drop the same.
>
> Signed-off-by: Youwan Wang <youwan@...china.com>
> Acked-by: Sudeep Holla <sudeep.holla@....com>
> Acked-by: Hanjun Guo <guohanjun@...wei.com>
> ---
> v1->v2->v3: Modify the commit log description
> v3->v4: Update the commit message suggested by Sudeep;
> Add Acked-by from Sudeep;
> +Cc ARM64 maintainers Catalin and Will.
I think I have told you many time now and you are missing to understand
few basic stuff. So I suggest to give
`Documentation/process/submitting-patches.rst`
under the kernel source a read and especially the section
`The canonical patch format`
Ideally this patch should have been v5 as you added Hanjun's Ack
Also "v1->v2->v3: Modify the commit log description" makes no sense.
The changelog should list all the deltas like:
v4->v5:
- <blah3 blah3>
v3->v4:
- <blah2 blah2>
v2->v3:
- <blah1 blah1>
v1->v2:
- <blah blah>
Anyways, it is only for your learning and future references.
--
Regards,
Sudeep
Powered by blists - more mailing lists