[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240927182238.GA85539@bhelgaas>
Date: Fri, 27 Sep 2024 13:22:38 -0500
From: Bjorn Helgaas <helgaas@...nel.org>
To: Anand Moon <linux.amoon@...il.com>
Cc: Shawn Lin <shawn.lin@...k-chips.com>,
Lorenzo Pieralisi <lpieralisi@...nel.org>,
Krzysztof Wilczyński <kw@...ux.com>,
Manivannan Sadhasivam <manivannan.sadhasivam@...aro.org>,
Rob Herring <robh@...nel.org>, Bjorn Helgaas <bhelgaas@...gle.com>,
Heiko Stuebner <heiko@...ech.de>, linux-pci@...r.kernel.org,
linux-rockchip@...ts.infradead.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v5 1/6] PCI: rockchip: Simplify clock handling by using
clk_bulk*() function
On Fri, Sep 27, 2024 at 01:47:44PM +0530, Anand Moon wrote:
> On Mon, 2 Sept 2024 at 00:03, Anand Moon <linux.amoon@...il.com> wrote:
> >
> > Refactor the clock handling in the Rockchip PCIe driver,
> > introducing a more robust and efficient method for enabling and
> > disabling clocks using clk_bulk*() API. Using the clk_bulk APIs,
> > the clock handling for the core clocks becomes much simpler.
> >
> > Signed-off-by: Anand Moon <linux.amoon@...il.com>
>
> Do you have any review comments on this series?
Looks like nice work, thanks. Minor tips below. We'll start applying
PCI patches to v6.13-rc1 after it is tagged. It looks like these will
apply cleanly, so no rebasing needed.
- It would be helpful if you can add a cover letter (0/n), which is
a good place for the overall diffstat and series-level changelog.
- This v5 series adds drivers/phy patches, which are also related to
rockchip, but will be handled by a different maintainer, so best
to send them as separate series (and of course send the phy
patches to the right maintainer, linux-phy, etc).
- "b4 am -o/tmp/ 20240901183221.240361-2-linux.amoon@...il.com"
complains about something, I dunno how to fix:
Checking attestation on all messages, may take a moment...
---
✗ [PATCH v5 1/6] PCI: rockchip: Simplify clock handling by using clk_bulk*() function
✗ [PATCH v5 2/6] PCI: rockchip: Simplify reset control handling by using reset_control_bulk*() function
✗ [PATCH v5 3/6] PCI: rockchip: Refactor rockchip_pcie_disable_clocks function signature
✗ [PATCH v5 4/6] phy: rockchip-pcie: Simplify error handling with dev_err_probe()
✗ [PATCH v5 5/6] phy: rockchip-pcie: Change to use devm_clk_get_enabled() helper
✗ [PATCH v5 6/6] phy: rockchip-pcie: Use regmap_read_poll_timeout for PCIe reference clk PLL status
---
✗ BADSIG: DKIM/gmail.com
- In 3/6 and 6/6 commit logs, add parens after function names as
you did elsewhere.
- Super nit: In 5/6, s/Change to use/Use/. Every patch is a change,
so "Change to" doesn't add any information.
Bjorn
Powered by blists - more mailing lists