Re: [PATCH 13/18] mfd: wm831x-spi: Make it explicitly non-modular

2019-01-14 Thread Charles Keepax
On Sun, Jan 13, 2019 at 01:36:44PM -0500, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/mfd/Kconfig:config MFD_WM831X_SPI > drivers/mfd/Kconfig:bool "Wolfson Microelectronics WM831x/2x PMICs with > SPI" > > ...meaning that it currently is

[PATCH 13/18] mfd: wm831x-spi: Make it explicitly non-modular

2019-01-13 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/mfd/Kconfig:config MFD_WM831X_SPI drivers/mfd/Kconfig:bool "Wolfson Microelectronics WM831x/2x PMICs with SPI" ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is

Re: [PATCH 13/18] mfd: wm831x-spi: Make it explicitly non-modular

2018-12-19 Thread Charles Keepax
On Mon, Dec 17, 2018 at 03:31:23PM -0500, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/mfd/Kconfig:config MFD_WM831X_SPI > drivers/mfd/Kconfig:bool "Wolfson Microelectronics WM831x/2x PMICs with > SPI" > > ...meaning that it currently is

[PATCH 13/18] mfd: wm831x-spi: Make it explicitly non-modular

2018-12-17 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/mfd/Kconfig:config MFD_WM831X_SPI drivers/mfd/Kconfig:bool "Wolfson Microelectronics WM831x/2x PMICs with SPI" ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is

Re: [PATCH 13/18] mfd: wm831x-spi: Make it explicitly non-modular

2018-12-10 Thread Charles Keepax
On Fri, Dec 07, 2018 at 03:11:00PM -0500, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/mfd/Kconfig:config MFD_WM831X_SPI > drivers/mfd/Kconfig:bool "Wolfson Microelectronics WM831x/2x PMICs with > SPI" > > ...meaning that it currently is

[PATCH 13/18] mfd: wm831x-spi: Make it explicitly non-modular

2018-12-07 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/mfd/Kconfig:config MFD_WM831X_SPI drivers/mfd/Kconfig:bool "Wolfson Microelectronics WM831x/2x PMICs with SPI" ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is

[PATCH 13/18] mfd: wm831x-spi: Make it explicitly non-modular

2018-12-07 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/mfd/Kconfig:config MFD_WM831X_SPI drivers/mfd/Kconfig:bool "Wolfson Microelectronics WM831x/2x PMICs with SPI" ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is