Home
last modified time | relevance | path

Searched hist:d38def1f (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/
H A Dpsci.hd38def1f Fri Aug 19 04:20:30 CDT 2016 Hongbo Zhang <hongbo.zhang@nxp.com> armv7: psci: make v7_flush_dcache_all public for all psci code

The v7_flush_dcache_all function will be called by ls102xa platform system
suspend, it is necessary to make it a public call instead of a local one, but
changing the LENTRY to ENTRY isn't enough, because there is another one using
the same name, so this one gets a psci_ prefix.

Signed-off-by: Hongbo Zhang <hongbo.zhang@nxp.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: York Sun <york.sun@nxp.com>
/openbmc/u-boot/arch/arm/cpu/armv7/
H A Dpsci.Sd38def1f Fri Aug 19 04:20:30 CDT 2016 Hongbo Zhang <hongbo.zhang@nxp.com> armv7: psci: make v7_flush_dcache_all public for all psci code

The v7_flush_dcache_all function will be called by ls102xa platform system
suspend, it is necessary to make it a public call instead of a local one, but
changing the LENTRY to ENTRY isn't enough, because there is another one using
the same name, so this one gets a psci_ prefix.

Signed-off-by: Hongbo Zhang <hongbo.zhang@nxp.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: York Sun <york.sun@nxp.com>