Re: [PATCH v2 3/3] PCI: iproc: Display PCIe Link information

2020-09-16 Thread Srinath Mannam
On Thu, Sep 17, 2020 at 7:22 AM Rob Herring wrote: > Hi Rob, Thanks for review. > On Tue, Sep 15, 2020 at 07:15:41PM +0530, Srinath Mannam wrote: > > After successful linkup more comprehensive information about PCIe link > > speed and link width will be displayed to the console. > > > > Signed-off

Re: [PATCH v2 3/3] PCI: iproc: Display PCIe Link information

2020-09-16 Thread Rob Herring
On Tue, Sep 15, 2020 at 07:15:41PM +0530, Srinath Mannam wrote: > After successful linkup more comprehensive information about PCIe link > speed and link width will be displayed to the console. > > Signed-off-by: Srinath Mannam > --- > drivers/pci/controller/pcie-iproc.c | 6 ++ > 1 file cha

[PATCH v2 3/3] PCI: iproc: Display PCIe Link information

2020-09-15 Thread Srinath Mannam
After successful linkup more comprehensive information about PCIe link speed and link width will be displayed to the console. Signed-off-by: Srinath Mannam --- drivers/pci/controller/pcie-iproc.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/pci/controller/pcie-iproc.c b/dri