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


Groups > linux.kernel > #1640179

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

From Shawn Guo <shawnguo@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH] soc: imx: add PM dependency for IMX7_PM_DOMAINS
Date 2017-05-12 06:00 +0200
Message-ID <tG9Ue-75O-1@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 01:37:47PM +0200, Arnd Bergmann 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>

Applied, thanks.

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
  Re: [PATCH] soc: imx: add PM dependency for IMX7_PM_DOMAINS Shawn Guo <shawnguo@kernel.org> - 2017-05-12 06:00 +0200

csiph-web