]> git.itanic.dy.fi Git - linux-stable/commit
powerpc/85xx: mpc85xx_ds: Move i8259 code into own file
authorPali Rohár <pali@kernel.org>
Sat, 8 Apr 2023 14:01:18 +0000 (16:01 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 20 Apr 2023 02:22:51 +0000 (12:22 +1000)
commit92189c902c2e2f8c0d4238310686e93da99156b5
treed19a1af7464f132daff7b9dcad163aa2f7785a42
parentc30aa8fd6cabd12917277facbd2bd81dc3a226d6
powerpc/85xx: mpc85xx_ds: Move i8259 code into own file

In order to share mpc85xx i8259 code between DS and P2020.
Prefix i8259 debug and error messages by i8259 word.

Signed-off-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
[mpe: Fix some coding style warnings in the moved code]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230408140122.25293-10-pali@kernel.org
arch/powerpc/platforms/85xx/Makefile
arch/powerpc/platforms/85xx/mpc85xx.h
arch/powerpc/platforms/85xx/mpc85xx_8259.c [new file with mode: 0644]
arch/powerpc/platforms/85xx/mpc85xx_ds.c