From: Wolfram Sang <wsa@the-dreams.de>
To: Wenyou Yang <wenyou.yang@atmel.com>
Cc: ludovic.desroches@atmel.com, linux-i2c@vger.kernel.org,
linux-kernel@vger.kernel.org, nicolas.ferre@atmel.com,
khilman@kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v3 1/3] i2c/at91: add support for runtime PM
Date: Sat, 8 Nov 2014 19:03:25 +0100 [thread overview]
Message-ID: <20141108180325.GE4900@katana> (raw)
In-Reply-To: <1414133417-11530-2-git-send-email-wenyou.yang@atmel.com>
[-- Attachment #1: Type: text/plain, Size: 443 bytes --]
On Fri, Oct 24, 2014 at 02:50:15PM +0800, Wenyou Yang wrote:
> Drivers should put the device into low power states proactively whenever the
> device is not in use. Thus implement support for runtime PM and use the
> autosuspend feature to make sure that we can still perform well in case we see
> lots of i2c traffic within short period of time.
>
> Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
Applied to for-next, thanks!
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: wsa@the-dreams.de (Wolfram Sang)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 1/3] i2c/at91: add support for runtime PM
Date: Sat, 8 Nov 2014 19:03:25 +0100 [thread overview]
Message-ID: <20141108180325.GE4900@katana> (raw)
In-Reply-To: <1414133417-11530-2-git-send-email-wenyou.yang@atmel.com>
On Fri, Oct 24, 2014 at 02:50:15PM +0800, Wenyou Yang wrote:
> Drivers should put the device into low power states proactively whenever the
> device is not in use. Thus implement support for runtime PM and use the
> autosuspend feature to make sure that we can still perform well in case we see
> lots of i2c traffic within short period of time.
>
> Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
Applied to for-next, thanks!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20141108/ae51c155/attachment.sig>
next prev parent reply other threads:[~2014-11-08 18:03 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-24 6:50 [PATCH v3 0/3] i2c/at91: add support PM functions Wenyou Yang
2014-10-24 6:50 ` Wenyou Yang
2014-10-24 6:50 ` Wenyou Yang
[not found] ` <1414133417-11530-1-git-send-email-wenyou.yang-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
2014-10-24 6:50 ` [PATCH v3 1/3] i2c/at91: add support for runtime PM Wenyou Yang
2014-10-24 6:50 ` Wenyou Yang
2014-10-24 6:50 ` Wenyou Yang
2014-11-08 18:03 ` Wolfram Sang [this message]
2014-11-08 18:03 ` Wolfram Sang
2014-10-24 6:50 ` [PATCH v3 2/3] i2c/at91: add support for system PM Wenyou Yang
2014-10-24 6:50 ` Wenyou Yang
2014-10-24 6:50 ` Wenyou Yang
[not found] ` <1414133417-11530-3-git-send-email-wenyou.yang-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
2014-10-24 13:02 ` Sergei Shtylyov
2014-10-24 13:02 ` Sergei Shtylyov
2014-10-24 13:02 ` Sergei Shtylyov
[not found] ` <544A4DED.6090009-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
2014-10-27 0:35 ` Yang, Wenyou
2014-10-27 0:35 ` Yang, Wenyou
2014-10-27 0:35 ` Yang, Wenyou
2014-11-08 18:03 ` Wolfram Sang
2014-11-08 18:03 ` Wolfram Sang
2014-10-24 6:50 ` [PATCH v3 3/3] i2c/at91: adopt pinctrl support Wenyou Yang
2014-10-24 6:50 ` Wenyou Yang
2014-10-24 6:50 ` Wenyou Yang
[not found] ` <1414133417-11530-4-git-send-email-wenyou.yang-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
2014-11-08 18:03 ` Wolfram Sang
2014-11-08 18:03 ` Wolfram Sang
2014-11-08 18:03 ` Wolfram Sang
2014-11-10 1:49 ` Yang, Wenyou
2014-11-10 1:49 ` Yang, Wenyou
2014-10-29 8:24 ` [PATCH v3 0/3] i2c/at91: add support PM functions Ludovic Desroches
2014-10-29 8:24 ` Ludovic Desroches
2014-10-29 8:24 ` Ludovic Desroches
2014-11-05 10:05 ` Yang, Wenyou
2014-11-05 10:05 ` Yang, Wenyou
2014-11-05 10:05 ` Yang, Wenyou
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=20141108180325.GE4900@katana \
--to=wsa@the-dreams.de \
--cc=khilman@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=ludovic.desroches@atmel.com \
--cc=nicolas.ferre@atmel.com \
--cc=wenyou.yang@atmel.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 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.