This website requires JavaScript.
Explore
Help
Register
Sign In
renegade-project
/
linux-next
Watch
2
Star
0
Fork
0
You've already forked linux-next
mirror of
https://github.com/edk2-porting/linux-next.git
synced
2025-01-06 20:53:54 +08:00
Code
373c4557d2
linux-next
/
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
Copy Permalink