]> www.infradead.org Git - users/jedix/linux-maple.git/commit
powerpc: Remove DCR_MMIO and the DCR generic layer
authorMichael Ellerman <mpe@ellerman.id.au>
Wed, 18 Dec 2024 10:54:55 +0000 (21:54 +1100)
committerMadhavan Srinivasan <maddy@linux.ibm.com>
Wed, 26 Feb 2025 15:45:08 +0000 (21:15 +0530)
commitbd4a83428bbd297745a5708ab66377709c4adb46
treed7ef44e1c73393956f514f7b3fd7c834c006bf1b
parent41cc49efffd73d44be7c6c104a50754c11b957bd
powerpc: Remove DCR_MMIO and the DCR generic layer

The Cell blade support was the last user of DCR_MMIO, so it can now
be removed.

That only leaves DCR_NATIVE, meaning the DCR generic layer which allows
using either DCR_NATIVE or DCR_MMIO is also unnecessary, remove it too.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com>
Link: https://patch.msgid.link/20241218105523.416573-7-mpe@ellerman.id.au
arch/powerpc/Kconfig
arch/powerpc/include/asm/dcr-generic.h [deleted file]
arch/powerpc/include/asm/dcr-mmio.h [deleted file]
arch/powerpc/include/asm/dcr.h
arch/powerpc/sysdev/dcr.c