Re: [PATCH] IOSF: Add interface for the cases requiring fid

2016-04-13 Thread Andy Shevchenko
On Fri, 2016-04-08 at 14:02 -0700, Fei Yang wrote: > 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 > Cc'ed to Ville

RE: [PATCH] IOSF: Add interface for the cases requiring fid

2016-04-11 Thread Yang, Fei
> In subject better to use x86/platform/iosf_mbi prefix. Will update commit message. >> Some implementations may require an additional step for setting the >> FID > What FID stands for? Function ID defined in IOSF specification. Will add more detail in the updated commit message. >> Change-Id:

Re: [PATCH] IOSF: Add interface for the cases requiring fid

2016-04-11 Thread Andy Shevchenko
On Fri, 2016-04-08 at 14:02 -0700, Fei Yang wrote: > From: Fei Yang > In subject better to use x86/platform/iosf_mbi prefix. > Some implementations may require an additional step for setting the > FID What FID stands for? > bits to ensure correct transactions over the IOSF side band interface

[PATCH] IOSF: Add interface for the cases requiring fid

2016-04-08 Thread Fei Yang
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 ---