Re: [PATCH 02/11] mfd: da9055-core: make it explicitly non-modular

2018-11-28 Thread Lee Jones
On Fri, 23 Nov 2018, Paul Gortmaker wrote: > [Re: [PATCH 02/11] mfd: da9055-core: make it explicitly non-modular] On > 22/11/2018 (Thu 22:14) Paul Gortmaker wrote: > > > [Re: [PATCH 02/11] mfd: da9055-core: make it explicitly non-modular] On > > 23/11/2018 (Fri 10:21) kb

Re: [PATCH 02/11] mfd: da9055-core: make it explicitly non-modular

2018-11-27 Thread Paul Gortmaker
[Re: [PATCH 02/11] mfd: da9055-core: make it explicitly non-modular] On 27/11/2018 (Tue 13:07) Lee Jones wrote: > On Fri, 23 Nov 2018, Paul Gortmaker wrote: [...] > > My other pending MFD patches have a trivial runtime behavior change; > > deleting a ".remove" field/f

Re: [PATCH 02/11] mfd: da9055-core: make it explicitly non-modular

2018-11-27 Thread Lee Jones
On Fri, 23 Nov 2018, Paul Gortmaker wrote: > [Re: [PATCH 02/11] mfd: da9055-core: make it explicitly non-modular] On > 22/11/2018 (Thu 22:14) Paul Gortmaker wrote: > > > [Re: [PATCH 02/11] mfd: da9055-core: make it explicitly non-modular] On > > 23/11/2018 (Fri 10:21) kb

Re: [PATCH 02/11] mfd: da9055-core: make it explicitly non-modular

2018-11-23 Thread Paul Gortmaker
[Re: [PATCH 02/11] mfd: da9055-core: make it explicitly non-modular] On 22/11/2018 (Thu 22:14) Paul Gortmaker wrote: > [Re: [PATCH 02/11] mfd: da9055-core: make it explicitly non-modular] On > 23/11/2018 (Fri 10:21) kbuild test robot wrote: > [...] > > > > All errors

Re: [PATCH 02/11] mfd: da9055-core: make it explicitly non-modular

2018-11-22 Thread Paul Gortmaker
[Re: [PATCH 02/11] mfd: da9055-core: make it explicitly non-modular] On 23/11/2018 (Fri 10:21) kbuild test robot wrote: > Hi Paul, > > I love your patch! Yet something to improve: > > [auto build test ERROR on ljones-mfd/for-mfd-next] > [also build test ERROR on v4.20-rc3] &

[PATCH 02/11] mfd: da9055-core: make it explicitly non-modular

2018-11-21 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/mfd/Kconfig:config MFD_DA9055 drivers/mfd/Kconfig:bool "Dialog Semiconductor DA9055 PMIC Support" ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is essentially orp