Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759023AbcDHV3h (ORCPT ); Fri, 8 Apr 2016 17:29:37 -0400 Received: from mga03.intel.com ([134.134.136.65]:63462 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758194AbcDHV3g convert rfc822-to-8bit (ORCPT ); Fri, 8 Apr 2016 17:29:36 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,454,1455004800"; d="scan'208";a="954785218" From: "Yang, Fei" To: Fei Yang , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , "Andy Shevchenko" , "Wysocki, Rafael J" , "Ong, Boon Leong" CC: "linux-kernel@vger.kernel.org" Subject: RE: [PATCH 02/14] IOSF: Add interface for the cases requiring fid Thread-Topic: [PATCH 02/14] IOSF: Add interface for the cases requiring fid Thread-Index: AQHRkdxPcbvaYaF/DU+wHTJY2B5Mx5+AltbQ Date: Fri, 8 Apr 2016 21:29:34 +0000 Message-ID: <02E7334B1630744CBDC55DA8586225834A8D8E45@ORSMSX102.amr.corp.intel.com> References: <1460149182-101411-1-git-send-email-fei.yang@linux.intel.com> In-Reply-To: <1460149182-101411-1-git-send-email-fei.yang@linux.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZmQ1YjdjMGEtZTUzZS00OGI2LWE0MjYtOTY2ZTcwOTU4ODhkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjA1UEpNdGkxcFhJNFBuSTBzVllCeTUzNENMbDV6ZzJhTERZWG1LYjZ4cmM9In0= x-originating-ip: [10.22.254.138] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 913 Lines: 20 Sorry, this one has wrong commit message, please comment on the other patch with [PATCH 02/14] removed > From: Fei Yang > > Some implementations may require an additional step for setting the FID bits to ensure correct transactions over the IOSF side band interface. > Add the FID support accordingly for such implementations > > Change-Id: Ic0227f9e74133a3203aa08e8471939f905d19622 > Signed-off-by: Fei Yang > --- > arch/x86/include/asm/iosf_mbi.h | 27 ++++++++++++++ > arch/x86/platform/intel/iosf_mbi.c | 73 ++++++++++++++++++++++++++++++++++++++ > 2 files changed, 100 insertions(+) > > diff --git a/arch/x86/include/asm/iosf_mbi.h b/arch/x86/include/asm/iosf_mbi.h index b72ad0f..1aae73a 100644 > --- a/arch/x86/include/asm/iosf_mbi.h > +++ b/arch/x86/include/asm/iosf_mbi.h > @@ -8,6 +8,7 @@ > #define MBI_MCR_OFFSET 0xD0 > #define MBI_MDR_OFFSET 0xD4