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


Groups > linux.kernel > #1438593

Re: [PATCH 1/2] soc: raspberrypi-power: add CONFIG_OF dependency

From Arnd Bergmann <arnd@arndb.de>
Newsgroups linux.kernel
Subject Re: [PATCH 1/2] soc: raspberrypi-power: add CONFIG_OF dependency
Date 2016-07-07 15:00 +0200
Message-ID <rSh4l-71b-29@gated-at.bofh.it> (permalink)
References <rRUr7-OO-3@gated-at.bofh.it> <rRZh8-3OH-25@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Wednesday, July 6, 2016 10:54:19 AM CEST Eric Anholt wrote:
> Arnd Bergmann <arnd@arndb.de> writes:
> 
> > We get a harmless warning if the RASPBERRYPI_POWER driver is enabled without
> > CONFIG_OF during compile testing:
> >
> > warning: RASPBERRYPI_POWER selects PM_GENERIC_DOMAINS_OF which has unmet direct dependencies (PM_GENERIC_DOMAINS && OF)
> >
> > There is no need to select PM_GENERIC_DOMAINS_OF if OF is set, so we can
> > replace the 'select' with a dependency.
> >
> > Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> 
> Acked-by: Eric Anholt <eric@anholt.net>
> 
> I'm guessing you'll take this patch directly.
> 

Applied into next/drivers, thanks for the Ack

	Arnd

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


Thread

[PATCH 1/2] soc: raspberrypi-power: add CONFIG_OF dependency Arnd Bergmann <arnd@arndb.de> - 2016-07-06 14:50 +0200
  Re: [PATCH 1/2] soc: raspberrypi-power: add CONFIG_OF dependency Eric Anholt <eric@anholt.net> - 2016-07-06 20:00 +0200
    Re: [PATCH 1/2] soc: raspberrypi-power: add CONFIG_OF dependency Arnd Bergmann <arnd@arndb.de> - 2016-07-07 15:00 +0200

csiph-web