MIPS: Loongson64: Switch to generic PCI driver
authorJiaxun Yang <jiaxun.yang@flygoat.com>
Tue, 26 May 2020 09:21:16 +0000 (17:21 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Wed, 27 May 2020 11:01:56 +0000 (13:01 +0200)
commit6423e59a64e7b490499d9d1fb1c2323eea5f134c
tree5f6bcdae4640d9e0637a245040de291cfe3adc8c
parentd8242e6a71bac37b6cde52c0add533615eef8c5e
MIPS: Loongson64: Switch to generic PCI driver

We can now enable generic PCI driver in Kconfig, and remove legacy
PCI driver code.

Radeon vbios quirk is moved to the platform folder to fit the
new structure.

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/Kconfig
arch/mips/loongson64/Makefile
arch/mips/loongson64/vbios_quirk.c [new file with mode: 0644]
arch/mips/pci/Makefile
arch/mips/pci/fixup-loongson3.c [deleted file]
arch/mips/pci/ops-loongson3.c [deleted file]