linux_dsm_epyc7002/arch/arm/mach-rockchip
Krzysztof Kozlowski bd76d73836 ARM: rockchip: Constify struct regmap_config and staticize local function
The regmap_config struct may be const because it is not modified by the
driver and regmap_init() accepts pointer to const.

Make function rockchip_get_core_reset() static because it is not used
outside of the platsmp.c file.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
2015-03-11 22:40:56 +01:00
..
core.h ARM: rockchip: convert smp bringup to CPU_METHOD_OF_DECLARE 2014-05-26 11:15:53 -07:00
headsmp.S ARM: rockchip: add basic smp support for rk3288 2014-11-05 22:18:40 +01:00
Kconfig ARM: rockchip: force built-in regulator support for PM 2015-02-18 12:20:30 +01:00
Makefile ARM: rockchip: add suspend and resume for RK3288 2014-12-31 16:16:50 +01:00
platsmp.c ARM: rockchip: Constify struct regmap_config and staticize local function 2015-03-11 22:40:56 +01:00
pm.c ARM: rockchip: add suspend and resume for RK3288 2014-12-31 16:16:50 +01:00
pm.h ARM: rockchip: make rockchip_suspend_init conditional 2015-02-18 12:20:28 +01:00
rockchip.c ARM: SoC platform changes 2015-02-17 09:27:54 -08:00
sleep.S ARM: rockchip: add suspend and resume for RK3288 2014-12-31 16:16:50 +01:00