From: Philipp Zabel <p.zabel@pengutronix.de>
To: Ulf Hansson <ulf.hansson@linaro.org>
Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>,
Len Brown <len.brown@intel.com>, Pavel Machek <pavel@ucw.cz>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-pm@vger.kernel.org, devicetree@vger.kernel.org,
Kevin Hilman <khilman@linaro.org>,
Russell King <linux@arm.linux.org.uk>,
Philipp Zabel <philipp.zabel@gmail.com>,
Geert Uytterhoeven <geert+renesas@glider.be>,
Wolfram Sang <wsa@the-dreams.de>,
Stephen Boyd <sboyd@codeaurora.org>,
Linus Walleij <linus.walleij@linaro.org>,
Daniel Lezcano <daniel.lezcano@linaro.org>,
Magnus Damm <magnus.damm@gmail.com>,
Tomasz Figa <tomasz.figa@gmail.com>,
Chris Ball <chris@printf.net>,
linux-acpi@vger.kernel.org, Simon Horman <horms@verge.net.au>,
Alan Stern <stern@rowland.harvard.edu>,
Mark Brown <broonie@kernel.org>, Ben Dooks <ben-linux@fluff.org>,
Kukjin Kim <kgene.kim@samsung.com>,
Tomasz Figa <t.figa@samsung.com>linux-a
Subject: Re: [PATCH 2/9] PM / Domains: Add generic OF-based power domain look-up
Date: Tue, 26 Aug 2014 15:15:18 +0200 [thread overview]
Message-ID: <1409058918.2911.55.camel@paszta.hi.pengutronix.de> (raw)
In-Reply-To: <1409054837-5667-3-git-send-email-ulf.hansson@linaro.org>
Hi Ulf,
Am Dienstag, den 26.08.2014, 14:07 +0200 schrieb Ulf Hansson:
> From: Tomasz Figa <t.figa@samsung.com>
>
> This patch introduces generic code to perform power domain look-up using
> device tree and automatically bind devices to their power domains.
> Generic device tree binding is introduced to specify power domains of
> devices in their device tree nodes.
>
> Backwards compatibility with legacy Samsung-specific power domain
> bindings is provided, but for now the new code is not compiled when
> CONFIG_ARCH_EXYNOS is selected to avoid collision with legacy code. This
> will change as soon as Exynos power domain code gets converted to use
> the generic framework in further patch.
>
> Signed-off-by: Tomasz Figa <t.figa@samsung.com>
> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Thank you for updating this series. I've tested patches 1-4
using the PU power domain on i.MX6.
Tested-by: Philipp Zabel <p.zabel@pengutronix.de>
regards
Philipp
next prev parent reply other threads:[~2014-08-26 13:15 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-26 12:07 [PATCH 0/9] PM / Domains: Generic OF-based support Ulf Hansson
2014-08-26 12:07 ` [PATCH 1/9] ACPI / PM: Let acpi_dev_pm_detach() return an error code Ulf Hansson
2014-08-27 0:16 ` Rafael J. Wysocki
2014-08-27 7:25 ` Ulf Hansson
2014-08-27 5:43 ` Zheng, Lv
2014-08-27 7:26 ` Ulf Hansson
2014-08-26 12:07 ` [PATCH 2/9] PM / Domains: Add generic OF-based power domain look-up Ulf Hansson
2014-08-26 13:15 ` Philipp Zabel [this message]
2014-08-26 12:07 ` [PATCH 3/9] PM / Domains: Add APIs to attach/detach a power domain for a device Ulf Hansson
2014-08-27 0:20 ` Rafael J. Wysocki
2014-08-27 7:37 ` Ulf Hansson
2014-08-27 7:38 ` Ulf Hansson
2014-08-26 12:07 ` [PATCH 4/9] drivercore / platform: Convert to dev_pm_domain_attach|detach() Ulf Hansson
[not found] ` <1409054837-5667-1-git-send-email-ulf.hansson-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2014-08-26 12:07 ` [PATCH 5/9] i2c: core: " Ulf Hansson
2014-08-26 12:07 ` [PATCH 6/9] mmc: sdio: " Ulf Hansson
2014-08-26 12:07 ` [PATCH 7/9] spi: core: " Ulf Hansson
2014-08-26 12:07 ` [PATCH 8/9] amba: Add support for attach/detach of power domains Ulf Hansson
2014-08-26 12:07 ` [PATCH 9/9] ARM: exynos: Move to generic power domain bindings Ulf Hansson
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=1409058918.2911.55.camel@paszta.hi.pengutronix.de \
--to=p.zabel@pengutronix.de \
--cc=ben-linux@fluff.org \
--cc=broonie@kernel.org \
--cc=chris@printf.net \
--cc=daniel.lezcano@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=geert+renesas@glider.be \
--cc=gregkh@linuxfoundation.org \
--cc=horms@verge.net.au \
--cc=kgene.kim@samsung.com \
--cc=khilman@linaro.org \
--cc=len.brown@intel.com \
--cc=linus.walleij@linaro.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=magnus.damm@gmail.com \
--cc=pavel@ucw.cz \
--cc=philipp.zabel@gmail.com \
--cc=rjw@rjwysocki.net \
--cc=sboyd@codeaurora.org \
--cc=stern@rowland.harvard.edu \
--cc=t.figa@samsung.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).