Re: [PATCH V5 1/2] x86: IOSF: add dummy functions for loadable modules

2014-03-03 Thread One Thousand Gnomes
On Mon, 03 Mar 2014 15:21:40 +0800 "Li, Aubrey" wrote: > On 2014/3/1 10:40, David E. Box wrote: > > From: "David E. Box" > > > > Some loadable modules only need IOSF access on the platforms where it > > exists. > > Provide dummy functions to allow these modules to compile and load on the > >

Re: [PATCH V5 1/2] x86: IOSF: add dummy functions for loadable modules

2014-03-03 Thread One Thousand Gnomes
On Mon, 03 Mar 2014 15:21:40 +0800 Li, Aubrey aubrey...@linux.intel.com wrote: On 2014/3/1 10:40, David E. Box wrote: From: David E. Box david.e@linux.intel.com Some loadable modules only need IOSF access on the platforms where it exists. Provide dummy functions to allow these

Re: [PATCH V5 1/2] x86: IOSF: add dummy functions for loadable modules

2014-03-02 Thread Li, Aubrey
On 2014/3/1 10:40, David E. Box wrote: > From: "David E. Box" > > Some loadable modules only need IOSF access on the platforms where it exists. > Provide dummy functions to allow these modules to compile and load on the > platforms where it doesn't exist. This is not the right way, I think. We

Re: [PATCH V5 1/2] x86: IOSF: add dummy functions for loadable modules

2014-03-02 Thread Li, Aubrey
On 2014/3/1 10:40, David E. Box wrote: From: David E. Box david.e@linux.intel.com Some loadable modules only need IOSF access on the platforms where it exists. Provide dummy functions to allow these modules to compile and load on the platforms where it doesn't exist. This is not the

[PATCH V5 1/2] x86: IOSF: add dummy functions for loadable modules

2014-02-28 Thread David E. Box
From: "David E. Box" Some loadable modules only need IOSF access on the platforms where it exists. Provide dummy functions to allow these modules to compile and load on the platforms where it doesn't exist. Signed-off-by: David E. Box --- arch/x86/include/asm/iosf_mbi.h | 33

[PATCH V5 1/2] x86: IOSF: add dummy functions for loadable modules

2014-02-28 Thread David E. Box
From: David E. Box david.e@linux.intel.com Some loadable modules only need IOSF access on the platforms where it exists. Provide dummy functions to allow these modules to compile and load on the platforms where it doesn't exist. Signed-off-by: David E. Box david.e@linux.intel.com ---