[PATCH 02/18] mfd: adp5520: Make it explicitly non-modular

2019-01-13 Thread Paul Gortmaker
The Makefile/Kconfig currently controlling compilation of this code is: drivers/mfd/Makefile:obj-$(CONFIG_PMIC_ADP5520) += adp5520.o drivers/mfd/Kconfig:config PMIC_ADP5520 drivers/mfd/Kconfig:bool "Analog Devices ADP5520/01 MFD PMIC Core Support" ...meaning that it currently is not being bui

RE: [PATCH 02/18] mfd: adp5520: Make it explicitly non-modular

2018-12-17 Thread Hennerich, Michael
> -Original Message- > From: Paul Gortmaker [mailto:paul.gortma...@windriver.com] > Sent: Montag, 17. Dezember 2018 21:31 > To: Lee Jones > Cc: linux-kernel@vger.kernel.org; Paul Gortmaker > ; Hennerich, Michael > > Subject: [PATCH 02/18] mfd: adp5520: Make i

[PATCH 02/18] mfd: adp5520: Make it explicitly non-modular

2018-12-17 Thread Paul Gortmaker
The Makefile/Kconfig currently controlling compilation of this code is: drivers/mfd/Makefile:obj-$(CONFIG_PMIC_ADP5520) += adp5520.o drivers/mfd/Kconfig:config PMIC_ADP5520 drivers/mfd/Kconfig:bool "Analog Devices ADP5520/01 MFD PMIC Core Support" ...meaning that it currently is not being bui

RE: [PATCH 02/18] mfd: adp5520: Make it explicitly non-modular

2018-12-07 Thread Hennerich, Michael
> -Original Message- > From: Paul Gortmaker [mailto:paul.gortma...@windriver.com] > Sent: Freitag, 7. Dezember 2018 21:11 > To: Lee Jones > Cc: linux-kernel@vger.kernel.org; Paul Gortmaker > ; Hennerich, Michael > > Subject: [PATCH 02/18] mfd: adp5520: Make i

[PATCH 02/18] mfd: adp5520: Make it explicitly non-modular

2018-12-07 Thread Paul Gortmaker
The Makefile/Kconfig currently controlling compilation of this code is: drivers/mfd/Makefile:obj-$(CONFIG_PMIC_ADP5520) += adp5520.o drivers/mfd/Kconfig:config PMIC_ADP5520 drivers/mfd/Kconfig:bool "Analog Devices ADP5520/01 MFD PMIC Core Support" ...meaning that it currently is not being bui