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


Groups > linux.kernel > #1639327

Re: [PATCH] soc: imx: add PM dependency for IMX7_PM_DOMAINS

From Fabio Estevam <festevam@gmail.com>
Newsgroups linux.kernel
Subject Re: [PATCH] soc: imx: add PM dependency for IMX7_PM_DOMAINS
Date 2017-05-11 13:50 +0200
Message-ID <tFULv-5Ng-11@gated-at.bofh.it> (permalink)
References <tFUBQ-5JW-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Thu, May 11, 2017 at 8:37 AM, Arnd Bergmann <arnd@arndb.de> wrote:
> The new pm domain driver causes a build failure when CONFIG_PM
> is not set:
>
> warning: (IMX7_PM_DOMAINS) selects PM_GENERIC_DOMAINS which has unmet direct dependencies (PM)
> drivers/base/power/domain_governor.c: In function 'default_suspend_ok':
> drivers/base/power/domain_governor.c:75:17: error: 'struct dev_pm_info' has no member named 'ignore_children'
>
> This adds a dependency to ensure that we don't attempt to build the
> driver without CONFIG_PM.
>
> Fixes: 03aa12629fc4 ("soc: imx: Add GPCv2 power gating driver")
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>

Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>

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


Thread

[PATCH] soc: imx: add PM dependency for IMX7_PM_DOMAINS Arnd Bergmann <arnd@arndb.de> - 2017-05-11 13:40 +0200
  Re: [PATCH] soc: imx: add PM dependency for IMX7_PM_DOMAINS Fabio Estevam <festevam@gmail.com> - 2017-05-11 13:50 +0200

csiph-web