From: Alan Cox <alan@lxorguk.ukuu.org.uk>
To: mjg@redhat.com, platform-driver-x86@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: [PATCH 3/5] platform-x86: intel_mid_thermal: add msic_thermal alias
Date: Thu, 26 Jan 2012 17:39:16 +0000 [thread overview]
Message-ID: <20120126173912.16719.51752.stgit@bob.linux.org.uk> (raw)
In-Reply-To: <20120126173729.16719.15431.stgit@bob.linux.org.uk>
From: Mika Westerberg <mika.westerberg@linux.intel.com>
In newer boards this device is called "msic_thermal" instead of
"msic_sensor". To support both we add suitable alias for the driver.
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
---
drivers/platform/x86/intel_mid_thermal.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/platform/x86/intel_mid_thermal.c b/drivers/platform/x86/intel_mid_thermal.c
index ccd7b1f..de2e62e 100644
--- a/drivers/platform/x86/intel_mid_thermal.c
+++ b/drivers/platform/x86/intel_mid_thermal.c
@@ -550,6 +550,7 @@ static int mid_thermal_remove(struct platform_device *pdev)
static const struct platform_device_id therm_id_table[] = {
{ DRIVER_NAME, 1 },
+ { "msic_thermal", 1 },
{ }
};
next prev parent reply other threads:[~2012-01-26 17:25 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-26 17:37 [PATCH 1/5] platform, x86: Kill off Moorestown Alan Cox
2012-01-26 17:39 ` [PATCH 2/5] intel_scu_ipc: Remove Moorestown support Alan Cox
2012-01-26 17:39 ` Alan Cox [this message]
2012-01-27 16:33 ` [PATCH 3/5] platform-x86: intel_mid_thermal: add msic_thermal alias R, Durgadoss
2012-01-27 16:33 ` R, Durgadoss
2012-01-30 10:59 ` Alan Cox
2012-01-26 17:39 ` [PATCH 4/5] platform-x86: intel_mid_thermal: convert to use Intel MSIC API Alan Cox
2012-01-27 16:28 ` R, Durgadoss
2012-01-27 16:28 ` R, Durgadoss
2012-01-26 17:39 ` [PATCH 5/5] platform-x86: intel_mid_thermal: turn off thermistor voltage by default Alan Cox
2012-01-27 16:27 ` R, Durgadoss
2012-01-27 16:27 ` R, Durgadoss
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=20120126173912.16719.51752.stgit@bob.linux.org.uk \
--to=alan@lxorguk.ukuu.org.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=mjg@redhat.com \
--cc=platform-driver-x86@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.