Hi, Fabio Anson Huang Best Regards!
> -----Original Message----- > From: Fabio Estevam [mailto:[email protected]] > Sent: Wednesday, May 30, 2018 8:34 PM > To: Anson Huang <[email protected]> > Cc: Shawn Guo <[email protected]>; Sascha Hauer > <[email protected]>; Sascha Hauer <[email protected]>; Fabio > Estevam <[email protected]>; Russell King - ARM Linux > <[email protected]>; dl-linux-imx <[email protected]>; moderated > list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE > <[email protected]>; linux-kernel > <[email protected]> > Subject: Re: [PATCH 3/3] ARM: imx: remove i.MX6SLL support in i.MX6SL cpu > idle driver > > Hi Anson, > > On Wed, May 30, 2018 at 4:12 AM, Anson Huang <[email protected]> > wrote: > > i.MX6SLL supports ARM power off in cpu idle, better to reuse i.MX6SX > > cpu idle driver instead of i.MX6SL which does NOT support ARM power > > off. > > > > Signed-off-by: Anson Huang <[email protected]> > > --- > > arch/arm/mach-imx/cpuidle-imx6sl.c | 7 ++----- > > 1 file changed, 2 insertions(+), 5 deletions(-) > > > > diff --git a/arch/arm/mach-imx/cpuidle-imx6sl.c > > b/arch/arm/mach-imx/cpuidle-imx6sl.c > > index fa8ead1..8d866fb 100644 > > --- a/arch/arm/mach-imx/cpuidle-imx6sl.c > > +++ b/arch/arm/mach-imx/cpuidle-imx6sl.c > > @@ -12,7 +12,6 @@ > > > > #include "common.h" > > #include "cpuidle.h" > > -#include "hardware.h" > > The removal of this header file seems to be an unrelated change. This header file is no longer needed since no " cpu_is_imx6sl()" used in this file. Anson.

