[PATCH 0/3] change powerup logic for MediaTek PCIe controller
From: helgaas@kernel.org (Bjorn Helgaas)
Date: 2017-06-28 19:51:03
Also in:
linux-mediatek, linux-pci, lkml
From: helgaas@kernel.org (Bjorn Helgaas)
Date: 2017-06-28 19:51:03
Also in:
linux-mediatek, linux-pci, lkml
On Mon, Jun 19, 2017 at 05:59:57PM +0800, Ryder Lee wrote:
Hi Bjorn, This patch series does some modifications to powerup logic to avoid unbalanced PM warnings, and turns off host power if no link is detected. I also make some properties(eg, PHY/reset/..) optional to gain more flexibility just in case future SoCs don't have it. Could you also fold this patch series into pci/host-mediatek for v4.13? Thanks! Ryder Lee (3): PCI: mediatek: modify controller powerup logic PCI: mediatek: turn off subsys power if no link up detected PCI: mediatek: make some properties optioanl drivers/pci/host/pcie-mediatek.c | 110 +++++++++++++++++++++------------------ 1 file changed, 58 insertions(+), 52 deletions(-)
I folded these into the initial driver commit on pci/host-mediatek for v4.13, thanks!