mbox series

[0/2] PCI: imx: imx6_pcie_attach_pd

Message ID cover.1548110502.git.leonard.crestez@nxp.com (mailing list archive)
Headers show
Series PCI: imx: imx6_pcie_attach_pd | expand

Message

Leonard Crestez Jan. 21, 2019, 10:50 p.m. UTC
This fixes pci probing on imx6qp as reported by Lukas Hartmann.

The second patch fixes a check that shouldn't actually fail.

Leonard Crestez (2):
  PCI: imx: Fix probe failure without power domain
  PCI: imx: Fix checking pd_pcie_phy device_link

 drivers/pci/controller/dwc/pci-imx6.c | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Comments

Lorenzo Pieralisi Jan. 25, 2019, 5:59 p.m. UTC | #1
On Mon, Jan 21, 2019 at 10:50:03PM +0000, Leonard Crestez wrote:
> This fixes pci probing on imx6qp as reported by Lukas Hartmann.
> 
> The second patch fixes a check that shouldn't actually fail.
> 
> Leonard Crestez (2):
>   PCI: imx: Fix probe failure without power domain
>   PCI: imx: Fix checking pd_pcie_phy device_link
> 
>  drivers/pci/controller/dwc/pci-imx6.c | 11 +++++++----
>  1 file changed, 7 insertions(+), 4 deletions(-)

I have applied them to pci/controller-fixes and Bjorn already
queued them for one of the upcoming -rc*.

Thanks,
Lorenzo