mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-07 04:09:21 +00:00
c7e48e1e3e
Add add deepsleep for bf60x. 1. Call DMC init functions to enter and exit DDR self refresh mode. 2. Wait till CGU PLL is locked after wake up and exit DDR self refresh mode. 3. Make asessembly function enter_deepsleep comply with C funtion ABI in order to call other C functions. 4. Switch kernel stack by register EX_SCRATCH_REG. Signed-off-by: Sonic Zhang <sonic.zhang@analog.com> Signed-off-by: Bob Liu <lliubbo@gmail.com>
6 lines
95 B
Makefile
6 lines
95 B
Makefile
#
|
|
# arch/blackfin/mach-bf609/Makefile
|
|
#
|
|
|
|
obj-y := dma.o clock.o
|
|
obj-$(CONFIG_PM) += pm.o dpm.o
|