Re: [PATCH 3/6] mfd: intel_msic: Make it explicitly non-modular

2016-09-13 Thread Lee Jones
On Mon, 12 Sep 2016, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/mfd/Kconfig:config MFD_INTEL_MSIC > drivers/mfd/Kconfig:bool "Intel MSIC > > ...meaning that it currently is not being built as a module by anyone. > > Lets remove the

Re: [PATCH 3/6] mfd: intel_msic: Make it explicitly non-modular

2016-09-13 Thread Lee Jones
On Mon, 12 Sep 2016, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/mfd/Kconfig:config MFD_INTEL_MSIC > drivers/mfd/Kconfig:bool "Intel MSIC > > ...meaning that it currently is not being built as a module by anyone. > > Lets remove the

[PATCH 3/6] mfd: intel_msic: Make it explicitly non-modular

2016-09-12 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/mfd/Kconfig:config MFD_INTEL_MSIC drivers/mfd/Kconfig:bool "Intel MSIC ...meaning that it currently is not being built as a module by anyone. Lets remove the couple instances of module references, so that when reading

[PATCH 3/6] mfd: intel_msic: Make it explicitly non-modular

2016-09-12 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/mfd/Kconfig:config MFD_INTEL_MSIC drivers/mfd/Kconfig:bool "Intel MSIC ...meaning that it currently is not being built as a module by anyone. Lets remove the couple instances of module references, so that when reading

Re: [PATCH 3/6] mfd: intel_msic: Make it explicitly non-modular

2016-08-05 Thread Lee Jones
On Mon, 04 Jul 2016, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/mfd/Kconfig:config MFD_INTEL_MSIC > drivers/mfd/Kconfig:bool "Intel MSIC" > > ...meaning that it currently is not being built as a module by anyone. > > Lets remove the

Re: [PATCH 3/6] mfd: intel_msic: Make it explicitly non-modular

2016-08-05 Thread Lee Jones
On Mon, 04 Jul 2016, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/mfd/Kconfig:config MFD_INTEL_MSIC > drivers/mfd/Kconfig:bool "Intel MSIC" > > ...meaning that it currently is not being built as a module by anyone. > > Lets remove the

Re: [PATCH 3/6] mfd: intel_msic: Make it explicitly non-modular

2016-07-07 Thread Mika Westerberg
On Thu, Jul 07, 2016 at 01:26:35PM +0300, Andy Shevchenko wrote: > On Thu, 2016-07-07 at 11:11 +0300, Mika Westerberg wrote: > > On Wed, Jul 06, 2016 at 12:38:00PM -0400, Paul Gortmaker wrote: > > > [Re: [PATCH 3/6] mfd: intel_msic: Make it explicitly non-modular] On > >

Re: [PATCH 3/6] mfd: intel_msic: Make it explicitly non-modular

2016-07-07 Thread Mika Westerberg
On Thu, Jul 07, 2016 at 01:26:35PM +0300, Andy Shevchenko wrote: > On Thu, 2016-07-07 at 11:11 +0300, Mika Westerberg wrote: > > On Wed, Jul 06, 2016 at 12:38:00PM -0400, Paul Gortmaker wrote: > > > [Re: [PATCH 3/6] mfd: intel_msic: Make it explicitly non-modular] On > >

Re: [PATCH 3/6] mfd: intel_msic: Make it explicitly non-modular

2016-07-07 Thread Andy Shevchenko
On Thu, 2016-07-07 at 11:11 +0300, Mika Westerberg wrote: > On Wed, Jul 06, 2016 at 12:38:00PM -0400, Paul Gortmaker wrote: > > [Re: [PATCH 3/6] mfd: intel_msic: Make it explicitly non-modular] On > > 05/07/2016 (Tue 13:08) Mika Westerberg wrote: > > > > > On Mon, Ju

Re: [PATCH 3/6] mfd: intel_msic: Make it explicitly non-modular

