All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pavel Machek <pavel@ucw.cz>
To: Grygorii Strashko <grygorii.strashko@ti.com>
Cc: Ulf Hansson <ulf.hansson@linaro.org>,
	"Rafael J. Wysocki" <rjw@rjwysocki.net>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	Wolfram Sang <wsa@the-dreams.de>,
	Tomasz Figa <tomasz.figa@gmail.com>,
	Philipp Zabel <philipp.zabel@gmail.com>,
	Kukjin Kim <kgene.kim@samsung.com>,
	Sylwester Nawrocki <s.nawrocki@samsung.com>,
	linux-samsung-soc <linux-samsung-soc@vger.kernel.org>,
	Russell King <linux@arm.linux.org.uk>,
	Kevin Hilman <khilman@kernel.org>,
	Magnus Damm <magnus.damm@gmail.com>,
	Alan Stern <stern@rowland.harvard.edu>,
	Jack Dai <jack.dai@rock-chips.com>,
	Len Brown <len.brown@intel.com>,
	"linux-pm@vger.kernel.org" <linux-pm@vger.kernel.org>,
	Jinkun Hong <jinkun.hong@rock-chips.com>,
	Mark Brown <broonie@kernel.org>, Ben Dooks <ben-linux@fluff.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	Aaron Lu <aaron.lu@intel.com>,
	Greg
Subject: Re: [PATCH v3 0/9] PM / Domains: Fix race conditions during boot
Date: Thu, 13 Nov 2014 15:05:12 +0100	[thread overview]
Message-ID: <20141113140512.GB18995@amd> (raw)
In-Reply-To: <545D0074.7060205@ti.com>

Hi!

> 2) There are no requirements for arch/platforms/drivers to work in both cases
> CONFIG_PM_RUNTIME=y/n. But they must be built without errors/warning for both
> cases.

I don't think where you got that. They are config options, they should
work.

It is prefer not to compile than to compile but not work.
									Pavel

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

WARNING: multiple messages have this Message-ID (diff)
From: pavel@ucw.cz (Pavel Machek)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/9] PM / Domains: Fix race conditions during boot
Date: Thu, 13 Nov 2014 15:05:12 +0100	[thread overview]
Message-ID: <20141113140512.GB18995@amd> (raw)
In-Reply-To: <545D0074.7060205@ti.com>

Hi!

> 2) There are no requirements for arch/platforms/drivers to work in both cases
> CONFIG_PM_RUNTIME=y/n. But they must be built without errors/warning for both
> cases.

I don't think where you got that. They are config options, they should
work.

It is prefer not to compile than to compile but not work.
									Pavel

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

  parent reply	other threads:[~2014-11-13 14:05 UTC|newest]

