Sorry, this one has wrong commit message, please comment on the other patch with [PATCH 02/14] removed
> From: Fei Yang <[email protected]> > > 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 <[email protected]> > --- > 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

