Re: [PATCH 2/6] mfd: as3722: Make it explicitly non-modular

2016-08-08 Thread Paul Gortmaker
[Re: [PATCH 2/6] mfd: as3722: Make it explicitly non-modular] On 08/08/2016 (Mon 10:14) Lee Jones wrote: > On Fri, 05 Aug 2016, Paul Gortmaker wrote: D> [...] > > > > > > > > ...so I'll drop this patch in favour of the one line tristate > > > >

Re: [PATCH 2/6] mfd: as3722: Make it explicitly non-modular

2016-08-08 Thread Lee Jones
On Fri, 05 Aug 2016, Paul Gortmaker wrote: > [Re: [PATCH 2/6] mfd: as3722: Make it explicitly non-modular] On 05/08/2016 > (Fri 13:56) Lee Jones wrote: > > > On Wed, 06 Jul 2016, Paul Gortmaker wrote: > > > > > [Re: [PATCH 2/6] mfd: as3722: Make it explicitly non

Re: [PATCH 2/6] mfd: as3722: Make it explicitly non-modular

2016-08-05 Thread Paul Gortmaker
[Re: [PATCH 2/6] mfd: as3722: Make it explicitly non-modular] On 05/08/2016 (Fri 13:56) Lee Jones wrote: > On Wed, 06 Jul 2016, Paul Gortmaker wrote: > > > [Re: [PATCH 2/6] mfd: as3722: Make it explicitly non-modular] On 05/07/2016 > > (Tue 11:18) Laxman Dewangan wrote: &g

Re: [PATCH 2/6] mfd: as3722: Make it explicitly non-modular

2016-08-05 Thread Lee Jones
On Wed, 06 Jul 2016, Paul Gortmaker wrote: > [Re: [PATCH 2/6] mfd: as3722: Make it explicitly non-modular] On 05/07/2016 > (Tue 11:18) Laxman Dewangan wrote: > > > > > On Tuesday 05 July 2016 06:55 AM, Paul Gortmaker wrote: > > >The Kconfig currently controlli

Re: [PATCH 2/6] mfd: as3722: Make it explicitly non-modular

2016-07-06 Thread Paul Gortmaker
[Re: [PATCH 2/6] mfd: as3722: Make it explicitly non-modular] On 05/07/2016 (Tue 11:18) Laxman Dewangan wrote: > > On Tuesday 05 July 2016 06:55 AM, Paul Gortmaker wrote: > >The Kconfig currently controlling compilation of this code is: > > > >drivers/mfd/Kconfig:conf

Re: [PATCH 2/6] mfd: as3722: Make it explicitly non-modular

2016-07-04 Thread Laxman Dewangan
On Tuesday 05 July 2016 06:55 AM, Paul Gortmaker wrote: The Kconfig currently controlling compilation of this code is: drivers/mfd/Kconfig:config MFD_AS3722 drivers/mfd/Kconfig:bool "ams AS3722 Power Management IC" Should we convert this to as "tristate" so that it can be built as modu

[PATCH 2/6] mfd: as3722: 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_AS3722 drivers/mfd/Kconfig:bool "ams AS3722 Power Management IC" ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is essentially orphaned, so