powerpc/8xx: Move CPM interrupt controller into a dedicated file
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Wed, 6 Apr 2022 06:23:17 +0000 (08:23 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 11 May 2022 13:06:39 +0000 (23:06 +1000)
commitacf9e575d889eb8806be2c8451e7ad12bf444b50
tree3c3623068d601bff1dcb9b0fbbb3b856219b665a
parentd8d2af70b98109418bb16ff6638d7c1c4336f7fe
powerpc/8xx: Move CPM interrupt controller into a dedicated file

CPM interrupt controller is quite standalone. Move it into a
dedicated file. It will help for next step which will change
it to a platform driver.

This is pure code move, checkpatch report is ignored at this point,
except one parenthesis alignment which would remain at the end of
the series. All other points fly away with following patches.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/d3a7dc832d905bed14b35d83410cdb69a7ba20e8.1649226186.git.christophe.leroy@csgroup.eu
arch/powerpc/platforms/8xx/Makefile
arch/powerpc/platforms/8xx/cpm1-ic.c [new file with mode: 0644]
arch/powerpc/platforms/8xx/cpm1.c