linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] arch/microblaze patches for 6.2-rc1
@ 2022-12-08 10:07 Michal Simek
  2022-12-12 17:49 ` Linus Torvalds
  2022-12-12 18:07 ` pr-tracker-bot
  0 siblings, 2 replies; 4+ messages in thread
From: Michal Simek @ 2022-12-08 10:07 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Mailing List

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-12-13  7:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-08 10:07 [GIT PULL] arch/microblaze patches for 6.2-rc1 Michal Simek
2022-12-12 17:49 ` Linus Torvalds
2022-12-13  7:53   ` Michal Simek
2022-12-12 18:07 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).