linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Loc Ho <lho@apm.com>
To: wsa@the-dreams.de, Ken.Xue@amd.com, Jeff.Wu@amd.com,
	rjw@rjwysocki.net, mika.westerberg@linux.intel.com,
	lenb@kernel.org
Cc: linux-i2c@vger.kernel.org, linux-acpi@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, jcm@redhat.com,
	patches@apm.com, Loc Ho <lho@apm.com>
Subject: [PATCH v2 2/2] i2c:dw: Add APM X-Gene ACPI I2C device support
Date: Thu, 10 Dec 2015 14:19:17 -0700	[thread overview]
Message-ID: <1449782357-22982-3-git-send-email-lho@apm.com> (raw)
In-Reply-To: <1449782357-22982-1-git-send-email-lho@apm.com>

Enable APM X-Gene ACPI I2C device support by adding the
corresponding ACPI ID. The platform ACPI APD corresponding
change is required to provide the proper clock frequency input.

Signed-off-by: Loc Ho <lho@apm.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
---
 drivers/i2c/busses/i2c-designware-platdrv.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/i2c/busses/i2c-designware-platdrv.c b/drivers/i2c/busses/i2c-designware-platdrv.c
index 809579e..423371d 100644
--- a/drivers/i2c/busses/i2c-designware-platdrv.c
+++ b/drivers/i2c/busses/i2c-designware-platdrv.c
@@ -117,6 +117,7 @@ static const struct acpi_device_id dw_i2c_acpi_match[] = {
 	{ "80860F41", 0 },
 	{ "808622C1", 0 },
 	{ "AMD0010", 0 },
+	{ "APMC0D0F", 0 },
 	{ }
 };
 MODULE_DEVICE_TABLE(acpi, dw_i2c_acpi_match);
-- 
1.7.1

  parent reply	other threads:[~2015-12-10 21:19 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-10 21:19 [PATCH v2 0/2] i2c:dw: Add APM X-Gene ACPI I2C device support Loc Ho
2015-12-10 21:19 ` [PATCH v2 1/2] acpi:apd: " Loc Ho
2015-12-11  1:13   ` Ken Xue
2015-12-10 21:19 ` Loc Ho [this message]
2015-12-15  0:53 ` [PATCH v2 0/2] i2c:dw: " Suravee Suthikulanit
2015-12-15 13:27   ` Mika Westerberg
2015-12-15 14:52     ` Suravee Suthikulpanit
2015-12-15 14:59       ` Mika Westerberg
2015-12-15 19:20         ` Loc Ho
2015-12-16  9:04           ` Mika Westerberg
2015-12-16 12:53             ` Jarkko Nikula
2015-12-23  9:34         ` Ken Xue
2015-12-23  9:52           ` Mika Westerberg
2015-12-23  9:59             ` Ken Xue
2015-12-23 10:17               ` Mika Westerberg
2015-12-23 10:02             ` Zheng, Ivan
2015-12-23 10:09               ` Mika Westerberg
2015-12-23 11:24                 ` Zheng, Ivan
2015-12-23 11:40                   ` Mika Westerberg
2016-01-04  9:09           ` Ben Dooks
2016-01-03  0:54 ` Rafael J. Wysocki
2016-01-04  6:23   ` Loc Ho

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=1449782357-22982-3-git-send-email-lho@apm.com \
    --to=lho@apm.com \
    --cc=Jeff.Wu@amd.com \
    --cc=Ken.Xue@amd.com \
    --cc=jcm@redhat.com \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=mika.westerberg@linux.intel.com \
    --cc=patches@apm.com \
    --cc=rjw@rjwysocki.net \
    --cc=wsa@the-dreams.de \
    /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).