Searched hist:d38def1f34c7c282cd1c2f4ec6d99349bb1c1552 (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | psci.h | d38def1f34c7c282cd1c2f4ec6d99349bb1c1552 Fri Aug 19 09:20:30 UTC 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>
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/ |
| H A D | psci.S | d38def1f34c7c282cd1c2f4ec6d99349bb1c1552 Fri Aug 19 09:20:30 UTC 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>
|