mbox series

[RFC,0/3] powernv/pci: Remove unused IODA1 support

Message ID 20230613045202.294451-1-joel@jms.id.au (mailing list archive)
Headers show
Series powernv/pci: Remove unused IODA1 support | expand

Message

Joel Stanley June 13, 2023, 4:51 a.m. UTC
Oliver mentioned this code was only kept around to support the VPL
Power7 boxes. Now that they are all gone, remove the code.

Build and boot tested in qemu only.

Joel Stanley (3):
  powernv/pci: Remove ioda1 support
  powerpc/pci: Remove MVE code
  powernv/pci: Remove last IODA1 defines

 arch/powerpc/include/asm/opal.h            |   3 -
 arch/powerpc/platforms/powernv/opal-call.c |   2 -
 arch/powerpc/platforms/powernv/pci-ioda.c  | 476 +--------------------
 arch/powerpc/platforms/powernv/pci.c       |   5 -
 arch/powerpc/platforms/powernv/pci.h       |   5 -
 5 files changed, 6 insertions(+), 485 deletions(-)

Comments

Michael Ellerman July 3, 2023, 5:26 a.m. UTC | #1
On Tue, 13 Jun 2023 14:21:59 +0930, Joel Stanley wrote:
> Oliver mentioned this code was only kept around to support the VPL
> Power7 boxes. Now that they are all gone, remove the code.
> 
> Build and boot tested in qemu only.
> 
> Joel Stanley (3):
>   powernv/pci: Remove ioda1 support
>   powerpc/pci: Remove MVE code
>   powernv/pci: Remove last IODA1 defines
> 
> [...]

Applied to powerpc/next.

[1/3] powernv/pci: Remove ioda1 support
      https://git.kernel.org/powerpc/c/5ac129cdb50b4efda59ee5ea7c711996a3637b34
[2/3] powerpc/pci: Remove MVE code
      https://git.kernel.org/powerpc/c/326b3f8c6efca7ddc95f164bc0c8fa1c57d7a84f
[3/3] powernv/pci: Remove last IODA1 defines
      https://git.kernel.org/powerpc/c/98e61df570f06e8a2a2152bb3485c60fe1b148cb

cheers