[GIT PULL] arch/microblaze patches for 6.2-rc1

From: Michal Simek
Date: Thu Dec 08 2022 - 05:07:40 EST


Hi Linus,

please pull these changes to your tree. They are cleaning up the PCI bus support which was pretty much c&p from PowerPC long time ago for one custom platform which is not available for years. Finally Xilinx/AMD PCIe team tested Microblaze with IP cores also used on ARM SOCs and clean up Microblaze code.

Thanks,
Michal


The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)

are available in the Git repository at:

git://git.monstr.eu/linux-2.6-microblaze.git tags/microblaze-v6.2

for you to fetch changes up to 5cfe469c2654c3a4dda8504b1209abdd8b379e95:

microblaze/PCI: Moving PCI iounmap and dependent code (2022-11-25 11:39:23 +0100)

----------------------------------------------------------------
Microblaze patches for 6.2-rc1

- Cleanup PCI support

----------------------------------------------------------------
Thippeswamy Havalige (13):
microblaze/PCI: Remove unused early_read_config_byte() et al declarations
microblaze/PCI: Remove Null PCI config access unused functions
microblaze/PCI: Remove unused PCI bus scan if configured as a host
microblaze/PCI: Remove unused PCI legacy IO's access on a bus
microblaze/PCI: Remove unused device tree parsing for a host bridge resources
microblaze/PCI: Remove unused allocation & free of PCI host bridge structure
microblaze/PCI: Remove unused PCI BIOS resource allocation
microblaze/PCI: Remove unused PCI Indirect ops
microblaze/PCI: Remove unused pci_address_to_pio() conversion of CPU address to I/O port
microblaze/PCI: Remove unused sys_pciconfig_iobase() and et al declaration
microblaze/PCI: Remove unused pci_iobar_pfn() and et al declarations
microblaze/PCI: Remove support for Xilinx PCI host bridge
microblaze/PCI: Moving PCI iounmap and dependent code

arch/microblaze/Kconfig | 8 -
arch/microblaze/configs/mmu_defconfig | 1 -
arch/microblaze/include/asm/pci-bridge.h | 92 --
arch/microblaze/include/asm/pci.h | 29 -
arch/microblaze/pci/Makefile | 3 +-
arch/microblaze/pci/indirect_pci.c | 158 ---
arch/microblaze/pci/iomap.c | 36 +
arch/microblaze/pci/pci-common.c | 1067 --------------------
arch/microblaze/pci/xilinx_pci.c | 170 ----
9 files changed, 37 insertions(+), 1527 deletions(-)
delete mode 100644 arch/microblaze/pci/indirect_pci.c
delete mode 100644 arch/microblaze/pci/pci-common.c
delete mode 100644 arch/microblaze/pci/xilinx_pci.c

--
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs