[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4D68720C2E767A4AA6A8796D42C8EB5902FDDD@BGSMSX101.gar.corp.intel.com>
Date: Fri, 27 Jan 2012 16:33:21 +0000
From: "R, Durgadoss" <durgadoss.r@...el.com>
To: Alan Cox <alan@...rguk.ukuu.org.uk>,
"mjg@...hat.com" <mjg@...hat.com>,
"platform-driver-x86@...r.kernel.org"
<platform-driver-x86@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH 3/5] platform-x86: intel_mid_thermal: add msic_thermal
alias
Hi Alan,
> -----Original Message-----
> From: platform-driver-x86-owner@...r.kernel.org [mailto:platform-driver-x86-
> owner@...r.kernel.org] On Behalf Of Alan Cox
> Sent: Thursday, January 26, 2012 11:09 PM
> To: mjg@...hat.com; platform-driver-x86@...r.kernel.org; linux-
> kernel@...r.kernel.org
> Subject: [PATCH 3/5] platform-x86: intel_mid_thermal: add msic_thermal alias
>
> From: Mika Westerberg <mika.westerberg@...ux.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.
In all the medfield boards, that we use here, this is named 'msic_thermal'.
So, maybe we should remove msic_sensor and just use msic_thermal.
Or, Do you have any medfield boards that have this entry as 'msic_sensor' ?
Thanks,
Durga
>
> Signed-off-by: Mika Westerberg <mika.westerberg@...ux.intel.com>
> Signed-off-by: Kirill A. Shutemov <kirill.shutemov@...ux.intel.com>
> Signed-off-by: Alan Cox <alan@...ux.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 },
> { }
> };
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe platform-driver-x86"
> in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists