All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] PCI: brcmstb: Add Broadcom STB support
@ 2020-02-21  3:36 ` Jaedon Shin
  0 siblings, 0 replies; 18+ messages in thread
From: Jaedon Shin @ 2020-02-21  3:36 UTC (permalink / raw)
  To: Nicolas Saenz Julienne, Florian Fainelli,
	bcm-kernel-feedback-list, Mark Brown
  Cc: Bjorn Helgaas, Rob Herring, Mark Rutland, Lorenzo Pieralisi,
	Andrew Murray, Gregory Fong, Linus Walleij, Bartosz Golaszewski,
	linux-gpio, linux-arm-kernel, linux-pci, Jaedon Shin

This series supports GPIO based regulator supplies for its power supplies.
and this has an improvement on devm_ APIs.

Changes v2:
- Remove incomplete 7445 based Broadcom STB SoC enable codes.
- Add devicetree description for supply-names.
- Use -EPROBE_DEFER if the GPIO system is not available.
- Remove unnecessary #ifdef CONFIG_REGULATOR
- Use devm_regulator_bulk_* instead of devm_regulator_*

Jaedon Shin (2):
  PCI: brcmstb: Add regulator support
  PCI: brcmstb: Drop clk_put when probe fails and remove

 .../bindings/pci/brcm,stb-pcie.yaml           |  3 ++
 drivers/pci/controller/pcie-brcmstb.c         | 37 ++++++++++++++++++-
 2 files changed, 39 insertions(+), 1 deletion(-)

-- 
2.21.0


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2020-05-07 18:55 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-21  3:36 [PATCH v2 0/2] PCI: brcmstb: Add Broadcom STB support Jaedon Shin
2020-02-21  3:36 ` Jaedon Shin
2020-02-21  3:36 ` [PATCH v2 1/2] PCI: brcmstb: Add regulator support Jaedon Shin
2020-02-21  3:36   ` Jaedon Shin
2020-02-21 12:12   ` Mark Brown
2020-02-21 12:12     ` Mark Brown
2020-02-21 16:33     ` Florian Fainelli
2020-02-21 16:33       ` Florian Fainelli
2020-02-21 17:11       ` Mark Brown
2020-02-21 17:11         ` Mark Brown
2020-02-21 17:50         ` Florian Fainelli
2020-02-21 17:50           ` Florian Fainelli
2020-02-21 17:57           ` Mark Brown
2020-02-21 17:57             ` Mark Brown
2020-02-21  3:36 ` [PATCH v2 2/2] PCI: brcmstb: Drop clk_put when probe fails and remove Jaedon Shin
2020-02-21  3:36   ` Jaedon Shin
2020-05-07 18:55   ` Rob Herring
2020-05-07 18:55     ` Rob Herring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.