Re: [PATCH v1 1/2] PCI: mediatek: Add Mediatek PCIe host controller support

2017-04-29 Thread kbuild test robot
Hi Ryder, [auto build test ERROR on pci/next] [also build test ERROR on v4.11-rc8 next-20170428] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Ryder-Lee/Add-PCIe-host-driver-support-for-Mediate

Re: [PATCH v1 1/2] PCI: mediatek: Add Mediatek PCIe host controller support

2017-04-29 Thread kbuild test robot
Hi Ryder, [auto build test ERROR on pci/next] [also build test ERROR on v4.11-rc8 next-20170428] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Ryder-Lee/Add-PCIe-host-driver-support-for-Mediate

[PATCH v1 1/2] PCI: mediatek: Add Mediatek PCIe host controller support

2017-04-28 Thread Ryder Lee
Add support for the Mediatek PCIe Gen2 V1 controller which can be found on MT7623 series SoCs. Signed-off-by: Ryder Lee --- drivers/pci/host/Kconfig | 11 + drivers/pci/host/Makefile| 1 + drivers/pci/host/pcie-mediatek.c | 563 +++ 3 files