From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:60324 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752889AbcK3J0k (ORCPT ); Wed, 30 Nov 2016 04:26:40 -0500 Subject: Patch "mei: me: fix place for kaby point device ids." has been added to the 4.4-stable tree To: tomas.winkler@intel.com, alexander.usyskin@intel.com, gregkh@linuxfoundation.org Cc: , From: Date: Wed, 30 Nov 2016 10:26:34 +0100 In-Reply-To: <1480423486-32307-2-git-send-email-tomas.winkler@intel.com> Message-ID: <148049799425152@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org List-ID: This is a note to let you know that I've just added the patch titled mei: me: fix place for kaby point device ids. to the 4.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: mei-me-fix-place-for-kaby-point-device-ids.patch and it can be found in the queue-4.4 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let know about it. >>From tomas.winkler@intel.com Wed Nov 30 10:22:36 2016 From: Tomas Winkler Date: Tue, 29 Nov 2016 14:44:45 +0200 Subject: mei: me: fix place for kaby point device ids. To: stable@vger.kernel.org, Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, Alexander Usyskin Message-ID: <1480423486-32307-2-git-send-email-tomas.winkler@intel.com> From: Tomas Winkler This is fix of the backported patch only, it places KBL DIDs on correct place to easy on backporting of further DIDs. Fixes: 5c99f32c461c ('mei: me: add kaby point device ids') Signed-off-by: Tomas Winkler Signed-off-by: Greg Kroah-Hartman --- drivers/misc/mei/hw-me-regs.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) --- a/drivers/misc/mei/hw-me-regs.h +++ b/drivers/misc/mei/hw-me-regs.h @@ -66,9 +66,6 @@ #ifndef _MEI_HW_MEI_REGS_H_ #define _MEI_HW_MEI_REGS_H_ -#define MEI_DEV_ID_KBP 0xA2BA /* Kaby Point */ -#define MEI_DEV_ID_KBP_2 0xA2BB /* Kaby Point 2 */ - /* * MEI device IDs */ @@ -124,6 +121,10 @@ #define MEI_DEV_ID_SPT_2 0x9D3B /* Sunrise Point 2 */ #define MEI_DEV_ID_SPT_H 0xA13A /* Sunrise Point H */ #define MEI_DEV_ID_SPT_H_2 0xA13B /* Sunrise Point H 2 */ + +#define MEI_DEV_ID_KBP 0xA2BA /* Kaby Point */ +#define MEI_DEV_ID_KBP_2 0xA2BB /* Kaby Point 2 */ + /* * MEI HW Section */ Patches currently in stable-queue which might be from tomas.winkler@intel.com are queue-4.4/mei-fix-return-value-on-disconnection.patch queue-4.4/mei-me-disable-driver-on-spt-sps-firmware.patch queue-4.4/mei-me-fix-place-for-kaby-point-device-ids.patch