> I guess I don't see why the module isn't removable. Of course, any
> driver which calls iosf_mbi_available() will depend on it, preventing
> removal until *those* modules have been removed...
Going back over the current version you could unload it but you rely upon
the iosf_mbi_available caller
On Wed, May 07, 2014 at 06:10:42PM +0100, One Thousand Gnomes wrote:
> On Wed, 07 May 2014 10:04:56 -0700
> "H. Peter Anvin" wrote:
>
> > On 05/07/2014 09:48 AM, One Thousand Gnomes wrote:
> > > On Fri, 2 May 2014 10:36:39 -0700
> > >> +bool iosf_mbi_available(void)
> > >> +{
> > >> +ret
On 05/07/2014 10:10 AM, One Thousand Gnomes wrote:
> On Wed, 07 May 2014 10:04:56 -0700
> "H. Peter Anvin" wrote:
>
>> On 05/07/2014 09:48 AM, One Thousand Gnomes wrote:
>>> On Fri, 2 May 2014 10:36:39 -0700
+bool iosf_mbi_available(void)
+{
+ return mbi_pdev;
+}
+EXPOR
On Wed, 07 May 2014 10:04:56 -0700
"H. Peter Anvin" wrote:
> On 05/07/2014 09:48 AM, One Thousand Gnomes wrote:
> > On Fri, 2 May 2014 10:36:39 -0700
> >> +bool iosf_mbi_available(void)
> >> +{
> >> + return mbi_pdev;
> >> +}
> >> +EXPORT_SYMBOL(iosf_mbi_available);
> >
> > Probably worth a fo
On 05/07/2014 09:48 AM, One Thousand Gnomes wrote:
> On Fri, 2 May 2014 10:36:39 -0700
>> +bool iosf_mbi_available(void)
>> +{
>> +return mbi_pdev;
>> +}
>> +EXPORT_SYMBOL(iosf_mbi_available);
>
> Probably worth a follow up patch that comments this so the assumption
> that iosf can never be u
On Fri, 2 May 2014 10:36:39 -0700
> +bool iosf_mbi_available(void)
> +{
> + return mbi_pdev;
> +}
> +EXPORT_SYMBOL(iosf_mbi_available);
Probably worth a follow up patch that comments this so the assumption
that iosf can never be unloaded or hot-unplugged is clear.
Alan
--
To unsubscribe from
From: "David E. Box"
Currently drivers that run on non-IOSF systems (Core/Xeon) can't use the IOSF
driver on SOC's without selecting it which forces an unnecessary and limiting
dependency. Provides dummy functions to allow these modules to conditionally
use the driver on IOSF equipped platforms w
7 matches
Mail list logo