From: Tony Lindgren <tony@atomide.com>
To: Paul Walmsley <paul@pwsan.com>,
Aida Mynzhasova <aida.mynzhasova@skitlab.ru>
Cc: linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org,
linux@arm.linux.org.uk
Subject: Re: [RESEND PATCH] ARM: OMAP: TI81XX: add always-on powerdomain for TI81XX
Date: Wed, 21 Aug 2013 01:04:44 -0700 [thread overview]
Message-ID: <20130821080444.GD7656@atomide.com> (raw)
In-Reply-To: <1376986544-26714-1-git-send-email-aida.mynzhasova@skitlab.ru>
Paul,
Care to queue or ack this one?
* Aida Mynzhasova <aida.mynzhasova@skitlab.ru> [130820 01:22]:
> This patch adds alwon powerdomain support for TI81XX, which is required
> for stable functioning of a big number of TI81XX subsystems.
>
> Signed-off-by: Aida Mynzhasova <aida.mynzhasova@skitlab.ru>
> ---
> arch/arm/mach-omap2/powerdomains3xxx_data.c | 8 ++++++++
> arch/arm/mach-omap2/prcm-common.h | 1 +
> 2 files changed, 9 insertions(+)
>
> diff --git a/arch/arm/mach-omap2/powerdomains3xxx_data.c b/arch/arm/mach-omap2/powerdomains3xxx_data.c
> index e2d4bd8..328c103 100644
> --- a/arch/arm/mach-omap2/powerdomains3xxx_data.c
> +++ b/arch/arm/mach-omap2/powerdomains3xxx_data.c
> @@ -336,6 +336,13 @@ static struct powerdomain dpll5_pwrdm = {
> .voltdm = { .name = "core" },
> };
>
> +static struct powerdomain alwon_81xx_pwrdm = {
> + .name = "alwon_pwrdm",
> + .prcm_offs = TI81XX_PRM_ALWON_MOD,
> + .pwrsts = PWRSTS_OFF_ON,
> + .voltdm = { .name = "core" },
> +};
> +
> static struct powerdomain device_81xx_pwrdm = {
> .name = "device_pwrdm",
> .prcm_offs = TI81XX_PRM_DEVICE_MOD,
> @@ -442,6 +449,7 @@ static struct powerdomain *powerdomains_am35x[] __initdata = {
> };
>
> static struct powerdomain *powerdomains_ti81xx[] __initdata = {
> + &alwon_81xx_pwrdm,
> &device_81xx_pwrdm,
> &active_816x_pwrdm,
> &default_816x_pwrdm,
> diff --git a/arch/arm/mach-omap2/prcm-common.h b/arch/arm/mach-omap2/prcm-common.h
> index ff1ac4a..0e841fd 100644
> --- a/arch/arm/mach-omap2/prcm-common.h
> +++ b/arch/arm/mach-omap2/prcm-common.h
> @@ -58,6 +58,7 @@
> #define TI816X_PRM_IVAHD1_MOD 0x0d00
> #define TI816X_PRM_IVAHD2_MOD 0x0e00
> #define TI816X_PRM_SGX_MOD 0x0f00
> +#define TI81XX_PRM_ALWON_MOD 0x1800
>
> /* 24XX register bits shared between CM & PRM registers */
>
> --
> 1.8.1.2
>
prev parent reply other threads:[~2013-08-21 8:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-20 8:15 [RESEND PATCH] ARM: OMAP: TI81XX: add always-on powerdomain for TI81XX Aida Mynzhasova
2013-08-21 8:04 ` Tony Lindgren [this message]
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=20130821080444.GD7656@atomide.com \
--to=tony@atomide.com \
--cc=aida.mynzhasova@skitlab.ru \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=paul@pwsan.com \
/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).