mbox series

[v3,0/2] Add power control for pcie-histb driver

Message ID 1519953121-28218-1-git-send-email-shawn.guo@linaro.org
Headers show
Series Add power control for pcie-histb driver | expand

Message

Shawn Guo March 2, 2018, 1:11 a.m. UTC
It adds power control support for pcie-histb driver, by utilizing
regulator infrastructural.

Changes for v3:
 - Incorporate Rob's ACK on bindings doc.
 - Capitalize  the first word of patch subject to match drivers/pci
   convention.
 - Reword vpcie-supply description a bit as per Bjorn's suggestion.

Shawn Guo (2):
  PCI: histb: Fix error path of histb_pcie_host_enable()
  PCI: histb: Add an optional regulator for PCIe port power control

 .../bindings/pci/hisilicon-histb-pcie.txt          |  1 +
 drivers/pci/dwc/pcie-histb.c                       | 28 ++++++++++++++++++----
 2 files changed, 25 insertions(+), 4 deletions(-)

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Lorenzo Pieralisi March 2, 2018, 2:09 p.m. UTC | #1
On Fri, Mar 02, 2018 at 09:11:59AM +0800, Shawn Guo wrote:
> It adds power control support for pcie-histb driver, by utilizing

> regulator infrastructural.

> 

> Changes for v3:

>  - Incorporate Rob's ACK on bindings doc.

>  - Capitalize  the first word of patch subject to match drivers/pci

>    convention.

>  - Reword vpcie-supply description a bit as per Bjorn's suggestion.

> 

> Shawn Guo (2):

>   PCI: histb: Fix error path of histb_pcie_host_enable()

>   PCI: histb: Add an optional regulator for PCIe port power control

> 

>  .../bindings/pci/hisilicon-histb-pcie.txt          |  1 +

>  drivers/pci/dwc/pcie-histb.c                       | 28 ++++++++++++++++++----

>  2 files changed, 25 insertions(+), 4 deletions(-)


Series applied to pci/dwc for v4.17, thanks.

Lorenzo
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html