On Wed, Jan 12, 2022 at 11:28:22PM +0100, Pali Rohár wrote: > On Wednesday 12 January 2022 16:08:15 Bjorn Helgaas wrote: > > On Sun, Oct 31, 2021 at 04:07:06PM +0100, Marek Behún wrote: > > > From: Pali Rohár <pali@xxxxxxxxxx> > > > > > > Add function of_pci_get_slot_power_limit(), which parses the > > > `slot-power-limit-milliwatt` DT property, returning the value in > > > milliwatts and in format ready for the PCIe Slot Capabilities Register. > > > > > > Signed-off-by: Pali Rohár <pali@xxxxxxxxxx> > > > Signed-off-by: Marek Behún <kabel@xxxxxxxxxx> > > > > Acked-by: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> > > > > Do we have a caller of of_pci_get_slot_power_limit() yet? I didn't > > see one from a quick look > > (https://lore.kernel.org/linux-pci/?q=b%3Aof_pci_get_slot_power_limit). > > > > Let's merge this when we have a user for it. > > I have a patch for both pci-mvebu.c and pci-aardvark.c drivers. But > there are lot of patches for these drivers waiting on mailing list for > review... Should I sent another patch for pci-mvebu.c which will use > this of_pci_get_slot_power_limit() function? If the of_pci_get_slot_power_limit() patches are independent of the ones waiting for review, they could be added to *this* series. Bjorn