Re: [PATCH v4 1/4] PCI: rockchip: Fix error handlings

2017-08-24 Thread Bjorn Helgaas
On Tue, Aug 22, 2017 at 11:19:31AM +0800, Jeffy Chen wrote: > Fix error handlings in probe & resume. Changelog should have a little detail about *what* you're fixing. For example, it looks like you are powering off PHYs if the init fails. > Signed-off-by: Jeffy Chen

Re: [PATCH v4 1/4] PCI: rockchip: Fix error handlings

2017-08-24 Thread Bjorn Helgaas
On Tue, Aug 22, 2017 at 11:19:31AM +0800, Jeffy Chen wrote: > Fix error handlings in probe & resume. Changelog should have a little detail about *what* you're fixing. For example, it looks like you are powering off PHYs if the init fails. > Signed-off-by: Jeffy Chen > --- > > Changes in v4: >

[PATCH v4 1/4] PCI: rockchip: Fix error handlings

2017-08-21 Thread Jeffy Chen
Fix error handlings in probe & resume. Signed-off-by: Jeffy Chen --- Changes in v4: Rebase on newest for-next branch, also fix error handling by: 1e7f570a1b86 PCI: rockchip: Idle inactive PHY(s) Changes in v3: None Changes in v2: None

[PATCH v4 1/4] PCI: rockchip: Fix error handlings

2017-08-21 Thread Jeffy Chen
Fix error handlings in probe & resume. Signed-off-by: Jeffy Chen --- Changes in v4: Rebase on newest for-next branch, also fix error handling by: 1e7f570a1b86 PCI: rockchip: Idle inactive PHY(s) Changes in v3: None Changes in v2: None drivers/pci/host/pcie-rockchip.c | 160