Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1227904

Re: [PATCH v8 2/2] ARM: imx: support suspend states on imx7D

From Shawn Guo <shawnguo@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH v8 2/2] ARM: imx: support suspend states on imx7D
Date 2015-09-18 16:20 +0200
Message-ID <qa4G5-50a-5@gated-at.bofh.it> (permalink)
References <pSqc2-1ju-19@gated-at.bofh.it> <pSqc4-1ju-59@gated-at.bofh.it> <q66n7-S0-5@gated-at.bofh.it> <q6sH0-7Px-29@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Tue, Sep 08, 2015 at 03:01:07PM +0000, Shenwei Wang wrote:
> > >  arch/arm/mach-imx/Kconfig        |   1 +
> > >  arch/arm/mach-imx/Makefile       |   2 +
> > >  arch/arm/mach-imx/common.h       |   4 +
> > >  arch/arm/mach-imx/pm-imx7.c      | 917
> > +++++++++++++++++++++++++++++++++++++++
> > >  arch/arm/mach-imx/suspend-imx7.S | 529 ++++++++++++++++++++++
> > >  5 files changed, 1453 insertions(+)
> > 
> > 1453 lines addition to kernel only for i.MX7D suspend support.  Yes, this is the
> > way we support suspend on i.MX6, but that's enough, and we have to stop this
> > somewhere.  I would ask you to take Sudeep's comment and adopt PSCI for
> > i.MX7D power management.
> 
> According to PSCI spec, a supervisory software must be implemented under either
> HVC(EL2) or SMC(EL3) privilege level. I agree that, with this idea, we could finally move 
> these 1453 lines of codes from kernel into a platform specific firmware. The problem
> is we don't have the firmware so far, and we haven't even had a plan to enable the
> hypervisor or secure software on this platform. Because low power consumption is
> the key feature of this i.MX7D platform, please continue to consider the current 
> implementation and get this feature supported first. 

Can't U-Boot be considered as a firmware to implement PSCI?  I have seen
an initial ARMv7 PSCI core support for U-Boot added by Marc Zyngier.

Shawn

[1] http://lists.denx.de/pipermail/u-boot/2013-December/168655.html
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: [PATCH v8 2/2] ARM: imx: support suspend states on imx7D Shawn Guo <shawnguo@kernel.org> - 2015-09-07 17:20 +0200
  RE: [PATCH v8 2/2] ARM: imx: support suspend states on imx7D Shenwei Wang <Shenwei.Wang@freescale.com> - 2015-09-08 17:10 +0200
    Re: [PATCH v8 2/2] ARM: imx: support suspend states on imx7D Shawn Guo <shawnguo@kernel.org> - 2015-09-18 16:20 +0200
      RE: [PATCH v8 2/2] ARM: imx: support suspend states on imx7D Shenwei Wang <Shenwei.Wang@freescale.com> - 2015-09-18 16:40 +0200
        Re: [PATCH v8 2/2] ARM: imx: support suspend states on imx7D Shawn Guo <shawnguo@kernel.org> - 2015-09-19 03:20 +0200

csiph-web