Re: [PATCH] PCI: designware: move remaining rc setup code to dw_pcie_setup_rc()

2016-03-18 Thread kbuild test robot
Hi Jisheng, [auto build test WARNING on pci/next] [also build test WARNING on next-20160316] [cannot apply to v4.5] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

Re: [PATCH] PCI: designware: move remaining rc setup code to dw_pcie_setup_rc()

2016-03-18 Thread kbuild test robot
Hi Jisheng, [auto build test WARNING on pci/next] [also build test WARNING on next-20160316] [cannot apply to v4.5] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

Re: [PATCH] PCI: designware: move remaining rc setup code to dw_pcie_setup_rc()

2016-03-16 Thread Jisheng Zhang
Dear all, On Wed, 16 Mar 2016 18:36:22 +0800 Jisheng Zhang wrote: > dw_pcie_setup_rc(), as its name indicates, setups the RC. But current > dw_pcie_host_init() also contains some necessary rc setup code. > > Another reason: the host may lost power during suspend to ram, the RC > need to be

Re: [PATCH] PCI: designware: move remaining rc setup code to dw_pcie_setup_rc()

2016-03-16 Thread Jisheng Zhang
Dear all, On Wed, 16 Mar 2016 18:36:22 +0800 Jisheng Zhang wrote: > dw_pcie_setup_rc(), as its name indicates, setups the RC. But current > dw_pcie_host_init() also contains some necessary rc setup code. > > Another reason: the host may lost power during suspend to ram, the RC > need to be

[PATCH] PCI: designware: move remaining rc setup code to dw_pcie_setup_rc()

2016-03-16 Thread Jisheng Zhang
dw_pcie_setup_rc(), as its name indicates, setups the RC. But current dw_pcie_host_init() also contains some necessary rc setup code. Another reason: the host may lost power during suspend to ram, the RC need to be re-setup after resume. The rc can't be correctly resumed without the rc setup code

[PATCH] PCI: designware: move remaining rc setup code to dw_pcie_setup_rc()

2016-03-16 Thread Jisheng Zhang
dw_pcie_setup_rc(), as its name indicates, setups the RC. But current dw_pcie_host_init() also contains some necessary rc setup code. Another reason: the host may lost power during suspend to ram, the RC need to be re-setup after resume. The rc can't be correctly resumed without the rc setup code