mbox series

[RESEND,V5,0/2] add one regulator used to power up pcie phy

Message ID 1622771269-13844-1-git-send-email-hongxing.zhu@nxp.com (mailing list archive)
Headers show
Series add one regulator used to power up pcie phy | expand

Message

Hongxing Zhu June 4, 2021, 1:47 a.m. UTC
Changes v4->v5:
- Refine the commit logs refer to bhelgaas' comments.
- Resend v5 patch-set after CC "devicetree@vger.kernel.org"
in the mail-list.

v4:
https://patchwork.kernel.org/project/linux-pci/patch/1617091701-6444-2-git-send-email-hongxing.zhu@nxp.com/

Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt |  3 +++
drivers/pci/controller/dwc/pci-imx6.c                    | 20 ++++++++++++++++++++
2 files changed, 23 insertions(+)

[RESEND, V5 1/2] dt-bindings: imx6q-pcie: Add "vph-supply" for PHY
[RESEND, V5 2/2] PCI: imx6: Enable PHY internal regulator when

Comments

Lorenzo Pieralisi June 22, 2021, 10:26 a.m. UTC | #1
On Fri, 4 Jun 2021 09:47:47 +0800, Richard Zhu wrote:
> Changes v4->v5:
> - Refine the commit logs refer to bhelgaas' comments.
> - Resend v5 patch-set after CC "devicetree@vger.kernel.org"
> in the mail-list.
> 
> v4:
> https://patchwork.kernel.org/project/linux-pci/patch/1617091701-6444-2-git-send-email-hongxing.zhu@nxp.com/
> 
> [...]

Applied to pci/imx6, thanks!

[1/2] dt-bindings: imx6q-pcie: Add "vph-supply" for PHY supply voltage
      https://git.kernel.org/lpieralisi/pci/c/6d78fb2ea5
[2/2] PCI: imx6: Enable PHY internal regulator when supplied >3V
      https://git.kernel.org/lpieralisi/pci/c/a9560daaa3

Thanks,
Lorenzo