Thread overview: 98+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-13 14:02 [PATCH v3 0/9] PM / Domains: Fix race conditions during boot Ulf Hansson
2014-10-13 14:02 ` Ulf Hansson
2014-10-13 14:02 ` [PATCH v3 1/9] PM / Domains: Add dev_pm_domain_get|put() APIs Ulf Hansson
2014-10-13 14:02   ` Ulf Hansson
2014-10-13 14:02 ` [PATCH v3 2/9] PM / Domains: Enable genpd to support ->get|put() callbacks Ulf Hansson
2014-10-13 14:02   ` Ulf Hansson
2014-10-13 14:02 ` [PATCH v3 3/9] amba: Keep PM domain powered during ->probe() Ulf Hansson
2014-10-13 14:02   ` Ulf Hansson
2014-10-13 14:02 ` [PATCH v3 4/9] drivercore / platform: " Ulf Hansson
2014-10-13 14:02   ` Ulf Hansson
2014-10-30 20:47   ` Kevin Hilman
2014-10-30 20:47     ` Kevin Hilman
2014-10-31  0:07     ` Dmitry Torokhov
2014-10-31  0:07       ` Dmitry Torokhov
2014-10-31  9:23       ` Ulf Hansson
2014-10-31  9:23         ` Ulf Hansson
2014-11-01  0:21         ` Rafael J. Wysocki
2014-11-01  0:21           ` Rafael J. Wysocki
2014-10-31  9:19     ` Ulf Hansson
2014-10-31  9:19       ` Ulf Hansson
2014-10-13 14:02 ` [PATCH v3 5/9] i2c: core: " Ulf Hansson
2014-10-13 14:02   ` Ulf Hansson
2014-10-13 14:02 ` [PATCH v3 6/9] spi: " Ulf Hansson
2014-10-13 14:02   ` Ulf Hansson
2014-10-13 14:02 ` [PATCH v3 7/9] mmc: core: Attach PM domain prior probing of SDIO func driver Ulf Hansson
2014-10-13 14:02   ` Ulf Hansson
2014-10-13 14:02 ` [PATCH v3 8/9] mmmc: core: Keep PM domain powered during ->probe() " Ulf Hansson
2014-10-13 14:02   ` Ulf Hansson
2014-10-13 14:02 ` [PATCH v3 9/9] PM / Domains: Remove pm_genpd_dev_need_restore() API Ulf Hansson
2014-10-13 14:02   ` Ulf Hansson
2014-10-24 16:12 ` [PATCH v3 0/9] PM / Domains: Fix race conditions during boot Kevin Hilman
2014-10-24 16:12   ` Kevin Hilman
2014-10-24 16:18   ` Mark Brown
2014-10-24 16:18     ` Mark Brown
2014-10-30 20:46     ` Kevin Hilman
2014-10-30 20:46       ` Kevin Hilman
2014-10-30 23:56       ` Mark Brown
2014-10-30 23:56         ` Mark Brown
2014-10-31  9:16   ` Ulf Hansson
2014-10-31  9:16     ` Ulf Hansson
2014-11-01  0:20     ` Rafael J. Wysocki
2014-11-01  0:20       ` Rafael J. Wysocki
2014-11-01  1:08       ` pm_runtime_enable() in ->probe() (was: Re: [PATCH v3 0/9] PM / Domains: Fix race conditions during boot) Rafael J. Wysocki
2014-11-01  1:08         ` Rafael J. Wysocki
2014-11-01  1:14         ` Rafael J. Wysocki
2014-11-01  1:14           ` Rafael J. Wysocki
2014-11-03 17:00           ` pm_runtime_enable() in ->probe() Kevin Hilman
2014-11-03 17:00             ` Kevin Hilman
2014-11-03 20:06             ` Alan Stern
2014-11-04  0:00               ` Rafael J. Wysocki
2014-11-04 16:45                 ` Alan Stern
2014-11-03 23:55             ` Rafael J. Wysocki
2014-11-03 23:55               ` Rafael J. Wysocki
2014-11-01 15:15         ` pm_runtime_enable() in ->probe() (was: Re: [PATCH v3 0/9] PM / Domains: Fix race conditions during boot) Alan Stern
2014-11-04  0:09           ` Rafael J. Wysocki
2014-11-04  1:23             ` Rafael J. Wysocki
2014-11-03 14:03       ` [PATCH v3 0/9] PM / Domains: Fix race conditions during boot Ulf Hansson
2014-11-03 14:03         ` Ulf Hansson
2014-11-04  1:43         ` Rafael J. Wysocki
2014-11-04  1:43           ` Rafael J. Wysocki
2014-11-04  8:20           ` Geert Uytterhoeven
2014-11-04  8:20             ` Geert Uytterhoeven
2014-11-04 13:32             ` Rafael J. Wysocki
2014-11-04 13:32               ` Rafael J. Wysocki
2014-11-04  8:54           ` Ulf Hansson
2014-11-04  8:54             ` Ulf Hansson
2014-11-04  9:05             ` Dmitry Torokhov
2014-11-04  9:05               ` Dmitry Torokhov
2014-11-04  9:24               ` Ulf Hansson
2014-11-04  9:24                 ` Ulf Hansson
2014-11-04 13:56                 ` Rafael J. Wysocki
2014-11-04 13:56                   ` Rafael J. Wysocki
2014-11-04 17:01                   ` Ulf Hansson
2014-11-04 17:01                     ` Ulf Hansson
2014-11-04 18:29                     ` Dmitry Torokhov
2014-11-04 18:29                       ` Dmitry Torokhov
2014-11-04 21:38                       ` Rafael J. Wysocki
2014-11-04 21:38                         ` Rafael J. Wysocki
2014-11-05  8:17                         ` Ulf Hansson
2014-11-05  8:17                           ` Ulf Hansson
2014-11-04 13:52               ` Rafael J. Wysocki
2014-11-04 13:52                 ` Rafael J. Wysocki
2014-11-04 13:51             ` Rafael J. Wysocki
2014-11-04 13:51               ` Rafael J. Wysocki
2014-11-04 16:42               ` Ulf Hansson
2014-11-04 16:42                 ` Ulf Hansson
2014-11-07 17:25                 ` Grygorii Strashko
2014-11-07 17:25                   ` Grygorii Strashko
2014-11-11 11:05                   ` Ulf Hansson
2014-11-11 11:05                     ` Ulf Hansson
2014-11-12 18:01                     ` Grygorii Strashko
2014-11-12 18:01                       ` Grygorii Strashko
2014-11-13  2:07                   ` Rafael J. Wysocki
2014-11-13  2:07                     ` Rafael J. Wysocki
2014-11-13 20:13                     ` Grygorii Strashko
2014-11-13 20:13                       ` Grygorii Strashko
2014-11-13 14:05                   ` Pavel Machek [this message]
2014-11-13 14:05                     ` Pavel Machek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141113140512.GB18995@amd \
    --to=pavel@ucw.cz \
    --cc=aaron.lu@intel.com \
    --cc=ben-linux@fluff.org \
    --cc=broonie@kernel.org \
    --cc=geert+renesas@glider.be \
    --cc=grygorii.strashko@ti.com \
    --cc=jack.dai@rock-chips.com \
    --cc=jinkun.hong@rock-chips.com \
    --cc=kgene.kim@samsung.com \
    --cc=khilman@kernel.org \
    --cc=len.brown@intel.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=magnus.damm@gmail.com \
    --cc=philipp.zabel@gmail.com \
    --cc=rjw@rjwysocki.net \
    --cc=s.nawrocki@samsung.com \
    --cc=stern@rowland.harvard.edu \
    --cc=tomasz.figa@gmail.com \
    --cc=ulf.hansson@linaro.org \
    --cc=wsa@the-dreams.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.