Re: [PATCH 5/6] mfd: sun6i-prcm: 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_SUN6I_PRCM > drivers/mfd/Kconfig:bool "Allwinner A31 PRCM controller" > > ...meaning that it currently is not being built as a module by anyone. >

Re: [PATCH 5/6] mfd: sun6i-prcm: 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_SUN6I_PRCM > drivers/mfd/Kconfig:bool "Allwinner A31 PRCM controller" > > ...meaning that it currently is not being built as a module by anyone. >

Re: [PATCH 5/6] mfd: sun6i-prcm: Make it explicitly non-modular

2016-09-12 Thread Boris Brezillon
On Mon, 12 Sep 2016 10:40:53 -0400 Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/mfd/Kconfig:config MFD_SUN6I_PRCM > drivers/mfd/Kconfig:bool "Allwinner A31 PRCM controller" > > ...meaning that it currently

Re: [PATCH 5/6] mfd: sun6i-prcm: Make it explicitly non-modular

2016-09-12 Thread Boris Brezillon
On Mon, 12 Sep 2016 10:40:53 -0400 Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/mfd/Kconfig:config MFD_SUN6I_PRCM > drivers/mfd/Kconfig:bool "Allwinner A31 PRCM controller" > > ...meaning that it currently is not being built as a module

[PATCH 5/6] mfd: sun6i-prcm: 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_SUN6I_PRCM drivers/mfd/Kconfig:bool "Allwinner A31 PRCM controller" ...meaning that it currently is not being built as a module by anyone. Lets remove the couple traces of modularity so that when

[PATCH 5/6] mfd: sun6i-prcm: 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_SUN6I_PRCM drivers/mfd/Kconfig:bool "Allwinner A31 PRCM controller" ...meaning that it currently is not being built as a module by anyone. Lets remove the couple traces of modularity so that when

Re: [PATCH 5/6] mfd: sun6i-prcm: 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_SUN6I_PRCM > drivers/mfd/Kconfig:bool "Allwinner A31 PRCM controller" > > ...meaning that it currently is not being built as a module by anyone. >

Re: [PATCH 5/6] mfd: sun6i-prcm: 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_SUN6I_PRCM > drivers/mfd/Kconfig:bool "Allwinner A31 PRCM controller" > > ...meaning that it currently is not being built as a module by anyone. >

Re: [PATCH 5/6] mfd: sun6i-prcm: Make it explicitly non-modular

2016-07-05 Thread Maxime Ripard
On Mon, Jul 04, 2016 at 09:25:43PM -0400, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/mfd/Kconfig:config MFD_SUN6I_PRCM > drivers/mfd/Kconfig:bool "Allwinner A31 PRCM controller" > > ...meaning that it currently is not being built as a

Re: [PATCH 5/6] mfd: sun6i-prcm: Make it explicitly non-modular

2016-07-05 Thread Maxime Ripard
On Mon, Jul 04, 2016 at 09:25:43PM -0400, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/mfd/Kconfig:config MFD_SUN6I_PRCM > drivers/mfd/Kconfig:bool "Allwinner A31 PRCM controller" > > ...meaning that it currently is not being built as a

[PATCH 5/6] mfd: sun6i-prcm: 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_SUN6I_PRCM drivers/mfd/Kconfig:bool "Allwinner A31 PRCM controller" ...meaning that it currently is not being built as a module by anyone. Lets remove the couple traces of modularity so that when

[PATCH 5/6] mfd: sun6i-prcm: 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_SUN6I_PRCM drivers/mfd/Kconfig:bool "Allwinner A31 PRCM controller" ...meaning that it currently is not being built as a module by anyone. Lets remove the couple traces of modularity so that when