Re: [PATCH v3] ARM: fix debug prints relevant to PCI devices

2014-06-18 Thread Thierry Reding
On Wed, Jun 18, 2014 at 11:37:48PM +0530, Vidya Sagar wrote: [...] > diff --git a/arch/arm/kernel/bios32.c b/arch/arm/kernel/bios32.c > index 17a26c1..fcf2581 100644 > --- a/arch/arm/kernel/bios32.c > +++ b/arch/arm/kernel/bios32.c > @@ -290,6 +290,7 @@ void pcibios_fixup_bus(struct pci_bus *bus) >

[PATCH v3] ARM: fix debug prints relevant to PCI devices

2014-06-18 Thread Vidya Sagar
As per PCIe spec, fast back-to-back transactions feature is not applicable to PCIe devices. Hence, do not print that fast back-to-back trasactions are disabled when there is a PCIe device found on the bus Signed-off-by: Vidya Sagar --- v3: * removed KERN_INFO from pr_info() which was not removed

[PATCH v3] ARM: fix debug prints relevant to PCI devices

2014-06-05 Thread Vidya Sagar
As per PCIe spec, fast back-to-back transactions feature is not applicable to PCIe devices. Hence, do not print that fast back-to-back trasactions are disabled when there is a PCIe device found on the bus Signed-off-by: Vidya Sagar --- v3: * removed KERN_INFO from pr_info() which was not removed