[PATCH v3 0/2] PCI: j721e: A couple of cleanups
Bjorn Helgaas
helgaas at kernel.org
Thu Nov 13 10:26:28 PST 2025
On Fri, Oct 31, 2025 at 02:23:20PM +0530, Manivannan Sadhasivam wrote:
>
> On Tue, 28 Oct 2025 21:12:22 +0530, Anand Moon wrote:
> > Refactor the J721e probe function to use devres helpers for resource
> > management. This replaces manual clock handling with
> > devm_clk_get_optional_enabled() and assigns the reset GPIO directly
> > to the struct members, eliminating unnecessary local variables.
> >
> > These patches have been compile-tested only, as I do not have access
> > to the hardware for runtime verification.
> >
> > [...]
>
> Applied, thanks!
>
> [1/2] PCI: j721e: Use devm_clk_get_optional_enabled() to get the clock
> commit: 59ba8c0981e73cb2bb70074be4ef46b4188424ea
> [2/2] PCI: j721e: Use inline reset GPIO assignment and drop local variable
> commit: 8895c0fc0671f38746ee1c02b728b126f7dbbf97
Moved to pci/controller/j721e so they're separate from the keystone
changes.
More information about the linux-arm-kernel
mailing list