2016-07-07 Thread Andy Shevchenko
On Thu, 2016-07-07 at 11:11 +0300, Mika Westerberg wrote: > On Wed, Jul 06, 2016 at 12:38:00PM -0400, Paul Gortmaker wrote: > > [Re: [PATCH 3/6] mfd: intel_msic: Make it explicitly non-modular] On > > 05/07/2016 (Tue 13:08) Mika Westerberg wrote: > > > > > On Mon, Ju

Re: [PATCH 3/6] mfd: intel_msic: Make it explicitly non-modular

2016-07-07 Thread Mika Westerberg
On Wed, Jul 06, 2016 at 12:38:00PM -0400, Paul Gortmaker wrote: > [Re: [PATCH 3/6] mfd: intel_msic: Make it explicitly non-modular] On > 05/07/2016 (Tue 13:08) Mika Westerberg wrote: > > > On Mon, Jul 04, 2016 at 09:25:41PM -0400, Paul Gortmaker wrote: > > > The Kconf

Re: [PATCH 3/6] mfd: intel_msic: Make it explicitly non-modular

2016-07-07 Thread Mika Westerberg
On Wed, Jul 06, 2016 at 12:38:00PM -0400, Paul Gortmaker wrote: > [Re: [PATCH 3/6] mfd: intel_msic: Make it explicitly non-modular] On > 05/07/2016 (Tue 13:08) Mika Westerberg wrote: > > > On Mon, Jul 04, 2016 at 09:25:41PM -0400, Paul Gortmaker wrote: > > > The Kconf

Re: [PATCH 3/6] mfd: intel_msic: Make it explicitly non-modular

2016-07-06 Thread Paul Gortmaker
[Re: [PATCH 3/6] mfd: intel_msic: Make it explicitly non-modular] On 05/07/2016 (Tue 13:08) Mika Westerberg wrote: > On Mon, Jul 04, 2016 at 09:25:41PM -0400, Paul Gortmaker wrote: > > The Kconfig currently controlling compilation of this code is: > > > > drive

Re: [PATCH 3/6] mfd: intel_msic: Make it explicitly non-modular

2016-07-06 Thread Paul Gortmaker
[Re: [PATCH 3/6] mfd: intel_msic: Make it explicitly non-modular] On 05/07/2016 (Tue 13:08) Mika Westerberg wrote: > On Mon, Jul 04, 2016 at 09:25:41PM -0400, Paul Gortmaker wrote: > > The Kconfig currently controlling compilation of this code is: > > > > drive

Re: [PATCH 3/6] mfd: intel_msic: Make it explicitly non-modular

2016-07-05 Thread Mika Westerberg
On Mon, Jul 04, 2016 at 09:25:41PM -0400, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/mfd/Kconfig:config MFD_INTEL_MSIC > drivers/mfd/Kconfig:bool "Intel MSIC" I would prefer if it could be turned to tristate instead. I don't see any

Re: [PATCH 3/6] mfd: intel_msic: Make it explicitly non-modular

2016-07-05 Thread Mika Westerberg
On Mon, Jul 04, 2016 at 09:25:41PM -0400, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/mfd/Kconfig:config MFD_INTEL_MSIC > drivers/mfd/Kconfig:bool "Intel MSIC" I would prefer if it could be turned to tristate instead. I don't see any

[PATCH 3/6] mfd: intel_msic: Make it explicitly non-modular

2016-07-04 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/mfd/Kconfig:config MFD_INTEL_MSIC drivers/mfd/Kconfig:bool "Intel MSIC" ...meaning that it currently is not being built as a module by anyone. Lets remove the couple instances of module references, so that when reading

[PATCH 3/6] mfd: intel_msic: Make it explicitly non-modular

2016-07-04 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/mfd/Kconfig:config MFD_INTEL_MSIC drivers/mfd/Kconfig:bool "Intel MSIC" ...meaning that it currently is not being built as a module by anyone. Lets remove the couple instances of module references, so that when reading