Re: [PATCH v2] dwc: dra7xx: Print link state to console for debug

2017-11-05 Thread Faiz Abbas
On Monday 30 October 2017 02:18 PM, Faiz Abbas wrote: > > > On Thursday 26 October 2017 01:29 PM, Faiz Abbas wrote: >> David, >> >> On Thursday 19 October 2017 06:56 PM, David Laight wrote: >>> From: Faiz Abbas Sent: 19 October 2017 14:09 On Thursday 19 October 2017 06:13 PM, Faiz Abb

Re: [PATCH v2] dwc: dra7xx: Print link state to console for debug

2017-10-30 Thread Faiz Abbas
On Thursday 26 October 2017 01:29 PM, Faiz Abbas wrote: > David, > > On Thursday 19 October 2017 06:56 PM, David Laight wrote: >> From: Faiz Abbas >>> Sent: 19 October 2017 14:09 >>> On Thursday 19 October 2017 06:13 PM, Faiz Abbas wrote: Enable support for printing the LTSSM link state for

Re: [PATCH v2] dwc: dra7xx: Print link state to console for debug

2017-10-26 Thread Faiz Abbas
David, On Thursday 19 October 2017 06:56 PM, David Laight wrote: > From: Faiz Abbas >> Sent: 19 October 2017 14:09 >> On Thursday 19 October 2017 06:13 PM, Faiz Abbas wrote: >>> Enable support for printing the LTSSM link state for debugging PCI >>> when link is down. >>> >>> Signed-off-by: Faiz Ab

Re: [PATCH v2] dwc: dra7xx: Print link state to console for debug

2017-10-25 Thread Bjorn Helgaas
On Wed, Oct 25, 2017 at 01:51:53PM +0530, Faiz Abbas wrote: > Bjorn, > > On Wednesday 25 October 2017 01:29 AM, Bjorn Helgaas wrote: > > On Thu, Oct 19, 2017 at 06:13:29PM +0530, Faiz Abbas wrote: > >> Enable support for printing the LTSSM link state for debugging PCI > >> when link is down. > >>

Re: [PATCH v2] dwc: dra7xx: Print link state to console for debug

2017-10-25 Thread Faiz Abbas
Bjorn, On Wednesday 25 October 2017 01:29 AM, Bjorn Helgaas wrote: > On Thu, Oct 19, 2017 at 06:13:29PM +0530, Faiz Abbas wrote: >> Enable support for printing the LTSSM link state for debugging PCI >> when link is down. >> >> Signed-off-by: Faiz Abbas > > Applied with Kishon's ack to pci/host-d

Re: [PATCH v2] dwc: dra7xx: Print link state to console for debug

2017-10-24 Thread Bjorn Helgaas
On Thu, Oct 19, 2017 at 06:13:29PM +0530, Faiz Abbas wrote: > Enable support for printing the LTSSM link state for debugging PCI > when link is down. > > Signed-off-by: Faiz Abbas Applied with Kishon's ack to pci/host-dra7xx for v4.15, thanks! I tweaked the "link up" testing as follows (what I

Re: [PATCH v2] dwc: dra7xx: Print link state to console for debug

2017-10-23 Thread Kishon Vijay Abraham I
Hi Bjorn, On Monday 23 October 2017 07:34 PM, Bjorn Helgaas wrote: > On Mon, Oct 23, 2017 at 03:59:49PM +0530, Faiz Abbas wrote: >> On Saturday 21 October 2017 04:39 AM, Bjorn Helgaas wrote: >>> On Thu, Oct 19, 2017 at 06:13:29PM +0530, Faiz Abbas wrote: Enable support for printing the LTSSM

Re: [PATCH v2] dwc: dra7xx: Print link state to console for debug

2017-10-23 Thread Bjorn Helgaas
On Mon, Oct 23, 2017 at 03:59:49PM +0530, Faiz Abbas wrote: > On Saturday 21 October 2017 04:39 AM, Bjorn Helgaas wrote: > > On Thu, Oct 19, 2017 at 06:13:29PM +0530, Faiz Abbas wrote: > >> Enable support for printing the LTSSM link state for debugging PCI > >> when link is down. > >> > >> Signed-o

Re: [PATCH v2] dwc: dra7xx: Print link state to console for debug

2017-10-23 Thread Faiz Abbas
Hi Bjorn, On Saturday 21 October 2017 04:39 AM, Bjorn Helgaas wrote: > On Thu, Oct 19, 2017 at 06:13:29PM +0530, Faiz Abbas wrote: >> Enable support for printing the LTSSM link state for debugging PCI >> when link is down. >> >> Signed-off-by: Faiz Abbas >> --- >> v2: >> 1. Changed dev_err() to

Re: [PATCH v2] dwc: dra7xx: Print link state to console for debug

2017-10-20 Thread Bjorn Helgaas
On Thu, Oct 19, 2017 at 06:13:29PM +0530, Faiz Abbas wrote: > Enable support for printing the LTSSM link state for debugging PCI > when link is down. > > Signed-off-by: Faiz Abbas > --- > v2: > 1. Changed dev_err() to dev_dbg() > 2. Changed static char array to static const char * const > 3. f

RE: [PATCH v2] dwc: dra7xx: Print link state to console for debug

2017-10-19 Thread David Laight
From: Faiz Abbas > Sent: 19 October 2017 14:09 > On Thursday 19 October 2017 06:13 PM, Faiz Abbas wrote: > > Enable support for printing the LTSSM link state for debugging PCI > > when link is down. > > > > Signed-off-by: Faiz Abbas > > --- > > v2: > > 1. Changed dev_err() to dev_dbg() > > 2. Ch

Re: [PATCH v2] dwc: dra7xx: Print link state to console for debug

2017-10-19 Thread Faiz Abbas
On Thursday 19 October 2017 06:13 PM, Faiz Abbas wrote: > Enable support for printing the LTSSM link state for debugging PCI > when link is down. > > Signed-off-by: Faiz Abbas > --- > v2: > 1. Changed dev_err() to dev_dbg() > 2. Changed static char array to static const char * const > 3. for