Re: [PATCH v7 1/6] fieldbus_dev: add Fieldbus Device subsystem.

2019-01-22 Thread Paul Gortmaker
[Re: [PATCH v7 1/6] fieldbus_dev: add Fieldbus Device subsystem.] On 22/01/2019 (Tue 19:52) Greg KH wrote: > On Tue, Jan 22, 2019 at 06:12:31PM +0100, Andreas Färber wrote: > > Am 22.01.19 um 17:56 schrieb Paul Gortmaker: > > > [[PATCH v7 1/6] fieldbus_dev: add Fieldbu

[PATCH-next] reset: brcmstb: make it explicitly non-modular

2019-01-22 Thread Paul Gortmaker
since all that information is already contained at the top of the file in the comments. Cc: Philipp Zabel Cc: Brian Norris Cc: Gregory Fong Cc: Florian Fainelli Cc: bcm-kernel-feedback-l...@broadcom.com Signed-off-by: Paul Gortmaker --- [Driver just recently appeared in linux-next - if rebasing,

Re: [PATCH v7 1/6] fieldbus_dev: add Fieldbus Device subsystem.

2019-01-22 Thread Paul Gortmaker
[[PATCH v7 1/6] fieldbus_dev: add Fieldbus Device subsystem.] On 22/01/2019 (Tue 10:21) Sven Van Asbroeck wrote: > Fieldbus device (client) adapters allow data exchange with a PLC aka. > "Fieldbus Controller" over a fieldbus (Profinet, FLNet, etc.) > > They are typically used when a Linux

Re: linux-next: Fixes tags need some work in the pm tree

2019-01-15 Thread Paul Gortmaker
[Re: linux-next: Fixes tags need some work in the pm tree] On 16/01/2019 (Wed 00:06) Rafael J. Wysocki wrote: > On Tuesday, January 15, 2019 11:43:05 PM CET Stephen Rothwell wrote: > > Hi Rafael, > > > > On Tue, 15 Jan 2019 23:13:16 +0100 "Rafael J. Wysocki" > > wrote: > > > > > > On Tuesday,

Re: linux-next: Fixes tag needs some work in the nfs-anna tree

2019-01-15 Thread Paul Gortmaker
[Re: linux-next: Fixes tag needs some work in the nfs-anna tree] On 15/01/2019 (Tue 23:12) Takashi Iwai wrote: > On Tue, 15 Jan 2019 22:41:21 +0100, > Chuck Lever wrote: > > > > Hi Stephen- > > > > On Jan 15, 2019, at 4:38 PM, Stephen Rothwell wrote: > > > > > [I am experimenting with

[PATCH 05/18] mfd: htc-i2cpld: Make it explicitly non-modular

2019-01-13 Thread Paul Gortmaker
Lee Jones Signed-off-by: Paul Gortmaker Acked-by: Linus Walleij --- drivers/mfd/htc-i2cpld.c | 18 +- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/drivers/mfd/htc-i2cpld.c b/drivers/mfd/htc-i2cpld.c index 01572b5e79e8..af3c66355270 100644 --- a/drivers/mfd/ht

[PATCH 01/18] mfd: aat2870-core: Make it explicitly non-modular

2019-01-13 Thread Paul Gortmaker
nit ordering remains unchanged with this commit. Also note that MODULE_DEVICE_TABLE is a no-op for non-modular code. We also delete the MODULE_LICENSE tag etc. since all that information is already contained at the top of the file in the comments. Cc: Lee Jones Cc: Jin Park Signed-off-by: P

[PATCH 11/18] mfd: tps65910: Make it explicitly non-modular

2019-01-13 Thread Paul Gortmaker
Cc: linux-o...@vger.kernel.org Signed-off-by: Paul Gortmaker Acked-by: Linus Walleij Acked-by: Tony Lindgren --- drivers/mfd/tps65910.c | 18 +- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/drivers/mfd/tps65910.c b/drivers/mfd/tps65910.c index bf16cbe6fd88..aa

[PATCH 15/18] mfd: wm831x-core: drop unused module infrastructure from non-modular code

2019-01-13 Thread Paul Gortmaker
Jones Cc: Charles Keepax Cc: patc...@opensource.cirrus.com Signed-off-by: Paul Gortmaker Acked-by: Charles Keepax --- drivers/mfd/wm831x-core.c | 15 ++- include/linux/mfd/wm831x/core.h | 1 - 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/drivers/mfd/wm831x

[PATCH 14/18] mfd: wm831x-i2c: Make it explicitly non-modular

2019-01-13 Thread Paul Gortmaker
in use by this code, the init ordering remains unchanged with this commit. Also note that MODULE_DEVICE_TABLE is a no-op for non-modular code. Cc: Lee Jones Cc: patc...@opensource.cirrus.com Signed-off-by: Paul Gortmaker Acked-by: Linus Walleij Acked-by: Charles Keepax --- drivers/m

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

2019-01-13 Thread Paul Gortmaker
Lee Jones Cc: patc...@opensource.cirrus.com Signed-off-by: Paul Gortmaker Acked-by: Linus Walleij --- drivers/mfd/wm831x-spi.c | 24 ++-- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/drivers/mfd/wm831x-spi.c b/drivers/mfd/wm831x-spi.c index 018ce652ae57..dd4dab419940 1006

[PATCH 10/18] mfd: tps65090: Make it explicitly non-modular

2019-01-13 Thread Paul Gortmaker
this code, the init ordering remains unchanged with this commit. Also note that MODULE_DEVICE_TABLE is a no-op for non-modular code. We also delete the MODULE_LICENSE tag etc. since all that information was (or is now) contained at the top of the file in the comments. Cc: Lee Jones Cc: Venu Byravarasu

[PATCH 04/18] mfd: db8500-prcmu: drop unused MODULE_ tags from non-modular code

2019-01-13 Thread Paul Gortmaker
tter since the file does export some symbols. Cc: Linus Walleij Cc: Lee Jones Cc: Mattias Nilsson Signed-off-by: Paul Gortmaker Reviewed-by: Linus Walleij --- drivers/mfd/db8500-prcmu.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/drivers/mfd/db8500-prcmu.c b/d

[PATCH 07/18] mfd: rc5t583: Make it explicitly non-modular

2019-01-13 Thread Paul Gortmaker
SE tag etc. since all that information is already contained at the top of the file in the comments. Cc: Lee Jones Cc: Laxman Dewangan Signed-off-by: Paul Gortmaker Acked-by: Linus Walleij Acked-by: Laxman Dewangan --- drivers/mfd/rc5t583.c | 14 -- 1 file changed, 14 deletions(-)

[PATCH 08/18] mfd: sta2x11: drop unused MODULE_ tags from non-modular code

2019-01-13 Thread Paul Gortmaker
ith init.h and export.h ; the latter since the file does export some symbols. Cc: Lee Jones Cc: Alessandro Rubini Cc: Davide Ciminaghi Signed-off-by: Paul Gortmaker Acked-by: Alessandro Rubini Acked-by: Davide Ciminaghi Acked-by: Linus Walleij --- drivers/mfd/sta2x11-mfd.c | 10 -- 1 fi

[PATCH 16/18] mfd: wm8350-i2c: Make it explicitly non-modular

2019-01-13 Thread Paul Gortmaker
all that information is already contained at the top of the file in the comments. Cc: Lee Jones Cc: patc...@opensource.cirrus.com Signed-off-by: Paul Gortmaker Acked-by: Linus Walleij Acked-by: Charles Keepax --- drivers/mfd/wm8350-i2c.c | 24 +--- 1 file changed, 1 insert

[PATCH 12/18] mfd: tps80031: Make it explicitly non-modular

2019-01-13 Thread Paul Gortmaker
contained at the top of the file in the comments. Cc: Lee Jones Cc: Laxman Dewangan Signed-off-by: Paul Gortmaker Acked-by: Linus Walleij Acked-by: Laxman Dewangan --- drivers/mfd/tps80031.c | 37 ++--- 1 file changed, 2 insertions(+), 35 deletions(-) diff --git a/driv

[PATCH 18/18] mfd: wm8400-core: Make it explicitly non-modular

2019-01-13 Thread Paul Gortmaker
Signed-off-by: Paul Gortmaker Acked-by: Linus Walleij Acked-by: Charles Keepax --- drivers/mfd/wm8400-core.c | 18 +++--- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/drivers/mfd/wm8400-core.c b/drivers/mfd/wm8400-core.c index 8a98a2fc74e1..79756c83f5f0 100644 --- a/d

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

2019-01-13 Thread Paul Gortmaker
all that information was (or is now) contained at the top of the file in the comments. Cc: Michael Hennerich Cc: Lee Jones Signed-off-by: Paul Gortmaker Acked-by: Linus Walleij Acked-by: Michael Hennerich --- drivers/mfd/adp5520.c | 30 +++--- 1 file changed, 7 inserti

[PATCH 09/18] mfd: syscon: Make it explicitly non-modular

2019-01-13 Thread Paul Gortmaker
f the file in the comments. Cc: Lee Jones Cc: Arnd Bergmann Cc: Dong Aisheng Signed-off-by: Paul Gortmaker Acked-by: Linus Walleij --- drivers/mfd/syscon.c | 12 +--- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/drivers/mfd/syscon.c b/drivers/mfd/syscon.c index b6

[PATCH 17/18] mfd: wm8350-core: drop unused module infrastructure from non-modular code

2019-01-13 Thread Paul Gortmaker
made wm8350_device_exit() no longer used, so it is also removed from the 8350 core code. Cc: Linus Walleij Cc: Charles Keepax Cc: Lee Jones Cc: patc...@opensource.cirrus.com Signed-off-by: Paul Gortmaker Acked-by: Charles Keepax --- drivers/mfd/wm8350-core.c | 30

[PATCH 03/18] mfd: as3711: Make it explicitly non-modular

2019-01-13 Thread Paul Gortmaker
. We also delete the MODULE_LICENSE tag etc. since all that information is already contained at the top of the file in the comments. Cc: Lee Jones Cc: Guennadi Liakhovetski Signed-off-by: Paul Gortmaker Acked-by: Linus Walleij --- drivers/mfd/as3711.c | 14 -- 1 file changed, 14

[PATCH v5 00/18] mfd: demodularization of non-modular drivers

2019-01-13 Thread Paul Gortmaker
uennadi Liakhovetski Cc: Haojian Zhuang Cc: Jin Park Cc: Jorge Eduardo Candelaria Cc: Laxman Dewangan Cc: Lee Jones Cc: Linus Walleij Cc: Mark Brown Cc: Mattias Nilsson Cc: Michael Hennerich Cc: Tony Lindgren Cc: Venu Byravarasu Cc: linux-o...@vger.kernel.org Cc: patc...@opensource.cirrus.

[PATCH 06/18] mfd: max8925-core: drop unused MODULE_ tags from non-modular code

2019-01-13 Thread Paul Gortmaker
of modular infrastructure use, so that when reading the driver there is no doubt it is builtin-only. We delete the MODULE_LICENSE tag etc. since all that information is already contained at the top of the file in the comments. Cc: Lee Jones Cc: Haojian Zhuang Signed-off-by: Paul Gortmaker Acked-by: Lin

Re: [PATCH 18/18] mfd: wm8400-core: Make it explicitly non-modular

2018-12-21 Thread Paul Gortmaker
[Re: [PATCH 18/18] mfd: wm8400-core: Make it explicitly non-modular] On 19/12/2018 (Wed 09:17) Charles Keepax wrote: > On Mon, Dec 17, 2018 at 03:31:28PM -0500, Paul Gortmaker wrote: > > The Kconfig currently controlling compilation of this code is: > > > > drivers/mfd/Kcon

[PATCH 16/18] mfd: wm8350-i2c: Make it explicitly non-modular

2018-12-17 Thread Paul Gortmaker
all that information is already contained at the top of the file in the comments. Cc: Lee Jones Cc: patc...@opensource.cirrus.com Signed-off-by: Paul Gortmaker Acked-by: Linus Walleij --- drivers/mfd/wm8350-i2c.c | 24 +--- 1 file changed, 1 insertion(+), 23 deletions(-) diff

[PATCH 17/18] mfd: wm8350-core: drop unused module infrastructure from non-modular code

2018-12-17 Thread Paul Gortmaker
made wm8350_device_exit() no longer used, so it is also removed from the 8350 core code. Cc: Linus Walleij Cc: Charles Keepax Cc: Lee Jones Cc: patc...@opensource.cirrus.com Signed-off-by: Paul Gortmaker --- drivers/mfd/wm8350-core.c | 30 ++ include/linux/mfd

[PATCH 18/18] mfd: wm8400-core: Make it explicitly non-modular

2018-12-17 Thread Paul Gortmaker
confusion. Also note that MODULE_DEVICE_TABLE is a no-op for non-modular code. We also delete the MODULE_LICENSE tag etc. since all that information is already contained at the top of the file in the comments. Cc: Lee Jones Cc: Mark Brown Cc: patc...@opensource.cirrus.com Signed-off-by: Paul Gortma

[PATCH v4 00/18] mfd: demodularization of non-modular drivers

2018-12-17 Thread Paul Gortmaker
Cc: Lee Jones Cc: Linus Walleij Cc: Mark Brown Cc: Mattias Nilsson Cc: Michael Hennerich Cc: Tony Lindgren Cc: Venu Byravarasu Cc: linux-o...@vger.kernel.org Cc: patc...@opensource.cirrus.com Paul Gortmaker (18): mfd: aat2870-core: Make it explicitly non-modular mfd: adp5520: Make i

[PATCH 11/18] mfd: tps65910: Make it explicitly non-modular

2018-12-17 Thread Paul Gortmaker
Cc: linux-o...@vger.kernel.org Signed-off-by: Paul Gortmaker Acked-by: Linus Walleij --- drivers/mfd/tps65910.c | 18 +- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/drivers/mfd/tps65910.c b/drivers/mfd/tps65910.c index bf16cbe6fd88..aa3d472a10ff 100644 --- a/d

[PATCH 15/18] mfd: wm831x-core: drop unused module infrastructure from non-modular code

2018-12-17 Thread Paul Gortmaker
Jones Cc: Charles Keepax Cc: patc...@opensource.cirrus.com Signed-off-by: Paul Gortmaker Acked-by: Charles Keepax --- drivers/mfd/wm831x-core.c | 15 ++- include/linux/mfd/wm831x/core.h | 1 - 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/drivers/mfd/wm831x

[PATCH 12/18] mfd: tps80031: Make it explicitly non-modular

2018-12-17 Thread Paul Gortmaker
contained at the top of the file in the comments. Cc: Lee Jones Cc: Laxman Dewangan Signed-off-by: Paul Gortmaker Acked-by: Linus Walleij --- drivers/mfd/tps80031.c | 37 ++--- 1 file changed, 2 insertions(+), 35 deletions(-) diff --git a/drivers/mfd/tps80031.c b/dr

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

2018-12-17 Thread Paul Gortmaker
Lee Jones Cc: patc...@opensource.cirrus.com Signed-off-by: Paul Gortmaker Acked-by: Linus Walleij --- drivers/mfd/wm831x-spi.c | 24 ++-- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/drivers/mfd/wm831x-spi.c b/drivers/mfd/wm831x-spi.c index 018ce652ae57..dd4dab419940 1006

[PATCH 14/18] mfd: wm831x-i2c: Make it explicitly non-modular

2018-12-17 Thread Paul Gortmaker
in use by this code, the init ordering remains unchanged with this commit. Also note that MODULE_DEVICE_TABLE is a no-op for non-modular code. Cc: Lee Jones Cc: patc...@opensource.cirrus.com Signed-off-by: Paul Gortmaker Acked-by: Linus Walleij --- drivers/mfd/wm831x-i2c.c | 20 ++--

[PATCH 09/18] mfd: syscon: Make it explicitly non-modular

2018-12-17 Thread Paul Gortmaker
f the file in the comments. Cc: Lee Jones Cc: Arnd Bergmann Cc: Dong Aisheng Signed-off-by: Paul Gortmaker Acked-by: Linus Walleij --- drivers/mfd/syscon.c | 12 +--- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/drivers/mfd/syscon.c b/drivers/mfd/syscon.c index b6

[PATCH 10/18] mfd: tps65090: Make it explicitly non-modular

2018-12-17 Thread Paul Gortmaker
this code, the init ordering remains unchanged with this commit. Also note that MODULE_DEVICE_TABLE is a no-op for non-modular code. We also delete the MODULE_LICENSE tag etc. since all that information was (or is now) contained at the top of the file in the comments. Cc: Lee Jones Cc: Venu Byravarasu

[PATCH 06/18] mfd: max8925-core: drop unused MODULE_ tags from non-modular code

2018-12-17 Thread Paul Gortmaker
of modular infrastructure use, so that when reading the driver there is no doubt it is builtin-only. We delete the MODULE_LICENSE tag etc. since all that information is already contained at the top of the file in the comments. Cc: Lee Jones Cc: Haojian Zhuang Signed-off-by: Paul Gortmaker Acked-by: Lin

[PATCH 08/18] mfd: sta2x11: drop unused MODULE_ tags from non-modular code

2018-12-17 Thread Paul Gortmaker
ith init.h and export.h ; the latter since the file does export some symbols. Cc: Lee Jones Cc: Alessandro Rubini Cc: Davide Ciminaghi Signed-off-by: Paul Gortmaker Acked-by: Alessandro Rubini Acked-by: Davide Ciminaghi Acked-by: Linus Walleij --- drivers/mfd/sta2x11-mfd.c | 10 -- 1 fi

[PATCH 03/18] mfd: as3711: Make it explicitly non-modular

2018-12-17 Thread Paul Gortmaker
. We also delete the MODULE_LICENSE tag etc. since all that information is already contained at the top of the file in the comments. Cc: Lee Jones Cc: Guennadi Liakhovetski Signed-off-by: Paul Gortmaker Acked-by: Linus Walleij --- drivers/mfd/as3711.c | 14 -- 1 file changed, 14

[PATCH 07/18] mfd: rc5t583: Make it explicitly non-modular

2018-12-17 Thread Paul Gortmaker
SE tag etc. since all that information is already contained at the top of the file in the comments. Cc: Lee Jones Cc: Laxman Dewangan Signed-off-by: Paul Gortmaker Acked-by: Linus Walleij --- drivers/mfd/rc5t583.c | 14 -- 1 file changed, 14 deletions(-) diff --git a/drivers/mfd/r

[PATCH 05/18] mfd: htc-i2cpld: Make it explicitly non-modular

2018-12-17 Thread Paul Gortmaker
Lee Jones Signed-off-by: Paul Gortmaker Acked-by: Linus Walleij --- drivers/mfd/htc-i2cpld.c | 18 +- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/drivers/mfd/htc-i2cpld.c b/drivers/mfd/htc-i2cpld.c index 01572b5e79e8..af3c66355270 100644 --- a/drivers/mfd/ht

[PATCH 04/18] mfd: db8500-prcmu: drop unused MODULE_ tags from non-modular code

2018-12-17 Thread Paul Gortmaker
tter since the file does export some symbols. Cc: Linus Walleij Cc: Lee Jones Cc: Mattias Nilsson Signed-off-by: Paul Gortmaker Reviewed-by: Linus Walleij --- drivers/mfd/db8500-prcmu.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/drivers/mfd/db8500-prcmu.c b/d

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

2018-12-17 Thread Paul Gortmaker
all that information was (or is now) contained at the top of the file in the comments. Cc: Michael Hennerich Cc: Lee Jones Signed-off-by: Paul Gortmaker Acked-by: Linus Walleij --- drivers/mfd/adp5520.c | 30 +++--- 1 file changed, 7 insertions(+), 23 deletions(-) diff

[PATCH 01/18] mfd: aat2870-core: Make it explicitly non-modular

2018-12-17 Thread Paul Gortmaker
nit ordering remains unchanged with this commit. Also note that MODULE_DEVICE_TABLE is a no-op for non-modular code. We also delete the MODULE_LICENSE tag etc. since all that information is already contained at the top of the file in the comments. Cc: Lee Jones Cc: Jin Park Signed-off-by: P

Re: [Regression 4.15] Can't kill CONFIG_UNWINDER_ORC with fire or plague.

2018-12-16 Thread Paul Gortmaker
[Re: [Regression 4.15] Can't kill CONFIG_UNWINDER_ORC with fire or plague.] On 29/12/2017 (Fri 13:18) Paul Gortmaker wrote: > [Re: [Regression 4.15] Can't kill CONFIG_UNWINDER_ORC with fire or plague.] > On 29/12/2017 (Fri 10:47) Josh Poimboeuf wrote: > > > This seem

Re: linux-next: Tree for Dec 14 (security/integrity/ima/)

2018-12-14 Thread Paul Gortmaker
[Re: linux-next: Tree for Dec 14 (security/integrity/ima/)] On 14/12/2018 (Fri 15:26) Paul Gortmaker wrote: > [Re: linux-next: Tree for Dec 14 (security/integrity/ima/)] On 14/12/2018 > (Fri 14:19) Mimi Zohar wrote: > > > On Fri, 2018-12-14 at 08:25 -0800, Ran

Re: linux-next: Tree for Dec 14 (security/integrity/ima/)

2018-12-14 Thread Paul Gortmaker
[Re: linux-next: Tree for Dec 14 (security/integrity/ima/)] On 14/12/2018 (Fri 14:19) Mimi Zohar wrote: > [Cc'ing Paul Gortmaker] > > On Fri, 2018-12-14 at 08:25 -0800, Randy Dunlap wrote: > > On 12/13/18 11:18 PM, Stephen Rothwell wrote: > > > Hi all, > > &

Re: [PATCH 17/18] mfd: wm8350-core: drop unused MODULE_ tags from non-modular code

2018-12-10 Thread Paul Gortmaker
[Re: [PATCH 17/18] mfd: wm8350-core: drop unused MODULE_ tags from non-modular code] On 10/12/2018 (Mon 06:38) Lee Jones wrote: > On Fri, 07 Dec 2018, Paul Gortmaker wrote: [...] > > Cc: Linus Walleij > > Cc: Lee Jones > > Cc: patc...@opensource.cirrus.com > &

Re: [PATCH 16/18] mfd: wm8350-i2c: Make it explicitly non-modular

2018-12-10 Thread Paul Gortmaker
[Re: [PATCH 16/18] mfd: wm8350-i2c: Make it explicitly non-modular] On 10/12/2018 (Mon 09:28) Charles Keepax wrote: > On Fri, Dec 07, 2018 at 03:11:03PM -0500, Paul Gortmaker wrote: [...] > > -static int wm8350_i2c_remove(struct i2c_client *i2c) > > -{ > > -

[PATCH 2/3] phy: make phy-mvebu-sata explicitly non-modular

2018-12-09 Thread Paul Gortmaker
tag etc. since all that information is already contained at the top of the file in the comments. Cc: Kishon Vijay Abraham I Cc: Andrew Lunn Signed-off-by: Paul Gortmaker --- drivers/phy/marvell/phy-mvebu-sata.c | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/drivers

[PATCH 3/3] phy: make phy-armada375-usb2 explicitly non-modular

2018-12-09 Thread Paul Gortmaker
delete the MODULE_LICENSE tag etc. since all that information is already contained at the top of the file in the comments. Cc: Kishon Vijay Abraham I Cc: Gregory CLEMENT Signed-off-by: Paul Gortmaker --- drivers/phy/marvell/phy-armada375-usb2.c | 8 +--- 1 file changed, 1 insertion(+), 7

[PATCH 0/3] phy: remove needless usage of module header

2018-12-09 Thread Paul Gortmaker
Cc: Gregory CLEMENT Cc: Kishon Vijay Abraham I Paul Gortmaker (3): phy: make phy-core explicitly non-modular phy: make phy-mvebu-sata explicitly non-modular phy: make phy-armada375-usb2 explicitly non-modular drivers/phy/marvell/phy-armada375-usb2.c | 8 +--- drivers/phy/marvell/phy

[PATCH 1/3] phy: make phy-core explicitly non-modular

2018-12-09 Thread Paul Gortmaker
re support itself is non-modular. We also delete the MODULE_LICENSE tag etc. since all that information is already contained at the top of the file in the comments. Cc: Kishon Vijay Abraham I Signed-off-by: Paul Gortmaker --- drivers/phy/phy-core.c | 12 +--- 1 file changed, 1 insert

[PATCH 2/5] keys: remove needless modular infrastructure from ecryptfs_format

2018-12-09 Thread Paul Gortmaker
E. Hallyn" Cc: linux-integr...@vger.kernel.org Cc: keyri...@vger.kernel.org Cc: linux-security-mod...@vger.kernel.org Signed-off-by: Paul Gortmaker --- security/keys/encrypted-keys/ecryptfs_format.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/security

[PATCH 5/5] security: integrity: make ima_main explicitly non-modular

2018-12-09 Thread Paul Gortmaker
SE tag etc. since all that information is already contained at the top of the file in the comments. Cc: Mimi Zohar Cc: Dmitry Kasatkin Cc: James Morris Cc: "Serge E. Hallyn" Cc: linux-ima-de...@lists.sourceforge.net Cc: linux-security-mod...@vger.kernel.org Signed-off-by: Paul Gort

[PATCH 4/5] security: integrity: make evm_main explicitly non-modular

2018-12-09 Thread Paul Gortmaker
Cc: James Morris Cc: "Serge E. Hallyn" Cc: linux-ima-de...@lists.sourceforge.net Cc: linux-security-mod...@vger.kernel.org Signed-off-by: Paul Gortmaker --- security/integrity/evm/evm_main.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/security/integri

[PATCH 3/5] security: fs: make inode explicitly non-modular

2018-12-09 Thread Paul Gortmaker
f module.h uncovered a couple previously hidden implicit header requirements which are now included explicitly. Cc: James Morris Cc: "Serge E. Hallyn" Cc: linux-security-mod...@vger.kernel.org Signed-off-by: Paul Gortmaker --- security/inode.c | 6 ++ 1 file changed, 2 insert

[PATCH 0/5] security: remove needless usage of module header

2018-12-09 Thread Paul Gortmaker
allyn" Cc: keyri...@vger.kernel.org Cc: linux-ima-de...@lists.sourceforge.net Cc: linux-integr...@vger.kernel.org Cc: linux-security-mod...@vger.kernel.org Paul Gortmaker (5): security: audit and remove any unnecessary uses of module.h keys: remove needless modular infrastru

[PATCH 1/5] security: audit and remove any unnecessary uses of module.h

2018-12-09 Thread Paul Gortmaker
curity-mod...@vger.kernel.org Cc: linux-integr...@vger.kernel.org Cc: keyri...@vger.kernel.org Signed-off-by: Paul Gortmaker --- security/apparmor/apparmorfs.c | 2 +- security/commoncap.c | 1 - security/integrity/evm/evm_crypto.c | 2 +-

[PATCH v3 00/18] mfd: demodularization of non-modular drivers

2018-12-07 Thread Paul Gortmaker
c: Venu Byravarasu Cc: linux-o...@vger.kernel.org Cc: patc...@opensource.cirrus.com Paul Gortmaker (18): mfd: aat2870-core: Make it explicitly non-modular mfd: adp5520: Make it explicitly non-modular mfd: as3711: Make it explicitly non-modular mfd: db8500-prcmu: drop unused MODULE_ tags

[PATCH v3 00/18] mfd: demodularization of non-modular drivers

2018-12-07 Thread Paul Gortmaker
c: Venu Byravarasu Cc: linux-o...@vger.kernel.org Cc: patc...@opensource.cirrus.com Paul Gortmaker (18): mfd: aat2870-core: Make it explicitly non-modular mfd: adp5520: Make it explicitly non-modular mfd: as3711: Make it explicitly non-modular mfd: db8500-prcmu: drop unused MODULE_ tags

[PATCH 17/18] mfd: wm8350-core: drop unused MODULE_ tags from non-modular code

2018-12-07 Thread Paul Gortmaker
Cc: patc...@opensource.cirrus.com Acked-by: Linus Walleij Signed-off-by: Paul Gortmaker --- drivers/mfd/wm8350-core.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/mfd/wm8350-core.c b/drivers/mfd/wm8350-core.c index 8a07c5634aee..e6434a4d7439 100644

[PATCH 17/18] mfd: wm8350-core: drop unused MODULE_ tags from non-modular code

2018-12-07 Thread Paul Gortmaker
Cc: patc...@opensource.cirrus.com Acked-by: Linus Walleij Signed-off-by: Paul Gortmaker --- drivers/mfd/wm8350-core.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/mfd/wm8350-core.c b/drivers/mfd/wm8350-core.c index 8a07c5634aee..e6434a4d7439 100644

[PATCH 16/18] mfd: wm8350-i2c: Make it explicitly non-modular

2018-12-07 Thread Paul Gortmaker
all that information is already contained at the top of the file in the comments. Cc: Lee Jones Cc: patc...@opensource.cirrus.com Acked-by: Linus Walleij Signed-off-by: Paul Gortmaker --- drivers/mfd/wm8350-i2c.c | 24 +--- 1 file changed, 1 insertion(+), 23 deletions(-) diff

[PATCH 16/18] mfd: wm8350-i2c: Make it explicitly non-modular

2018-12-07 Thread Paul Gortmaker
all that information is already contained at the top of the file in the comments. Cc: Lee Jones Cc: patc...@opensource.cirrus.com Acked-by: Linus Walleij Signed-off-by: Paul Gortmaker --- drivers/mfd/wm8350-i2c.c | 24 +--- 1 file changed, 1 insertion(+), 23 deletions(-) diff

[PATCH 15/18] mfd: wm831x-core: drop unused module infrastructure from non-modular code

2018-12-07 Thread Paul Gortmaker
Jones Cc: Charles Keepax Cc: patc...@opensource.cirrus.com Signed-off-by: Paul Gortmaker --- drivers/mfd/wm831x-core.c | 15 ++- include/linux/mfd/wm831x/core.h | 1 - 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/drivers/mfd/wm831x-core.c b/drivers/mfd/wm831x

[PATCH 11/18] mfd: tps65910: Make it explicitly non-modular

2018-12-07 Thread Paul Gortmaker
Cc: linux-o...@vger.kernel.org Acked-by: Linus Walleij Signed-off-by: Paul Gortmaker --- drivers/mfd/tps65910.c | 18 +- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/drivers/mfd/tps65910.c b/drivers/mfd/tps65910.c index bf16cbe6fd88..aa3d472a10ff 100644 --- a/d

[PATCH 18/18] mfd: wm8400-core: Make it explicitly non-modular

2018-12-07 Thread Paul Gortmaker
Signed-off-by: Paul Gortmaker --- drivers/mfd/wm8400-core.c | 18 +++--- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/drivers/mfd/wm8400-core.c b/drivers/mfd/wm8400-core.c index 8a98a2fc74e1..79756c83f5f0 100644 --- a/drivers/mfd/wm8400-core.c +++ b/drivers/mfd/wm8

[PATCH 15/18] mfd: wm831x-core: drop unused module infrastructure from non-modular code

2018-12-07 Thread Paul Gortmaker
Jones Cc: Charles Keepax Cc: patc...@opensource.cirrus.com Signed-off-by: Paul Gortmaker --- drivers/mfd/wm831x-core.c | 15 ++- include/linux/mfd/wm831x/core.h | 1 - 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/drivers/mfd/wm831x-core.c b/drivers/mfd/wm831x

[PATCH 11/18] mfd: tps65910: Make it explicitly non-modular

2018-12-07 Thread Paul Gortmaker
Cc: linux-o...@vger.kernel.org Acked-by: Linus Walleij Signed-off-by: Paul Gortmaker --- drivers/mfd/tps65910.c | 18 +- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/drivers/mfd/tps65910.c b/drivers/mfd/tps65910.c index bf16cbe6fd88..aa3d472a10ff 100644 --- a/d

[PATCH 18/18] mfd: wm8400-core: Make it explicitly non-modular

2018-12-07 Thread Paul Gortmaker
Signed-off-by: Paul Gortmaker --- drivers/mfd/wm8400-core.c | 18 +++--- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/drivers/mfd/wm8400-core.c b/drivers/mfd/wm8400-core.c index 8a98a2fc74e1..79756c83f5f0 100644 --- a/drivers/mfd/wm8400-core.c +++ b/drivers/mfd/wm8

[PATCH 12/18] mfd: tps80031: Make it explicitly non-modular

2018-12-07 Thread Paul Gortmaker
contained at the top of the file in the comments. Cc: Lee Jones Cc: Laxman Dewangan Acked-by: Linus Walleij Signed-off-by: Paul Gortmaker --- drivers/mfd/tps80031.c | 37 ++--- 1 file changed, 2 insertions(+), 35 deletions(-) diff --git a/drivers/mfd/tps80031.c b/dr

[PATCH 12/18] mfd: tps80031: Make it explicitly non-modular

2018-12-07 Thread Paul Gortmaker
contained at the top of the file in the comments. Cc: Lee Jones Cc: Laxman Dewangan Acked-by: Linus Walleij Signed-off-by: Paul Gortmaker --- drivers/mfd/tps80031.c | 37 ++--- 1 file changed, 2 insertions(+), 35 deletions(-) diff --git a/drivers/mfd/tps80031.c b/dr

[PATCH 14/18] mfd: wm831x-i2c: Make it explicitly non-modular

2018-12-07 Thread Paul Gortmaker
in use by this code, the init ordering remains unchanged with this commit. Also note that MODULE_DEVICE_TABLE is a no-op for non-modular code. Cc: Lee Jones Cc: patc...@opensource.cirrus.com Acked-by: Linus Walleij Signed-off-by: Paul Gortmaker --- drivers/mfd/wm831x-i2c.c | 20 ++--

[PATCH 14/18] mfd: wm831x-i2c: Make it explicitly non-modular

2018-12-07 Thread Paul Gortmaker
in use by this code, the init ordering remains unchanged with this commit. Also note that MODULE_DEVICE_TABLE is a no-op for non-modular code. Cc: Lee Jones Cc: patc...@opensource.cirrus.com Acked-by: Linus Walleij Signed-off-by: Paul Gortmaker --- drivers/mfd/wm831x-i2c.c | 20 ++--

[PATCH 08/18] mfd: sta2x11: drop unused MODULE_ tags from non-modular code

2018-12-07 Thread Paul Gortmaker
ith init.h and export.h ; the latter since the file does export some symbols. Cc: Lee Jones Cc: Alessandro Rubini Cc: Davide Ciminaghi Acked-by: Alessandro Rubini Acked-by: Davide Ciminaghi Acked-by: Linus Walleij Signed-off-by: Paul Gortmaker --- drivers/mfd/sta2x11-mfd.c | 10 -- 1 fi

[PATCH 08/18] mfd: sta2x11: drop unused MODULE_ tags from non-modular code

2018-12-07 Thread Paul Gortmaker
ith init.h and export.h ; the latter since the file does export some symbols. Cc: Lee Jones Cc: Alessandro Rubini Cc: Davide Ciminaghi Acked-by: Alessandro Rubini Acked-by: Davide Ciminaghi Acked-by: Linus Walleij Signed-off-by: Paul Gortmaker --- drivers/mfd/sta2x11-mfd.c | 10 -- 1 fi

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

2018-12-07 Thread Paul Gortmaker
Lee Jones Cc: patc...@opensource.cirrus.com Acked-by: Linus Walleij Signed-off-by: Paul Gortmaker --- drivers/mfd/wm831x-spi.c | 24 ++-- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/drivers/mfd/wm831x-spi.c b/drivers/mfd/wm831x-spi.c index 018ce652ae57..dd4dab419940 1006

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

2018-12-07 Thread Paul Gortmaker
Lee Jones Cc: patc...@opensource.cirrus.com Acked-by: Linus Walleij Signed-off-by: Paul Gortmaker --- drivers/mfd/wm831x-spi.c | 24 ++-- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/drivers/mfd/wm831x-spi.c b/drivers/mfd/wm831x-spi.c index 018ce652ae57..dd4dab419940 1006

[PATCH 07/18] mfd: rc5t583: Make it explicitly non-modular

2018-12-07 Thread Paul Gortmaker
SE tag etc. since all that information is already contained at the top of the file in the comments. Cc: Lee Jones Cc: Laxman Dewangan Acked-by: Linus Walleij Signed-off-by: Paul Gortmaker --- drivers/mfd/rc5t583.c | 14 -- 1 file changed, 14 deletions(-) diff --git a/drivers/mfd/r

[PATCH 04/18] mfd: db8500-prcmu: drop unused MODULE_ tags from non-modular code

2018-12-07 Thread Paul Gortmaker
tter since the file does export some symbols. Cc: Linus Walleij Cc: Lee Jones Cc: Mattias Nilsson Reviewed-by: Linus Walleij Signed-off-by: Paul Gortmaker --- drivers/mfd/db8500-prcmu.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/drivers/mfd/db8500-prcmu.c b/d

[PATCH 09/18] mfd: syscon: Make it explicitly non-modular

2018-12-07 Thread Paul Gortmaker
f the file in the comments. Cc: Lee Jones Cc: Arnd Bergmann Cc: Dong Aisheng Acked-by: Linus Walleij Signed-off-by: Paul Gortmaker --- drivers/mfd/syscon.c | 12 +--- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/drivers/mfd/syscon.c b/drivers/mfd/syscon.c index b6

[PATCH 10/18] mfd: tps65090: Make it explicitly non-modular

2018-12-07 Thread Paul Gortmaker
asu Acked-by: Linus Walleij Signed-off-by: Paul Gortmaker --- drivers/mfd/tps65090.c | 30 +- 1 file changed, 5 insertions(+), 25 deletions(-) diff --git a/drivers/mfd/tps65090.c b/drivers/mfd/tps65090.c index f13e4cd06e89..6968df4d7828 100644 --- a/drivers/mfd/tps65090

[PATCH 10/18] mfd: tps65090: Make it explicitly non-modular

2018-12-07 Thread Paul Gortmaker
asu Acked-by: Linus Walleij Signed-off-by: Paul Gortmaker --- drivers/mfd/tps65090.c | 30 +- 1 file changed, 5 insertions(+), 25 deletions(-) diff --git a/drivers/mfd/tps65090.c b/drivers/mfd/tps65090.c index f13e4cd06e89..6968df4d7828 100644 --- a/drivers/mfd/tps65090

[PATCH 07/18] mfd: rc5t583: Make it explicitly non-modular

2018-12-07 Thread Paul Gortmaker
SE tag etc. since all that information is already contained at the top of the file in the comments. Cc: Lee Jones Cc: Laxman Dewangan Acked-by: Linus Walleij Signed-off-by: Paul Gortmaker --- drivers/mfd/rc5t583.c | 14 -- 1 file changed, 14 deletions(-) diff --git a/drivers/mfd/r

[PATCH 04/18] mfd: db8500-prcmu: drop unused MODULE_ tags from non-modular code

2018-12-07 Thread Paul Gortmaker
tter since the file does export some symbols. Cc: Linus Walleij Cc: Lee Jones Cc: Mattias Nilsson Reviewed-by: Linus Walleij Signed-off-by: Paul Gortmaker --- drivers/mfd/db8500-prcmu.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/drivers/mfd/db8500-prcmu.c b/d

[PATCH 09/18] mfd: syscon: Make it explicitly non-modular

2018-12-07 Thread Paul Gortmaker
f the file in the comments. Cc: Lee Jones Cc: Arnd Bergmann Cc: Dong Aisheng Acked-by: Linus Walleij Signed-off-by: Paul Gortmaker --- drivers/mfd/syscon.c | 12 +--- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/drivers/mfd/syscon.c b/drivers/mfd/syscon.c index b6

[PATCH 03/18] mfd: as3711: Make it explicitly non-modular

2018-12-07 Thread Paul Gortmaker
. We also delete the MODULE_LICENSE tag etc. since all that information is already contained at the top of the file in the comments. Cc: Lee Jones Cc: Guennadi Liakhovetski Acked-by: Linus Walleij Signed-off-by: Paul Gortmaker --- drivers/mfd/as3711.c | 14 -- 1 file changed, 14

[PATCH 05/18] mfd: htc-i2cpld: Make it explicitly non-modular

2018-12-07 Thread Paul Gortmaker
Lee Jones Acked-by: Linus Walleij Signed-off-by: Paul Gortmaker --- drivers/mfd/htc-i2cpld.c | 18 +- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/drivers/mfd/htc-i2cpld.c b/drivers/mfd/htc-i2cpld.c index 01572b5e79e8..af3c66355270 100644 --- a/drivers/mfd/ht

[PATCH 01/18] mfd: aat2870-core: Make it explicitly non-modular

2018-12-07 Thread Paul Gortmaker
Walleij Signed-off-by: Paul Gortmaker --- drivers/mfd/aat2870-core.c | 40 +++- 1 file changed, 3 insertions(+), 37 deletions(-) diff --git a/drivers/mfd/aat2870-core.c b/drivers/mfd/aat2870-core.c index 3ba19a45f199..9d3d90d386c2 100644 --- a/drivers/mfd/aat2870-

[PATCH 06/18] mfd: max8925-core: drop unused MODULE_ tags from non-modular code

2018-12-07 Thread Paul Gortmaker
of modular infrastructure use, so that when reading the driver there is no doubt it is builtin-only. We delete the MODULE_LICENSE tag etc. since all that information is already contained at the top of the file in the comments. Cc: Lee Jones Cc: Haojian Zhuang Acked-by: Linus Walleij Signed-off-by: Paul

[PATCH 06/18] mfd: max8925-core: drop unused MODULE_ tags from non-modular code

2018-12-07 Thread Paul Gortmaker
of modular infrastructure use, so that when reading the driver there is no doubt it is builtin-only. We delete the MODULE_LICENSE tag etc. since all that information is already contained at the top of the file in the comments. Cc: Lee Jones Cc: Haojian Zhuang Acked-by: Linus Walleij Signed-off-by: Paul

[PATCH 03/18] mfd: as3711: Make it explicitly non-modular

2018-12-07 Thread Paul Gortmaker
. We also delete the MODULE_LICENSE tag etc. since all that information is already contained at the top of the file in the comments. Cc: Lee Jones Cc: Guennadi Liakhovetski Acked-by: Linus Walleij Signed-off-by: Paul Gortmaker --- drivers/mfd/as3711.c | 14 -- 1 file changed, 14

[PATCH 05/18] mfd: htc-i2cpld: Make it explicitly non-modular

2018-12-07 Thread Paul Gortmaker
Lee Jones Acked-by: Linus Walleij Signed-off-by: Paul Gortmaker --- drivers/mfd/htc-i2cpld.c | 18 +- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/drivers/mfd/htc-i2cpld.c b/drivers/mfd/htc-i2cpld.c index 01572b5e79e8..af3c66355270 100644 --- a/drivers/mfd/ht

[PATCH 01/18] mfd: aat2870-core: Make it explicitly non-modular

2018-12-07 Thread Paul Gortmaker
Walleij Signed-off-by: Paul Gortmaker --- drivers/mfd/aat2870-core.c | 40 +++- 1 file changed, 3 insertions(+), 37 deletions(-) diff --git a/drivers/mfd/aat2870-core.c b/drivers/mfd/aat2870-core.c index 3ba19a45f199..9d3d90d386c2 100644 --- a/drivers/mfd/aat2870-

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

2018-12-07 Thread Paul Gortmaker
all that information was (or is now) contained at the top of the file in the comments. Cc: Michael Hennerich Cc: Lee Jones Acked-by: Linus Walleij Signed-off-by: Paul Gortmaker --- drivers/mfd/adp5520.c | 30 +++--- 1 file changed, 7 insertions(+), 23 deletions(-) diff

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

2018-12-07 Thread Paul Gortmaker
all that information was (or is now) contained at the top of the file in the comments. Cc: Michael Hennerich Cc: Lee Jones Acked-by: Linus Walleij Signed-off-by: Paul Gortmaker --- drivers/mfd/adp5520.c | 30 +++--- 1 file changed, 7 insertions(+), 23 deletions(-) diff

Re: [PATCH 18/22] mfd: wm831x-i2c: Make it explicitly non-modular

2018-12-07 Thread Paul Gortmaker
[Re: [PATCH 18/22] mfd: wm831x-i2c: Make it explicitly non-modular] On 05/12/2018 (Wed 11:38) Charles Keepax wrote: > On Sun, Dec 02, 2018 at 11:23:25PM -0500, Paul Gortmaker wrote: [...] > > -static int wm831x_i2c_remove(struct i2c_client *i2c) > > -{ > > -

Re: [PATCH 18/22] mfd: wm831x-i2c: Make it explicitly non-modular

2018-12-07 Thread Paul Gortmaker
[Re: [PATCH 18/22] mfd: wm831x-i2c: Make it explicitly non-modular] On 05/12/2018 (Wed 11:38) Charles Keepax wrote: > On Sun, Dec 02, 2018 at 11:23:25PM -0500, Paul Gortmaker wrote: [...] > > -static int wm831x_i2c_remove(struct i2c_client *i2c) > > -{ > > -

Re: [PATCH v2 00/22] mfd: demodularization of non-modular drivers

2018-12-05 Thread Paul Gortmaker
[RE: [PATCH v2 00/22] mfd: demodularization of non-modular drivers] On 05/12/2018 (Wed 12:01) Steve Twiss wrote: > Hi Paul, > > On 03 December 2018 04:23, Paul Gortmaker wrote: > > > Subject: [PATCH v2 00/22] mfd: demodularization of non-modular drivers > > >

<    1   2   3   4   5   6   7   8   9   10   >