Re: [PATCH v2] PCI: loongson: Use DECLARE_PCI_FIXUP_EARLY for bridge_class_quirk()

2020-07-14 Thread Tiezhu Yang
On 07/14/2020 11:08 PM, Lorenzo Pieralisi wrote: On Tue, Jul 14, 2020 at 03:37:51PM +0800, Tiezhu Yang wrote: On 06/12/2020 09:30 AM, Tiezhu Yang wrote: Use DECLARE_PCI_FIXUP_EARLY instead of DECLARE_PCI_FIXUP_HEADER for bridge_class_quirk() in pci-loongson.c, otherwise the fixup has no effect.

Re: [PATCH v2] PCI: loongson: Use DECLARE_PCI_FIXUP_EARLY for bridge_class_quirk()

2020-07-14 Thread Lorenzo Pieralisi
On Tue, Jul 14, 2020 at 03:37:51PM +0800, Tiezhu Yang wrote: > On 06/12/2020 09:30 AM, Tiezhu Yang wrote: > > Use DECLARE_PCI_FIXUP_EARLY instead of DECLARE_PCI_FIXUP_HEADER > > for bridge_class_quirk() in pci-loongson.c, otherwise the fixup > > has no effect. > > > > Fixes: 1f58cca5cf2b ("PCI: Ad

Re: [PATCH v2] PCI: loongson: Use DECLARE_PCI_FIXUP_EARLY for bridge_class_quirk()

2020-07-14 Thread Tiezhu Yang
On 06/12/2020 09:30 AM, Tiezhu Yang wrote: Use DECLARE_PCI_FIXUP_EARLY instead of DECLARE_PCI_FIXUP_HEADER for bridge_class_quirk() in pci-loongson.c, otherwise the fixup has no effect. Fixes: 1f58cca5cf2b ("PCI: Add Loongson PCI Controller support") Signed-off-by: Tiezhu Yang --- v2: - mod