The patch titled Subject: platform-x86: intel_mid_thermal: add msic_thermal alias has been added to the -mm tree. Its filename is platform-x86-intel_mid_thermal-add-msic_thermal-alias.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Mika Westerberg <mika.westerberg@xxxxxxxxxxxxxxx> Subject: platform-x86: intel_mid_thermal: add msic_thermal alias This device is called "msic_thermal" instead of "msic_sensor" on actual boards so rename it. [alan@xxxxxxxxxxxxxxx: updated to rename rather than add an entry as er discussion with Mika & Durgadoss R] Signed-off-by: Mika Westerberg <mika.westerberg@xxxxxxxxxxxxxxx> Signed-off-by: Kirill A. Shutemov <kirill.shutemov@xxxxxxxxxxxxxxx> Signed-off-by: Alan Cox <alan@xxxxxxxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: Matthew Garrett <mjg@xxxxxxxxxx> Cc: "H. Peter Anvin" <hpa@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/platform/x86/intel_mid_thermal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/platform/x86/intel_mid_thermal.c~platform-x86-intel_mid_thermal-add-msic_thermal-alias drivers/platform/x86/intel_mid_thermal.c --- a/drivers/platform/x86/intel_mid_thermal.c~platform-x86-intel_mid_thermal-add-msic_thermal-alias +++ a/drivers/platform/x86/intel_mid_thermal.c @@ -546,7 +546,7 @@ static int mid_thermal_remove(struct pla return configure_adc(0); } -#define DRIVER_NAME "msic_sensor" +#define DRIVER_NAME "msic_thermal" static const struct platform_device_id therm_id_table[] = { { DRIVER_NAME, 1 }, _ Subject: Subject: platform-x86: intel_mid_thermal: add msic_thermal alias Patches currently in -mm which might be from mika.westerberg@xxxxxxxxxxxxxxx are linux-next.patch platform-x86-intel_mid_thermal-add-msic_thermal-alias.patch platform-x86-intel_mid_thermal-convert-to-use-intel-msic-api.patch platform-x86-intel_mid_thermal-turn-off-thermistor-voltage-by-default.patch intel_mid_powerbtn-use-msic-read-write-instead-of-ipc_scu.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html