All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@linaro.org>
To: Andrii Tseglytskyi <andrii.tseglytskyi@ti.com>
Cc: J Keerthy <j-keerthy@ti.com>,
	linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org
Subject: Re: [PATCH v1 0/3] PM / AVS: SmartReflex: use omap_sr * for class interfaces
Date: Mon, 10 Jun 2013 10:45:48 -0700	[thread overview]
Message-ID: <87vc5ldflf.fsf@linaro.org> (raw)
In-Reply-To: <1369652964-14484-1-git-send-email-andrii.tseglytskyi@ti.com> (Andrii Tseglytskyi's message of "Mon, 27 May 2013 14:09:21 +0300")

Andrii Tseglytskyi <andrii.tseglytskyi@ti.com> writes:

> SmartReflex driver interface is natively divided to two parts:
>
> - external SmartReflex interface
> - interface between SmartReflex driver and SmartReflex Class
>
> Functions which belong to AVS class interface can use
> struct omap_sr* instead of struct voltatedomain*, to provide a
> direct connection between SR driver and SR class. This allows
> us to optimize and not do additional lookups where none is
> required.
>
> Patches are based on:
> git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
> tag: v3.10-rc2
>
> Verified on OMAP4430. Boot - OK. SmartReflex registers debug dump - OK
>
> Available on GitHub:
> https://github.com/andriit/linux-omap-k3.8/commits/avs_sr_driver_std_class_interfaces_v01
>
> Andrii Tseglytskyi (3):
>   PM / AVS: SmartReflex: use omap_sr * for errgen interfaces
>   PM / AVS: SmartReflex: use omap_sr * for minmax interfaces
>   PM / AVS: SmartReflex: use omap_sr * for enable/disable interface
>
>  arch/arm/mach-omap2/smartreflex-class3.c |    8 ++--
>  drivers/power/avs/smartreflex.c          |   63 +++++++++++++++---------------
>  include/linux/power/smartreflex.h        |   10 ++---
>  3 files changed, 40 insertions(+), 41 deletions(-)

Thanks, queuing this series for v3.11.

Kevin

WARNING: multiple messages have this Message-ID (diff)
From: Kevin Hilman <khilman@linaro.org>
To: Andrii Tseglytskyi <andrii.tseglytskyi@ti.com>
Cc: J Keerthy <j-keerthy@ti.com>, <linux-kernel@vger.kernel.org>,
	<linux-omap@vger.kernel.org>
Subject: Re: [PATCH v1 0/3] PM / AVS: SmartReflex: use omap_sr * for class interfaces
Date: Mon, 10 Jun 2013 10:45:48 -0700	[thread overview]
Message-ID: <87vc5ldflf.fsf@linaro.org> (raw)
In-Reply-To: <1369652964-14484-1-git-send-email-andrii.tseglytskyi@ti.com> (Andrii Tseglytskyi's message of "Mon, 27 May 2013 14:09:21 +0300")

Andrii Tseglytskyi <andrii.tseglytskyi@ti.com> writes:

> SmartReflex driver interface is natively divided to two parts:
>
> - external SmartReflex interface
> - interface between SmartReflex driver and SmartReflex Class
>
> Functions which belong to AVS class interface can use
> struct omap_sr* instead of struct voltatedomain*, to provide a
> direct connection between SR driver and SR class. This allows
> us to optimize and not do additional lookups where none is
> required.
>
> Patches are based on:
> git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
> tag: v3.10-rc2
>
> Verified on OMAP4430. Boot - OK. SmartReflex registers debug dump - OK
>
> Available on GitHub:
> https://github.com/andriit/linux-omap-k3.8/commits/avs_sr_driver_std_class_interfaces_v01
>
> Andrii Tseglytskyi (3):
>   PM / AVS: SmartReflex: use omap_sr * for errgen interfaces
>   PM / AVS: SmartReflex: use omap_sr * for minmax interfaces
>   PM / AVS: SmartReflex: use omap_sr * for enable/disable interface
>
>  arch/arm/mach-omap2/smartreflex-class3.c |    8 ++--
>  drivers/power/avs/smartreflex.c          |   63 +++++++++++++++---------------
>  include/linux/power/smartreflex.h        |   10 ++---
>  3 files changed, 40 insertions(+), 41 deletions(-)

Thanks, queuing this series for v3.11.

Kevin

  parent reply	other threads:[~2013-06-10 17:45 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-27 11:09 [PATCH v1 0/3] PM / AVS: SmartReflex: use omap_sr * for class interfaces Andrii Tseglytskyi
2013-05-27 11:09 ` Andrii Tseglytskyi
2013-05-27 11:09 ` [PATCH v1 1/3] PM / AVS: SmartReflex: use omap_sr * for errgen interfaces Andrii Tseglytskyi
2013-05-27 11:09   ` Andrii Tseglytskyi
2013-05-27 11:09 ` [PATCH v1 2/3] PM / AVS: SmartReflex: use omap_sr * for minmax interfaces Andrii Tseglytskyi
2013-05-27 11:09   ` Andrii Tseglytskyi
2013-05-27 11:09 ` [PATCH v1 3/3] PM / AVS: SmartReflex: use omap_sr * for enable/disable interface Andrii Tseglytskyi
2013-05-27 11:09   ` Andrii Tseglytskyi
2013-06-10 17:45 ` Kevin Hilman [this message]
2013-06-10 17:45   ` [PATCH v1 0/3] PM / AVS: SmartReflex: use omap_sr * for class interfaces Kevin Hilman

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=87vc5ldflf.fsf@linaro.org \
    --to=khilman@linaro.org \
    --cc=andrii.tseglytskyi@ti.com \
    --cc=j-keerthy@ti.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    /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.