[PATCH v2 0/2] PCI: qcom: Fix probe error paths

Johan Hovold posted 2 patches 4 years, 2 months ago
drivers/pci/controller/dwc/pcie-qcom.c | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
[PATCH v2 0/2] PCI: qcom: Fix probe error paths
Posted by Johan Hovold 4 years, 2 months ago
This series fixes a few problems in the probe error handling which could
cause trouble, for example, on probe deferral.

Johan


Changes in v2
 - Capitalise subject lines according to PCI subsystem conventions


Johan Hovold (2):
  PCI: qcom: Fix runtime PM imbalance on probe errors
  PCI: qcom: Fix unbalanced PHY init on probe errors

 drivers/pci/controller/dwc/pcie-qcom.c | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

-- 
2.35.1
Re: [PATCH v2 0/2] PCI: qcom: Fix probe error paths
Posted by Lorenzo Pieralisi 4 years, 1 month ago
On Fri, 1 Apr 2022 15:38:52 +0200, Johan Hovold wrote:
> This series fixes a few problems in the probe error handling which could
> cause trouble, for example, on probe deferral.
> 
> Johan
> 
> 
> Changes in v2
>  - Capitalise subject lines according to PCI subsystem conventions
> 
> [...]

Applied to pci/qcom, thanks!

[1/2] PCI: qcom: Fix runtime PM imbalance on probe errors
      https://git.kernel.org/lpieralisi/pci/c/b986db29ed
[2/2] PCI: qcom: Fix unbalanced PHY init on probe errors
      https://git.kernel.org/lpieralisi/pci/c/3ae93c5a97

Thanks,
Lorenzo
Re: [PATCH v2 0/2] PCI: qcom: Fix probe error paths
Posted by Stanimir Varbanov 4 years, 1 month ago
Hi Johan,


On 4/1/22 16:38, Johan Hovold wrote:
> This series fixes a few problems in the probe error handling which could
> cause trouble, for example, on probe deferral.
> 
> Johan
> 
> 
> Changes in v2
>  - Capitalise subject lines according to PCI subsystem conventions
> 
> 
> Johan Hovold (2):
>   PCI: qcom: Fix runtime PM imbalance on probe errors
>   PCI: qcom: Fix unbalanced PHY init on probe errors
> 
>  drivers/pci/controller/dwc/pcie-qcom.c | 9 ++++-----
>  1 file changed, 4 insertions(+), 5 deletions(-)
> 

Acked-by: Stanimir Varbanov <svarbanov@mm-sol.com>

-- 
regards,
Stan
Re: [PATCH v2 0/2] PCI: qcom: Fix probe error paths
Posted by Johan Hovold 4 years, 1 month ago
On Fri, Apr 01, 2022 at 03:38:52PM +0200, Johan Hovold wrote:
> This series fixes a few problems in the probe error handling which could
> cause trouble, for example, on probe deferral.

> Johan Hovold (2):
>   PCI: qcom: Fix runtime PM imbalance on probe errors
>   PCI: qcom: Fix unbalanced PHY init on probe errors
> 
>  drivers/pci/controller/dwc/pcie-qcom.c | 9 ++++-----
>  1 file changed, 4 insertions(+), 5 deletions(-)

Any comments to this series? Does it need a Qualcomm maintainer ack to
be merged? Bjorn?

Johan