Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba4691a4 authored by Steven Miao's avatar Steven Miao Committed by Bob Liu
Browse files

bfin: pint: add pint suspend and resume



Add pint suspend and resume if defined BFIN_GPIO_PINT.

Signed-off-by: default avatarSteven Miao <realmz6@gmail.com>
Signed-off-by: default avatarBob Liu <lliubbo@gmail.com>
parent d49cdf84
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -172,7 +172,9 @@ int bfin_pm_suspend_mem_enter(void)

	bfin_gpio_pm_hibernate_suspend();

#if BFIN_GPIO_PINT
	bfin_pint_suspend();
#endif

#if defined(CONFIG_BFIN_EXTMEM_WRITEBACK) || defined(CONFIG_BFIN_L2_WRITEBACK)
	flushinv_all_dcache();
@@ -192,7 +194,9 @@ int bfin_pm_suspend_mem_enter(void)
	_enable_icplb();
	_enable_dcplb();

#if BFIN_GPIO_PINT
	bfin_pint_resume();
#endif

	bfin_gpio_pm_hibernate_restore();
	blackfin_dma_resume();