Re: [PATCH v2 2/5] PCI: Add quirk for PLDA's XpressRICH3 host bridge class.

2015-10-12 Thread Liviu Dudau
On Fri, Oct 09, 2015 at 08:32:07PM +0200, Arnd Bergmann wrote: > On Friday 09 October 2015 17:57:26 Liviu Dudau wrote: > > +/* > > + * The PLDA's XpressRICH3 doesn't describe itself as a bridge. This is > > required > > + * for correct/normal enumeration. > > + */ > > +static void xr3pci_quirk_cla

Re: [PATCH v2 2/5] PCI: Add quirk for PLDA's XpressRICH3 host bridge class.

2015-10-09 Thread Arnd Bergmann
On Friday 09 October 2015 17:57:26 Liviu Dudau wrote: > +/* > + * The PLDA's XpressRICH3 doesn't describe itself as a bridge. This is > required > + * for correct/normal enumeration. > + */ > +static void xr3pci_quirk_class(struct pci_dev *pdev) > +{ > + pdev->class = PCI_CLASS_BRIDGE_PCI <<

[PATCH v2 2/5] PCI: Add quirk for PLDA's XpressRICH3 host bridge class.

2015-10-09 Thread Liviu Dudau
The XpressRICH3 host bridge at power up has an unassigned class on some of ARM Ltd boards, add a quirk to correct that. Signed-off-by: Liviu Dudau --- drivers/pci/quirks.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c index b03373f..a