]> git.itanic.dy.fi Git - linux-stable/commit
powerpc/85xx: p2020: Unify .setup_arch and .init_IRQ callbacks
authorPali Rohár <pali@kernel.org>
Sat, 8 Apr 2023 14:01:19 +0000 (16:01 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 20 Apr 2023 02:23:13 +0000 (12:23 +1000)
commit7d8ae6e081428699999c9d128c4e9d3927c1da03
treeff7a015a13a50495bbe3aedb4cc9e9db6b214b5a
parent92189c902c2e2f8c0d4238310686e93da99156b5
powerpc/85xx: p2020: Unify .setup_arch and .init_IRQ callbacks

Make just one .setup_arch and one .init_IRQ callback implementation for all
P2020 board code. This deduplicate repeated and same code.

Signed-off-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230408140122.25293-11-pali@kernel.org
arch/powerpc/platforms/85xx/mpc85xx.h
arch/powerpc/platforms/85xx/mpc85xx_ds.c
arch/powerpc/platforms/85xx/mpc85xx_rdb.c
arch/powerpc/platforms/85xx/p2020.c