From: Wolfram Sang <wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org>
To: Mika Westerberg
<mika.westerberg-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
Cc: Yao Jin <yao.jin-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
Aubrey Li <aubrey.li-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH 0/4] i2c: designware: Fixes for Asus T100 and Haswell PCI IDs
Date: Mon, 2 Jun 2014 18:16:23 +0200 [thread overview]
Message-ID: <20140602161623.GH2654@katana> (raw)
In-Reply-To: <1400164644-3222-1-git-send-email-mika.westerberg-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 894 bytes --]
On Thu, May 15, 2014 at 05:37:20PM +0300, Mika Westerberg wrote:
> Hi,
>
> Patches 1-3 are needed in order to get runtime PM working properly on Intel
> Baytrail based tablets, like on Asus T100. We need to re-initialize the
> controller on resume.
>
> Patch 4 adds Haswell PCI IDs to the driver. It is independent of the
> preceding patches but I decided to include it here as well. Haswell based
> chromebooks need this.
>
> Mika Westerberg (4):
> i2c: designware: No need to disable already disabled controller
> i2c: designware: Disable device on system suspend
> i2c: designware: Add runtime PM hooks
> i2c: designware-pci: Add Haswell PCI IDs
>
> drivers/i2c/busses/i2c-designware-core.c | 4 ++++
> drivers/i2c/busses/i2c-designware-pcidrv.c | 22 ++++++++++++++++++++++
Patches 2-4 applied to for-next, thanks! Patch 1 leaves a question to
me.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Wolfram Sang <wsa@the-dreams.de>
To: Mika Westerberg <mika.westerberg@linux.intel.com>
Cc: Yao Jin <yao.jin@intel.com>, Aubrey Li <aubrey.li@intel.com>,
linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/4] i2c: designware: Fixes for Asus T100 and Haswell PCI IDs
Date: Mon, 2 Jun 2014 18:16:23 +0200 [thread overview]
Message-ID: <20140602161623.GH2654@katana> (raw)
In-Reply-To: <1400164644-3222-1-git-send-email-mika.westerberg@linux.intel.com>
[-- Attachment #1: Type: text/plain, Size: 894 bytes --]
On Thu, May 15, 2014 at 05:37:20PM +0300, Mika Westerberg wrote:
> Hi,
>
> Patches 1-3 are needed in order to get runtime PM working properly on Intel
> Baytrail based tablets, like on Asus T100. We need to re-initialize the
> controller on resume.
>
> Patch 4 adds Haswell PCI IDs to the driver. It is independent of the
> preceding patches but I decided to include it here as well. Haswell based
> chromebooks need this.
>
> Mika Westerberg (4):
> i2c: designware: No need to disable already disabled controller
> i2c: designware: Disable device on system suspend
> i2c: designware: Add runtime PM hooks
> i2c: designware-pci: Add Haswell PCI IDs
>
> drivers/i2c/busses/i2c-designware-core.c | 4 ++++
> drivers/i2c/busses/i2c-designware-pcidrv.c | 22 ++++++++++++++++++++++
Patches 2-4 applied to for-next, thanks! Patch 1 leaves a question to
me.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next prev parent reply other threads:[~2014-06-02 16:16 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-15 14:37 [PATCH 0/4] i2c: designware: Fixes for Asus T100 and Haswell PCI IDs Mika Westerberg
[not found] ` <1400164644-3222-1-git-send-email-mika.westerberg-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2014-05-15 14:37 ` [PATCH 1/4] i2c: designware: No need to disable already disabled controller Mika Westerberg
2014-05-15 14:37 ` Mika Westerberg
2014-06-02 16:12 ` Wolfram Sang
2014-06-02 17:34 ` Mika Westerberg
2014-06-02 17:34 ` Mika Westerberg
2014-06-02 17:36 ` Wolfram Sang
2014-05-15 14:37 ` [PATCH 3/4] i2c: designware: Add runtime PM hooks Mika Westerberg
2014-05-15 14:37 ` Mika Westerberg
2014-06-02 16:16 ` Wolfram Sang [this message]
2014-06-02 16:16 ` [PATCH 0/4] i2c: designware: Fixes for Asus T100 and Haswell PCI IDs Wolfram Sang
2014-05-15 14:37 ` [PATCH 2/4] i2c: designware: Disable device on system suspend Mika Westerberg
2014-05-15 14:37 ` [PATCH 4/4] i2c: designware-pci: Add Haswell PCI IDs Mika Westerberg
2014-06-06 22:44 ` [4/4] " Scot Doyle
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=20140602161623.GH2654@katana \
--to=wsa-z923lk4zbo2bacvfa/9k2g@public.gmane.org \
--cc=aubrey.li-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
--cc=linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mika.westerberg-VuQAYsv1563Yd54FQh9/CA@public.gmane.org \
--cc=yao.jin-ral2JQCrhuEAvxtiuMwx3w@public.gmane.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.