Re: [PATCH V4 0/2] x86: IOSF: Add loadable module support

2014-02-28 Thread H. Peter Anvin
On 02/28/2014 09:47 AM, David E. Box wrote: > > Changes from V3: > > - Code is agreed to be small enough to not warrant forcing for > non-EXPERT only > Did I miss part of the discussion? How small is "small"? -hpa -- To unsubscribe from this list: send the line "unsubs

[PATCH V4 0/2] x86: IOSF: Add loadable module support

2014-02-28 Thread David E. Box
From: "David E. Box" This patch series adds missing functionalty that mostly affected loadable modules. The first patch adds dummy functions to allow drivers not completely dependant on the IOSF MBI driver to compile on systems that don't have it. The second makes MBI driver built in. Changes