This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
linux
mirror of
https://gitee.com/openkylin/linux.git
Watch
9
Star
0
Fork
You've already forked linux
0
Code
Issues
Projects
Releases
Wiki
Activity
ef8d1639f2
linux
/
drivers
/
soc
/
actions
/
Makefile
3 lines
98 B
Makefile
Raw
Normal View
History
Unescape
Escape
soc: actions: owl-sps: Factor out owl_sps_set_pg() for power-gating Allow the SMP code to reuse PM domain code for CPU2/CPU3 wakeup. Signed-off-by: Andreas Färber <afaerber@suse.de>
2017-06-06 03:04:21 +08:00
obj-$(CONFIG_OWL_PM_DOMAINS_HELPER)
+=
owl-sps-helper.o
soc: actions: Add Owl SPS Implement S500 Smart Power System power-gating. For now flag PD_CPU2 and PD_CPU3 as always-on. Based on LeMaker linux-actions tree. Signed-off-by: Andreas Färber <afaerber@suse.de>
2017-02-26 11:09:57 +08:00
obj-$(CONFIG_OWL_PM_DOMAINS)
+=
owl-sps.o