linux-stable/arch/powerpc/platforms/microwatt
Christophe Leroy 0aafbdf35c powerpc: Make generic_calibrate_decr() the default
ppc_md.calibrate_decr() is a mandatory item. Its nullity is never
checked so it must be non null on all platforms.

Most platforms define generic_calibrate_decr() as their
ppc_md.calibrate_decr(). Have time_init() call
generic_calibrate_decr() when ppc_md.calibrate_decr() is NULL,
and remove default assignment from all machines.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/6cb9865d916231c38401ba34ad1a98c249fae135.1676711562.git.christophe.leroy@csgroup.eu
2023-03-16 08:56:48 +11:00
..
Kconfig random: remove CONFIG_ARCH_RANDOM 2022-07-18 15:03:37 +02:00
Makefile powerpc/microwatt: Add support for hardware random number generator 2021-06-21 21:16:32 +10:00
microwatt.h powerpc/microwatt: wire up rng during setup_arch() 2022-06-18 10:19:10 +10:00
rng.c powerpc/microwatt: wire up rng during setup_arch() 2022-06-18 10:19:10 +10:00
setup.c powerpc: Make generic_calibrate_decr() the default 2023-03-16 08:56:48 +11:00