On 1/14/19 2:56 AM, Shawn Guo wrote: > On Fri, Jan 11, 2019 at 05:57:30AM +0000, Anson Huang wrote: > > This patch adds cpuidle support for i.MX7ULP, 3 cpuidle > > states supported as below: > > > > 1. WFI, just ARM wfi; > > 2. WAIT mode, mapped to SoC's partial stop mode #3; > > 3. STOP mode, mapped to SoC's partial stop mode #1. > > > > In WAIT mode, system clock and bus clock will be enabled; > > In STOP mode, system clock and bus clock will be disabled. > > > > Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx> > > Applied, thanks. > Hello, I'm not sure if anyone else already noticed but it seems the arch/arm/mach-imx/cpuidle-imx7ulp.c file was dropped? It's not in your tree: https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git/commit/?h=imx/soc&id=cf2d2d392906f5603cf0d0f3630f6386babf7e4b This causes build failures in next-20190115 with imx_v6_v7_defconfig. -- Regards, Leonard