linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@deeprootsystems.com>
To: Ben Dooks <ben-i2c@fluff.org>
Cc: Paul Walmsley <paul@pwsan.com>, "Nayak, Rajendra" <rnayak@ti.com>,
	"linux-i2c@vger.kernel.org" <linux-i2c@vger.kernel.org>,
	"ben-linux@fluff.org" <ben-linux@fluff.org>,
	"khali@linux-fr.org" <khali@linux-fr.org>,
	"linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH v3 5/5] OMAP: I2C: Convert i2c driver to use PM runtime api's
Date: Tue, 09 Nov 2010 09:41:26 -0800	[thread overview]
Message-ID: <87tyjqqtrt.fsf@deeprootsystems.com> (raw)
In-Reply-To: <20101027073501.GK21564@trinity.fluff.org> (Ben Dooks's message of "Wed, 27 Oct 2010 08:35:01 +0100")

Ben Dooks <ben-i2c@fluff.org> writes:

> On Thu, Oct 07, 2010 at 10:37:03AM -0700, Kevin Hilman wrote:
>> Ben Dooks <ben-i2c@fluff.org> writes:
>> 
>> [...]
>> 
>> > As such, I should really go and read up all about this new runtime-pm
>> > and hwmod stuff before further commentign on the changes.
>> 
>> ping
>> 
>> >From the drivers perspective, you don't neet to know anything about
>> omap_hwmod.  You can think of this change as simply using the runtime PM
>> API instead of the clock API for enabling and idling the device.
>> 
>> With your ack (on this patch only) we'd like to merge this along with
>> the rest of the series for 2.6.37.
>
> Acked-by: Ben Dooks <ben-linux@fluff.org>
>
> please post via your tree.

Thanks Ben,

Will queue up for 2.6.38.

Kevin

  reply	other threads:[~2010-11-09 17:41 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-21 14:07 [PATCH v3 0/5] Convert I2C driver to use omap_device/runtime PM Rajendra Nayak
     [not found] ` <1285078036-12789-1-git-send-email-rnayak-l0cyMroinI0@public.gmane.org>
2010-09-21 14:07   ` [PATCH v3 1/5] OMAP2xxx: hwmod: add I2C hwmods for OMAP2420, 2430 Rajendra Nayak
2010-09-21 14:07     ` [PATCH v3 2/5] OMAP3: hwmod: add I2C hwmods for OMAP3430 Rajendra Nayak
     [not found]       ` <1285078036-12789-3-git-send-email-rnayak-l0cyMroinI0@public.gmane.org>
2010-09-21 14:07         ` [PATCH v3 3/5] OMAP4: hwmod: add I2C hwmods for OMAP4430 Rajendra Nayak
2010-09-21 14:07           ` [PATCH v3 4/5] OMAP: I2C: split device registration and convert OMAP2+ to omap_device Rajendra Nayak
2010-09-21 14:07             ` [PATCH v3 5/5] OMAP: I2C: Convert i2c driver to use PM runtime api's Rajendra Nayak
     [not found]               ` <1285078036-12789-6-git-send-email-rnayak-l0cyMroinI0@public.gmane.org>
2010-09-27 22:36                 ` Ben Dooks
     [not found]                   ` <20100927223645.GJ21564-SMNkleLxa3Z6Wcw2j4pizdi2O/JbrIOy@public.gmane.org>
2010-09-28  5:58                     ` Nayak, Rajendra
     [not found]                       ` <0680EC522D0CC943BC586913CF3768C003FF05981F-/tLxBxkBPtCIQmiDNMet8wC/G2K4zDHf@public.gmane.org>
2010-09-28  6:59                         ` Nayak, Rajendra
     [not found]                           ` <0680EC522D0CC943BC586913CF3768C003FF05988F-/tLxBxkBPtCIQmiDNMet8wC/G2K4zDHf@public.gmane.org>
2010-09-28  7:48                             ` Russell King - ARM Linux
     [not found]                               ` <20100928074840.GA29252-l+eeeJia6m9vn6HldHNs0ANdhmdF6hFW@public.gmane.org>
2010-09-28  8:56                                 ` Nayak, Rajendra
2010-09-28 23:33                             ` Ben Dooks
     [not found]                               ` <20100928233334.GS21564-SMNkleLxa3Z6Wcw2j4pizdi2O/JbrIOy@public.gmane.org>
2010-09-29  4:00                                 ` Nayak, Rajendra
2010-10-07 17:37                                 ` Kevin Hilman
     [not found]                                   ` <87vd5d9a68.fsf-1D3HCaltpLuhEniVeURVKkEOCMrvLtNR@public.gmane.org>
2010-10-27  7:35                                     ` Ben Dooks
2010-11-09 17:41                                       ` Kevin Hilman [this message]
2010-09-27 20:02 ` [PATCH v3 0/5] Convert I2C driver to use omap_device/runtime PM 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=87tyjqqtrt.fsf@deeprootsystems.com \
    --to=khilman@deeprootsystems.com \
    --cc=ben-i2c@fluff.org \
    --cc=ben-linux@fluff.org \
    --cc=khali@linux-fr.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=paul@pwsan.com \
    --cc=rnayak@ti.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).