Re: [PATCH 2/2] PCI: iproc: add device shutdown for PCI RC

2017-06-01 Thread Oza Oza
On Thu, Jun 1, 2017 at 11:41 PM, Ray Jui wrote: > Hi Oza, > > On 5/31/17 10:27 PM, Oza Pawandeep wrote: >> PERST# must be asserted around ~500ms before >> the reboot is applied. >> >> During soft reset (e.g., "reboot" from Linux) on some iProc based SoCs >> LCPLL clock and PERST both goes off simu

Re: [PATCH 2/2] PCI: iproc: add device shutdown for PCI RC

2017-06-01 Thread Ray Jui
Hi Oza, On 5/31/17 10:27 PM, Oza Pawandeep wrote: > PERST# must be asserted around ~500ms before > the reboot is applied. > > During soft reset (e.g., "reboot" from Linux) on some iProc based SoCs > LCPLL clock and PERST both goes off simultaneously. > This will cause certain Endpoints Intel NVMe

Re: [PATCH 2/2] PCI: iproc: add device shutdown for PCI RC

2017-06-01 Thread kbuild test robot
Hi Oza, [auto build test ERROR on pci/next] [also build test ERROR on v4.12-rc3 next-20170601] [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/Oza-Pawandeep/PCI-iproc-SOC-specific-fixes/20170601-

[PATCH 2/2] PCI: iproc: add device shutdown for PCI RC

2017-05-31 Thread Oza Pawandeep
PERST# must be asserted around ~500ms before the reboot is applied. During soft reset (e.g., "reboot" from Linux) on some iProc based SoCs LCPLL clock and PERST both goes off simultaneously. This will cause certain Endpoints Intel NVMe not get detected, upon next boot sequence. This happens becau