[PATCH 1/8] gpio: palmas: fix implicit assumption module.h is present

2016-09-12 Thread Paul Gortmaker
c: linux-g...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/gpio/gpio-palmas.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpio/gpio-palmas.c b/drivers/gpio/gpio-palmas.c index 839474430229..3d818195e351 100644 --- a/drivers/gpio/gpio-palmas.c +++ b/drivers/gpio/gpio-palmas.c @@ -15

[PATCH 4/8] gpio: altera: fix implicit assumption module.h is present

2016-09-12 Thread Paul Gortmaker
t;struct module;" but if we do, this file will fail to compile. So we fix this first to avoid putting build failures into the bisect commit history. Cc: Linus Walleij <linus.wall...@linaro.org> Cc: Alexandre Courbot <gnu...@gmail.com> Cc: linux-g...@vger.kernel.org Signed-off

[PATCH 4/8] gpio: altera: fix implicit assumption module.h is present

2016-09-12 Thread Paul Gortmaker
t;struct module;" but if we do, this file will fail to compile. So we fix this first to avoid putting build failures into the bisect commit history. Cc: Linus Walleij Cc: Alexandre Courbot Cc: linux-g...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/gpio/gpio-altera.c | 1

[PATCH 4/6] mfd: smsc-ece1099: Make it explicitly non-modular

2016-09-12 Thread Paul Gortmaker
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: Samuel Ortiz <sa...@linux.intel.com> Cc: Lee Jones <lee.jo...@linaro.org> Cc: Sourav Poddar <sourav.pod...@ti.com> S

[PATCH 4/6] mfd: smsc-ece1099: Make it explicitly non-modular

2016-09-12 Thread Paul Gortmaker
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: Samuel Ortiz Cc: Lee Jones Cc: Sourav Poddar Signed-off-by: Paul Gortmaker --- drivers/mfd/smsc-ece1099.c | 11 ++- 1 file

[PATCH 1/6] mfd: altera-a10sr: make it explicitly non-modular

2016-09-12 Thread Paul Gortmaker
t; Cc: Lee Jones <lee.jo...@linaro.org> Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/mfd/altera-a10sr.c | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/drivers/mfd/altera-a10sr.c b/drivers/mfd/altera-a10sr.c index 40ed6

[PATCH 1/6] mfd: altera-a10sr: make it explicitly non-modular

2016-09-12 Thread Paul Gortmaker
t it would be via builtin_driver().] 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: Thor Thayer Cc: Lee Jones Signed-off-by: Paul

[PATCH v2 0/6] mfd: trivial demodularization of non-modular drivers.

2016-09-12 Thread Paul Gortmaker
m> Cc: Samuel Ortiz <sa...@linux.intel.com> Cc: Sourav Poddar <sourav.pod...@ti.com> Cc: Thor Thayer <ttha...@opensource.altera.com> Cc: Tony Lindgren <t...@atomide.com> Cc: linux-o...@vger.kernel.org Paul Gortmaker (6): mfd: altera-a10sr: make it explicitly non-modular

[PATCH 3/6] mfd: intel_msic: Make it explicitly non-modular

2016-09-12 Thread Paul Gortmaker
e top of the file in the comments. Cc: Lee Jones <lee.jo...@linaro.org> Cc: Mika Westerberg <mika.westerb...@linux.intel.com> Acked-by: Mika Westerberg <mika.westerb...@linux.intel.com> Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/mfd/intel_msic.c

[PATCH 2/6] mfd: as3722: convert MFD_AS3722 from bool to tristate

2016-09-12 Thread Paul Gortmaker
t;sa...@linux.intel.com> Cc: Lee Jones <lee.jo...@linaro.org> Cc: Florian Lobmaier <florian.lobma...@ams.com> Cc: Laxman Dewangan <ldewan...@nvidia.com> Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/mfd/Kconfig | 2 +- 1 file changed, 1 ins

[PATCH 6/6] mfd: twl-core: Make it explicitly non-modular

2016-09-12 Thread Paul Gortmaker
contained at the top of the file in the comments. Cc: Tony Lindgren <t...@atomide.com> Cc: Samuel Ortiz <sa...@linux.intel.com> Cc: Lee Jones <lee.jo...@linaro.org> Cc: linux-o...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/mf

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

2016-09-12 Thread Paul Gortmaker
zil...@free-electrons.com> Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/mfd/sun6i-prcm.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/drivers/mfd/sun6i-prcm.c b/drivers/mfd/sun6i-prcm.c index 191173166d65..011fcc555945 100644 --- a/dr

[PATCH v2 0/6] mfd: trivial demodularization of non-modular drivers.

2016-09-12 Thread Paul Gortmaker
Cc: Florian Lobmaier Cc: Laxman Dewangan Cc: Lee Jones Cc: Maxime Ripard Cc: Mika Westerberg Cc: Samuel Ortiz Cc: Sourav Poddar Cc: Thor Thayer Cc: Tony Lindgren Cc: linux-o...@vger.kernel.org Paul Gortmaker (6): mfd: altera-a10sr: make it explicitly non-modular mfd: as3722: convert MF

[PATCH 3/6] mfd: intel_msic: Make it explicitly non-modular

2016-09-12 Thread Paul Gortmaker
e top of the file in the comments. Cc: Lee Jones Cc: Mika Westerberg Acked-by: Mika Westerberg Signed-off-by: Paul Gortmaker --- drivers/mfd/intel_msic.c | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/drivers/mfd/intel_msic.c b/drivers/mfd/intel_msic.c index 25d486c

[PATCH 2/6] mfd: as3722: convert MFD_AS3722 from bool to tristate

2016-09-12 Thread Paul Gortmaker
z Cc: Lee Jones Cc: Florian Lobmaier Cc: Laxman Dewangan Signed-off-by: Paul Gortmaker --- drivers/mfd/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 9ac9f6250ba8..9a529bf06eed 100644 --- a/drivers/mfd/Kconfig +++ b

[PATCH 6/6] mfd: twl-core: Make it explicitly non-modular

2016-09-12 Thread Paul Gortmaker
contained at the top of the file in the comments. Cc: Tony Lindgren Cc: Samuel Ortiz Cc: Lee Jones Cc: linux-o...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/mfd/twl-core.c | 9 + 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/drivers/mfd/twl-core.c b/drive

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

2016-09-12 Thread Paul Gortmaker
contained at the top of the file in the comments. Cc: Samuel Ortiz Cc: Lee Jones Cc: Maxime Ripard Acked-by: Maxime Ripard Cc: Boris BREZILLON Signed-off-by: Paul Gortmaker --- drivers/mfd/sun6i-prcm.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/drivers/mfd/sun6

[PATCH] fmc: don't include moduleparam.h in include/linux header files.

2016-09-09 Thread Paul Gortmaker
gt; Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/fmc/fmc-trivial.c | 1 + include/linux/fmc.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/fmc/fmc-trivial.c b/drivers/fmc/fmc-trivial.c index 6c590f54c79d..44d93dd88a5f 100644 -

[PATCH] fmc: don't include moduleparam.h in include/linux header files.

2016-09-09 Thread Paul Gortmaker
#define, it is the driver's responsibility to include moduleparam.h should it decide to make use of any of these. So move the include to the one and only driver to use these macros and ensure we keep setting the proper example in include/linux headers. Cc: Alessandro Rubini Signed-off-by: Paul G

[ANNOUNCE] 4.8-rc5-rt1 beta

2016-09-06 Thread Paul Gortmaker
This is a carry forward of the -rt patches off v4.6.7-rt11 through mainline commits of v4.7 and up to the current v4.8-rc5. https://git.kernel.org/cgit/linux/kernel/git/paulg/4.8-rt-patches.git The repository only contains patches; this is aimed at being a stepping stone for developers who are

[ANNOUNCE] 4.8-rc5-rt1 beta

2016-09-06 Thread Paul Gortmaker
This is a carry forward of the -rt patches off v4.6.7-rt11 through mainline commits of v4.7 and up to the current v4.8-rc5. https://git.kernel.org/cgit/linux/kernel/git/paulg/4.8-rt-patches.git The repository only contains patches; this is aimed at being a stepping stone for developers who are

Re: [PATCH 0/5] reset: make non-modular drivers really non modular

2016-09-05 Thread Paul Gortmaker
[[PATCH 0/5] reset: make non-modular drivers really non modular] On 13/06/2016 (Mon 14:03) Paul Gortmaker wrote: > For anyone new to the underlying goal of this cleanup, we are trying to > not use module support for code that can never be built as a module since: Hi Phillip, Wonderin

Re: [PATCH 0/5] reset: make non-modular drivers really non modular

2016-09-05 Thread Paul Gortmaker
[[PATCH 0/5] reset: make non-modular drivers really non modular] On 13/06/2016 (Mon 14:03) Paul Gortmaker wrote: > For anyone new to the underlying goal of this cleanup, we are trying to > not use module support for code that can never be built as a module since: Hi Phillip, Wonderin

[PATCH 3/9] PCI: PCIe aerdrv: make it explicitly non-modular

2016-08-24 Thread Paul Gortmaker
rn Helgaas <bhelg...@google.com> Cc: Tom Long Nguyen <tom.l.ngu...@intel.com> Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/pci/pcie/aer/aerdrv.c | 18 +- 1 file changed, 1 insertion(+), 17 deletions(-) diff

[PATCH 3/9] PCI: PCIe aerdrv: make it explicitly non-modular

2016-08-24 Thread Paul Gortmaker
rn Helgaas Cc: Tom Long Nguyen Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/pci/pcie/aer/aerdrv.c | 18 +- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/drivers/pci/pcie/aer/aerdrv.c b/drivers/pci/pcie/aer/aerdrv.c index 48d21e0edd56..49

[PATCH 2/9] PCI: PCIe pme: make it explicitly non-modular

2016-08-24 Thread Paul Gortmaker
ular case, the init ordering remains unchanged with this commit. We don't exchange module.h for init.h since this file already has it. Cc: Bjorn Helgaas <bhelg...@google.com> Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/pci/

[PATCH 2/9] PCI: PCIe pme: make it explicitly non-modular

2016-08-24 Thread Paul Gortmaker
ular case, the init ordering remains unchanged with this commit. We don't exchange module.h for init.h since this file already has it. Cc: Bjorn Helgaas Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/pci/pcie/pme.c | 16 +--- 1 file changed, 1 insertion(+),

[PATCH 7/9] PCI: PCIe xilinx-nwl: make host code explicitly non-modular

2016-08-24 Thread Paul Gortmaker
comments. Cc: Bjorn Helgaas <bhelg...@google.com> Cc: Michal Simek <michal.si...@xilinx.com> Cc: "Sören Brinkmann" <soren.brinkm...@xilinx.com> Cc: Marc Zyngier <marc.zyng...@arm.com> Cc: Bharat Kumar Gogada <bharat.kumar.gog...@xilinx.com> Cc: linux-..

[PATCH 4/9] PCI: dra7xx: make host code explicitly non-modular

2016-08-24 Thread Paul Gortmaker
omments. Cc: Kishon Vijay Abraham I <kis...@ti.com> Cc: Bjorn Helgaas <bhelg...@google.com> Cc: linux-o...@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/pci/host/pci-dra7xx.c | 31 +++

[PATCH 7/9] PCI: PCIe xilinx-nwl: make host code explicitly non-modular

2016-08-24 Thread Paul Gortmaker
comments. Cc: Bjorn Helgaas Cc: Michal Simek Cc: "Sören Brinkmann" Cc: Marc Zyngier Cc: Bharat Kumar Gogada Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/pci/host/pcie-xilinx-nwl.c | 53 +++--- 1 file changed, 3 insertions(+

[PATCH 4/9] PCI: dra7xx: make host code explicitly non-modular

2016-08-24 Thread Paul Gortmaker
omments. Cc: Kishon Vijay Abraham I Cc: Bjorn Helgaas Cc: linux-o...@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/pci/host/pci-dra7xx.c | 31 +++ 1 file changed, 3 insertions(+), 28 deletions(-) diff --git a/drivers/pci

[PATCH 5/9] PCI: PCIe qcom: make host code explicitly non-modular

2016-08-24 Thread Paul Gortmaker
in the comments. Cc: Stanimir Varbanov <svarba...@mm-sol.com> Cc: Bjorn Helgaas <bhelg...@google.com> Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/pci/host/pcie-qcom.c | 28 +++- 1 file changed, 7 inse

[PATCH 5/9] PCI: PCIe qcom: make host code explicitly non-modular

2016-08-24 Thread Paul Gortmaker
in the comments. Cc: Stanimir Varbanov Cc: Bjorn Helgaas Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/pci/host/pcie-qcom.c | 28 +++- 1 file changed, 7 insertions(+), 21 deletions(-) diff --git a/drivers/pci/host/pcie-qcom.c b/drivers/pci/ho

[PATCH 8/9] PCI: hotplug_core: make it explicitly non-modular

2016-08-24 Thread Paul Gortmaker
ott Murray <sc...@spiteful.org> Cc: kristen.c.acca...@intel.com Cc: Bjorn Helgaas <bhelg...@google.com> Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/pci/hotplug/cpci_hotplug.h | 2 -- drivers/pci/hotp

[PATCH 1/9] PCI: PCIe dpc: make it explicitly non-modular

2016-08-24 Thread Paul Gortmaker
nformation was (or is now) contained at the top of the file in the comments. Cc: Bjorn Helgaas <bhelg...@google.com> Cc: Keith Busch <keith.bu...@intel.com> Cc: Mika Westerberg <mika.westerb...@linux.intel.com> Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@

[PATCH 0/9] PCI: final demodularization of non-modular code

2016-08-24 Thread Paul Gortmaker
ann" <soren.brinkm...@xilinx.com> Cc: Stanimir Varbanov <svarba...@mm-sol.com> Cc: Tom Long Nguyen <tom.l.ngu...@intel.com> Cc: linux-o...@vger.kernel.org Cc: linux-...@vger.kernel.org Paul Gortmaker (9): PCI: PCIe dpc: make it explicitly non-modular PCI: PCIe pme: make it e

[PATCH 9/9] PCI: hotplug: make PCIe core code explicitly non-modular

2016-08-24 Thread Paul Gortmaker
cca...@intel.com Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/pci/hotplug/pciehp_core.c | 20 +--- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/drivers/pci/hotplug/pciehp_core.c b/drivers/pci/hotpl

[PATCH 8/9] PCI: hotplug_core: make it explicitly non-modular

2016-08-24 Thread Paul Gortmaker
ott Murray Cc: kristen.c.acca...@intel.com Cc: Bjorn Helgaas Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/pci/hotplug/cpci_hotplug.h | 2 -- drivers/pci/hotplug/cpci_hotplug_core.c | 10 -- drivers/pci/hotplug/pci_hotplug_core.c | 18 ++---

[PATCH 1/9] PCI: PCIe dpc: make it explicitly non-modular

2016-08-24 Thread Paul Gortmaker
nformation was (or is now) contained at the top of the file in the comments. Cc: Bjorn Helgaas Cc: Keith Busch Cc: Mika Westerberg Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/pci/pcie/pcie-dpc.c | 18 -- 1 file changed, 4 insertions(+), 14 deletions(-)

[PATCH 0/9] PCI: final demodularization of non-modular code

2016-08-24 Thread Paul Gortmaker
Cc: Mika Westerberg Cc: Scott Murray Cc: "Sören Brinkmann" Cc: Stanimir Varbanov Cc: Tom Long Nguyen Cc: linux-o...@vger.kernel.org Cc: linux-...@vger.kernel.org Paul Gortmaker (9): PCI: PCIe dpc: make it explicitly non-modular PCI: PCIe pme: make it explicitly non-modular PC

[PATCH 9/9] PCI: hotplug: make PCIe core code explicitly non-modular

2016-08-24 Thread Paul Gortmaker
Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/pci/hotplug/pciehp_core.c | 20 +--- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/drivers/pci/hotplug/pciehp_core.c b/drivers/pci/hotplug/pciehp_core.c index ac531e674a05..fb0f86335158 100644 --- a/d

[PATCH 6/9] PCI: PCIe xilinx: make host code explicitly non-modular

2016-08-24 Thread Paul Gortmaker
Cc: Michal Simek <michal.si...@xilinx.com> Cc: "Sören Brinkmann" <soren.brinkm...@xilinx.com> Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/pci/host/pcie-xilinx.c | 53 ++ 1 file cha

[PATCH 6/9] PCI: PCIe xilinx: make host code explicitly non-modular

2016-08-24 Thread Paul Gortmaker
Brinkmann" Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/pci/host/pcie-xilinx.c | 53 ++ 1 file changed, 2 insertions(+), 51 deletions(-) diff --git a/drivers/pci/host/pcie-xilinx.c b/drivers/pci/host/pcie-xilinx.c index a30e01

[PATCH 0/6] pinctrl: trivial demodularization of builtin code

2016-08-23 Thread Paul Gortmaker
ngjun Ying <rongjun.y...@csr.com> Cc: Yuping Luo <yuping@csr.com> Cc: linux-g...@vger.kernel.org Cc: linux-rockc...@lists.infradead.org Paul Gortmaker (6): pinctrl: mediatek: make mtk-common explicitly non-modular pinctrl: nomadik: make abx500 explicitly non-modular pinctrl: n

[PATCH 0/6] pinctrl: trivial demodularization of builtin code

2016-08-23 Thread Paul Gortmaker
. --- Cc: Alessandro Rubini Cc: Barry Song Cc: Heiko Stuebner Cc: Hongzhou Yang Cc: Linus Walleij Cc: Patrice Chotard Cc: Rongjun Ying Cc: Yuping Luo Cc: linux-g...@vger.kernel.org Cc: linux-rockc...@lists.infradead.org Paul Gortmaker (6): pinctrl: mediatek: make mtk-common explicitly non

[PATCH 5/6] pinctrl: sirf: make atlas7 explicitly non-modular

2016-08-23 Thread Paul Gortmaker
gt; Cc: linux-g...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/pinctrl/sirf/pinctrl-atlas7.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/pinctrl/sirf/pinctrl-atlas7.c b/drivers/pinctrl/sirf/pinctrl-atlas7

[PATCH 4/6] pinctrl: rockchip: make it explicitly non-modular

2016-08-23 Thread Paul Gortmaker
gt; Cc: Heiko Stuebner <he...@sntech.de> Cc: linux-g...@vger.kernel.org Cc: linux-rockc...@lists.infradead.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/pinctrl/pinctrl-rockchip.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git

[PATCH 5/6] pinctrl: sirf: make atlas7 explicitly non-modular

2016-08-23 Thread Paul Gortmaker
ure 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: Linus Walleij Cc: Barry Song Cc: linux-g...@vger.kernel.org Signed-off-by: Paul Gortma

[PATCH 4/6] pinctrl: rockchip: make it explicitly non-modular

2016-08-23 Thread Paul Gortmaker
-g...@vger.kernel.org Cc: linux-rockc...@lists.infradead.org Signed-off-by: Paul Gortmaker --- drivers/pinctrl/pinctrl-rockchip.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/drivers/pinctrl/pinctrl-rockchip.c b/drivers/pinctrl/pinctrl-rockchip.c index 44902c63f507

[PATCH 2/6] pinctrl: nomadik: make abx500 explicitly non-modular

2016-08-23 Thread Paul Gortmaker
lt;linus.wall...@linaro.org> Cc: Alessandro Rubini <rub...@unipv.it> Cc: Patrice Chotard <patrice.chot...@st.com> Cc: linux-g...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/pinctrl/nomadik/pinctrl-abx500.c | 8 ++-- 1 file changed, 2 i

[PATCH 6/6] pinctrl: sirf: make core support explicitly non-modular

2016-08-23 Thread Paul Gortmaker
@csr.com> Cc: Yuping Luo <yuping@csr.com> Cc: Barry Song <bao...@kernel.org> Cc: linux-g...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/pinctrl/sirf/pinctrl-sirf.c | 12 +--- 1 file changed, 5 insertions(+), 7 deletions

[PATCH 2/6] pinctrl: nomadik: make abx500 explicitly non-modular

2016-08-23 Thread Paul Gortmaker
Alessandro Rubini Cc: Patrice Chotard Cc: linux-g...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/pinctrl/nomadik/pinctrl-abx500.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/drivers/pinctrl/nomadik/pinctrl-abx500.c b/drivers/pinctrl/nomadik/pinctr

[PATCH 6/6] pinctrl: sirf: make core support explicitly non-modular

2016-08-23 Thread Paul Gortmaker
x-g...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/pinctrl/sirf/pinctrl-sirf.c | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/drivers/pinctrl/sirf/pinctrl-sirf.c b/drivers/pinctrl/sirf/pinctrl-sirf.c index 762c0c9c1278..0df72be60704 100644 --- a/drivers/pinc

[PATCH 1/6] pinctrl: mediatek: make mtk-common explicitly non-modular

2016-08-23 Thread Paul Gortmaker
Cc: Linus Walleij <linus.wall...@linaro.org> Cc: Hongzhou Yang <hongzhou.y...@mediatek.com> Cc: linux-g...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/pinctrl/mediatek/pinctrl-mtk-common.c | 5 - 1 file changed, 5 deletions(-) diff --

[PATCH 3/6] pinctrl: nomadik: make core support explicitly non-modular

2016-08-23 Thread Paul Gortmaker
lessandro Rubini <rub...@unipv.it> Cc: linux-g...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/pinctrl/nomadik/pinctrl-nomadik.c | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/pinctrl/nomadik/pinctrl-nomadik.c b/drivers/pinct

[PATCH 1/6] pinctrl: mediatek: make mtk-common explicitly non-modular

2016-08-23 Thread Paul Gortmaker
Cc: Linus Walleij Cc: Hongzhou Yang Cc: linux-g...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/pinctrl/mediatek/pinctrl-mtk-common.c | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/pinctrl/mediatek/pinctrl-mtk-common.c b/drivers/pinctrl/mediatek/pinctrl-mtk-common.c in

[PATCH 3/6] pinctrl: nomadik: make core support explicitly non-modular

2016-08-23 Thread Paul Gortmaker
c: linux-g...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/pinctrl/nomadik/pinctrl-nomadik.c | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/pinctrl/nomadik/pinctrl-nomadik.c b/drivers/pinctrl/nomadik/pinctrl-nomadik.c index 6f2e1da11b1e..205fb399268a 100644 --- a/drivers/pinct

Re: [PATCH 1/6] mfd: altera-a10sr: make it explicitly non-modular

2016-08-23 Thread Paul Gortmaker
On Fri, Aug 5, 2016 at 8:57 AM, Lee Jones <lee.jo...@linaro.org> wrote: > On Mon, 04 Jul 2016, Paul Gortmaker wrote: > >> The Kconfig currently controlling compilation of this code is: >> >> drivers/mfd/Kconfig:config MFD_ALTERA_A10SR >> drivers/mfd/Kconfig:

Re: [PATCH 1/6] mfd: altera-a10sr: make it explicitly non-modular

2016-08-23 Thread Paul Gortmaker
On Fri, Aug 5, 2016 at 8:57 AM, Lee Jones wrote: > On Mon, 04 Jul 2016, Paul Gortmaker wrote: > >> The Kconfig currently controlling compilation of this code is: >> >> drivers/mfd/Kconfig:config MFD_ALTERA_A10SR >> drivers/mfd/Kconfig:bool "Altera

Re: [PATCH -next] ARM: pxa: remove duplicated include from spitz.c

2016-08-23 Thread Paul Gortmaker
[Re: [PATCH -next] ARM: pxa: remove duplicated include from spitz.c] On 23/08/2016 (Tue 19:20) Robert Jarzmik wrote: > Wei Yongjun writes: > > > Hi Robert, > > On 08/24/2016 12:24 AM, Robert Jarzmik wrote: > >> Wei Yongjun writes: > >> > >>> Remove

Re: [PATCH -next] ARM: pxa: remove duplicated include from spitz.c

2016-08-23 Thread Paul Gortmaker
[Re: [PATCH -next] ARM: pxa: remove duplicated include from spitz.c] On 23/08/2016 (Tue 19:20) Robert Jarzmik wrote: > Wei Yongjun writes: > > > Hi Robert, > > On 08/24/2016 12:24 AM, Robert Jarzmik wrote: > >> Wei Yongjun writes: > >> > >>> Remove duplicated include. > >> How so duplicated ?

Re: [PATCH -next] PCI/PCIe: make DPC explicitly non-modular

2016-08-22 Thread Paul Gortmaker
[Re: [PATCH -next] PCI/PCIe: make DPC explicitly non-modular] On 22/08/2016 (Mon 14:44) Bjorn Helgaas wrote: > Hi Paul, > > On Thu, Jul 28, 2016 at 05:28:02PM -0400, Paul Gortmaker wrote: [...] > > > > Yep, not to worry, I've still got the following patches pending for

Re: [PATCH -next] PCI/PCIe: make DPC explicitly non-modular

2016-08-22 Thread Paul Gortmaker
[Re: [PATCH -next] PCI/PCIe: make DPC explicitly non-modular] On 22/08/2016 (Mon 14:44) Bjorn Helgaas wrote: > Hi Paul, > > On Thu, Jul 28, 2016 at 05:28:02PM -0400, Paul Gortmaker wrote: [...] > > > > Yep, not to worry, I've still got the following patches pending for

[PATCH 4/8] PCI: portdrv: make it explicitly non-modular

2016-08-22 Thread Paul Gortmaker
file. Cc: Bjorn Helgaas <bhelg...@google.com> Cc: Tom Long Nguyen <tom.l.ngu...@intel.com> Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/pci/pcie/portdrv_pci.c | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) d

[PATCH 2/8] PCI: altera: make it explicitly non-modular

2016-08-22 Thread Paul Gortmaker
lso 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: Ley Foon Tan <lf...@altera.com> Cc: Bjorn Helgaas <bhelg...@google.com> Cc: r...@lists.rocketboards.org Cc: linux-...@vger.kernel.org Signed-off-by: Paul

[PATCH 7/8] PCI: exynos: make host support explicitly non-modular

2016-08-22 Thread Paul Gortmaker
Jingoo Han <jingooh...@gmail.com> Cc: Bjorn Helgaas <bhelg...@google.com> Cc: Kukjin Kim <kg...@kernel.org> Cc: Krzysztof Kozlowski <k.kozlow...@samsung.com> Cc: linux-...@vger.kernel.org Cc: linux-samsung-...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@win

[PATCH 6/8] PCI: designware: make host support explicitly non-modular

2016-08-22 Thread Paul Gortmaker
<jingooh...@gmail.com> Cc: Pratyush Anand <pratyush.an...@gmail.com> Cc: Bjorn Helgaas <bhelg...@google.com> Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/pci/host/pcie-designware.c | 5 - 1 file changed, 5 deletions(

[PATCH 4/8] PCI: portdrv: make it explicitly non-modular

2016-08-22 Thread Paul Gortmaker
file. Cc: Bjorn Helgaas Cc: Tom Long Nguyen Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/pci/pcie/portdrv_pci.c | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/drivers/pci/pcie/portdrv_pci.c b/drivers/pci/pcie/portdrv_pci.c index 70

[PATCH 2/8] PCI: altera: make it explicitly non-modular

2016-08-22 Thread Paul Gortmaker
lso 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: Ley Foon Tan Cc: Bjorn Helgaas Cc: r...@lists.rocketboards.org Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/pci/host/pcie-altera.c | 12 +-

[PATCH 7/8] PCI: exynos: make host support explicitly non-modular

2016-08-22 Thread Paul Gortmaker
oo Han Cc: Bjorn Helgaas Cc: Kukjin Kim Cc: Krzysztof Kozlowski Cc: linux-...@vger.kernel.org Cc: linux-samsung-...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/pci/host/pci-exynos.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/drivers/pci/host/pci-

[PATCH 6/8] PCI: designware: make host support explicitly non-modular

2016-08-22 Thread Paul Gortmaker
: Pratyush Anand Cc: Bjorn Helgaas Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/pci/host/pcie-designware.c | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/pci/host/pcie-designware.c b/drivers/pci/host/pcie-designware.c index 12afce19890b..16374202cb8b

[PATCH 8/8] PCI: generic: make host-common explicitly non-modular

2016-08-22 Thread Paul Gortmaker
. since all that information was (or is now) contained at the top of the file in the comments. Cc: Will Deacon <will.dea...@arm.com> Cc: Bjorn Helgaas <bhelg...@google.com> Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/pci/host

[PATCH 8/8] PCI: generic: make host-common explicitly non-modular

2016-08-22 Thread Paul Gortmaker
. since all that information was (or is now) contained at the top of the file in the comments. Cc: Will Deacon Cc: Bjorn Helgaas Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/pci/host/pci-host-common.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git

[PATCH 3/8] PCI: imx6: make it explicitly non-modular

2016-08-22 Thread Paul Gortmaker
t;bhelg...@google.com> Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/pci/host/pci-imx6.c | 9 + 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/drivers/pci/host/pci-imx6.c b/drivers/pci/host/pci-imx6.c index

[PATCH 3/8] PCI: imx6: make it explicitly non-modular

2016-08-22 Thread Paul Gortmaker
e module.h since the file never even had that. 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: Richard Zhu Cc: Lucas Stach Cc: Bjorn Helgaas Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker --- d

[PATCH 5/8] PCI: spear13xx: make it explicitly non-modular

2016-08-22 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: Pratyush Anand <pratyush.an...@gmail.com> Cc: Bjorn Helgaas <bhelg...@google.com> Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker <pau

[PATCH 5/8] PCI: spear13xx: make it explicitly non-modular

2016-08-22 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: Pratyush Anand Cc: Bjorn Helgaas Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/pci/host/pcie-spear13xx.c | 11 ++- 1 file

[PATCH 0/8] PCI: more trivial demodularization of builtin code

2016-08-22 Thread Paul Gortmaker
Richard Zhu <richard@freescale.com> Cc: Tom Long Nguyen <tom.l.ngu...@intel.com> Cc: Will Deacon <will.dea...@arm.com> Cc: r...@lists.rocketboards.org Cc: linux-...@vger.kernel.org Cc: linux-samsung-...@vger.kernel.org Paul Gortmaker (8): PCI: altera: make msi explicitly non

[PATCH 1/8] PCI: altera: make msi explicitly non-modular

2016-08-22 Thread Paul Gortmaker
.@google.com> Cc: r...@lists.rocketboards.org Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/pci/host/pcie-altera-msi.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/pci/host/pcie-altera-ms

[PATCH 1/8] PCI: altera: make msi explicitly non-modular

2016-08-22 Thread Paul Gortmaker
Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/pci/host/pcie-altera-msi.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/pci/host/pcie-altera-msi.c b/drivers/pci/host/pcie-altera-msi.c index 99177f4ccde2..369e033449c6 100644 --- a/d

[PATCH 0/8] PCI: more trivial demodularization of builtin code

2016-08-22 Thread Paul Gortmaker
Cc: Krzysztof Kozlowski Cc: Kukjin Kim Cc: Ley Foon Tan Cc: Lucas Stach Cc: Pratyush Anand Cc: Richard Zhu Cc: Tom Long Nguyen Cc: Will Deacon Cc: r...@lists.rocketboards.org Cc: linux-...@vger.kernel.org Cc: linux-samsung-...@vger.kernel.org Paul Gortmaker (8): PCI: altera: make msi

[PATCH 4/4] gpio: vf610: drop unused MODULE_ tags from non-modular code

2016-08-22 Thread Paul Gortmaker
xandre Courbot <gnu...@gmail.com> Cc: Stefan Agner <ste...@agner.ch> Cc: linux-g...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/gpio/gpio-vf610.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/drivers/gpio/gpi

[PATCH 2/4] gpio: mxc: drop unused MODULE_ tags from non-modular code

2016-08-22 Thread Paul Gortmaker
has that. Cc: Linus Walleij <linus.wall...@linaro.org> Cc: Alexandre Courbot <gnu...@gmail.com> Cc: Daniel Mack <dan...@caiaq.de> Cc: Juergen Beisert <ker...@pengutronix.de> Cc: linux-g...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> ---

[PATCH 4/4] gpio: vf610: drop unused MODULE_ tags from non-modular code

2016-08-22 Thread Paul Gortmaker
Cc: linux-g...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/gpio/gpio-vf610.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/drivers/gpio/gpio-vf610.c b/drivers/gpio/gpio-vf610.c index 6284bdbe1e0c..3edb09cb9ee0 100644 --- a/drivers/gpio/gpio-vf610.c +++ b

[PATCH 2/4] gpio: mxc: drop unused MODULE_ tags from non-modular code

2016-08-22 Thread Paul Gortmaker
has that. Cc: Linus Walleij Cc: Alexandre Courbot Cc: Daniel Mack Cc: Juergen Beisert Cc: linux-g...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/gpio/gpio-mxc.c | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/drivers/gpio/gpio-mxc.c b/drivers/gpio

[PATCH 3/4] gpio: spear-spics: drop unused MODULE_ tags from non-modular code

2016-08-22 Thread Paul Gortmaker
Cc: Linus Walleij <linus.wall...@linaro.org> Cc: Alexandre Courbot <gnu...@gmail.com> Cc: Shiraz Hashim <shiraz.linux.ker...@gmail.com> Cc: linux-g...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/gpio/gpio-spear-spics.c | 7 +--

[PATCH 0/4] gpio: delete MODULE_ tags in non-modular drivers

2016-08-22 Thread Paul Gortmaker
Beisert <ker...@pengutronix.de> Cc: Linus Walleij <linus.wall...@linaro.org> Cc: Mathias Nyman <mathias.ny...@linux.intel.com> Cc: Shiraz Hashim <shiraz.linux.ker...@gmail.com> Cc: Stefan Agner <ste...@agner.ch> Cc: linux-g...@vger.kernel.org Paul Gortmaker (4): gpio: msic:

[PATCH 3/4] gpio: spear-spics: drop unused MODULE_ tags from non-modular code

2016-08-22 Thread Paul Gortmaker
Cc: Linus Walleij Cc: Alexandre Courbot Cc: Shiraz Hashim Cc: linux-g...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/gpio/gpio-spear-spics.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/drivers/gpio/gpio-spear-spics.c b/drivers/gpio/gpio-spear-spi

[PATCH 0/4] gpio: delete MODULE_ tags in non-modular drivers

2016-08-22 Thread Paul Gortmaker
Hashim Cc: Stefan Agner Cc: linux-g...@vger.kernel.org Paul Gortmaker (4): gpio: msic: drop unused MODULE_ tags from non-modular code gpio: mxc: drop unused MODULE_ tags from non-modular code gpio: spear-spics: drop unused MODULE_ tags from non-modular code gpio: vf610: drop unused

[PATCH 1/4] gpio: msic: drop unused MODULE_ tags from non-modular code

2016-08-22 Thread Paul Gortmaker
us Walleij <linus.wall...@linaro.org> Cc: Alexandre Courbot <gnu...@gmail.com> Cc: Mathias Nyman <mathias.ny...@linux.intel.com> Cc: linux-g...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/gpio/gpio-msic.c | 6 -- 1 file changed, 6

[PATCH 1/4] gpio: msic: drop unused MODULE_ tags from non-modular code

2016-08-22 Thread Paul Gortmaker
alleij Cc: Alexandre Courbot Cc: Mathias Nyman Cc: linux-g...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/gpio/gpio-msic.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/drivers/gpio/gpio-msic.c b/drivers/gpio/gpio-msic.c index d75649787e6c..1b7ce7f85886 100644 --- a/dr

Re: [PATCH 1/2] ia64: macro-ize ia64_done_with_exception in asm/uaccess.h

2016-08-18 Thread Paul Gortmaker
[Re: [PATCH 1/2] ia64: macro-ize ia64_done_with_exception in asm/uaccess.h] On 17/08/2016 (Wed 18:15) Al Viro wrote: > On Tue, Aug 16, 2016 at 11:14:42AM -0400, Paul Gortmaker wrote: > > Most of the other C content in this file is already implemented > > in macro form.

Re: [PATCH 1/2] ia64: macro-ize ia64_done_with_exception in asm/uaccess.h

2016-08-18 Thread Paul Gortmaker
[Re: [PATCH 1/2] ia64: macro-ize ia64_done_with_exception in asm/uaccess.h] On 17/08/2016 (Wed 18:15) Al Viro wrote: > On Tue, Aug 16, 2016 at 11:14:42AM -0400, Paul Gortmaker wrote: > > Most of the other C content in this file is already implemented > > in macro form.

[tip:timers/urgent] clocksource/drivers/mips-gic-timer: Make gic_clocksource_of_init() return int

2016-08-17 Thread tip-bot for Paul Gortmaker
Commit-ID: be5769e2061ac40b32daa83e28e1c4aac7133511 Gitweb: http://git.kernel.org/tip/be5769e2061ac40b32daa83e28e1c4aac7133511 Author: Paul Gortmaker <paul.gortma...@windriver.com> AuthorDate: Wed, 17 Aug 2016 12:21:35 +0200 Committer: Ingo Molnar <mi...@kernel.org> CommitD

[tip:timers/urgent] clocksource/drivers/mips-gic-timer: Make gic_clocksource_of_init() return int

2016-08-17 Thread tip-bot for Paul Gortmaker
Commit-ID: be5769e2061ac40b32daa83e28e1c4aac7133511 Gitweb: http://git.kernel.org/tip/be5769e2061ac40b32daa83e28e1c4aac7133511 Author: Paul Gortmaker AuthorDate: Wed, 17 Aug 2016 12:21:35 +0200 Committer: Ingo Molnar CommitDate: Wed, 17 Aug 2016 13:08:32 +0200 clocksource/drivers/mips

[PATCH 0/2] ia64: make use of new extable.h header

2016-08-16 Thread Paul Gortmaker
of that file. Paul. [1] https://lkml.org/lkml/2016/7/24/224 -- Paul Gortmaker (2): ia64: macro-ize ia64_done_with_exception in asm/uaccess.h ia64: ensure exception table search users include extable.h arch/ia64/include/asm/uaccess.h | 28 ++-- arch/ia64/kernel/kprobes.c

[PATCH 1/2] ia64: macro-ize ia64_done_with_exception in asm/uaccess.h

2016-08-16 Thread Paul Gortmaker
hua Yu <fenghua...@intel.com> Cc: linux-i...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- arch/ia64/include/asm/uaccess.h | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/arch/ia64/include/asm/uaccess.h b/arc

[PATCH 2/2] ia64: ensure exception table search users include extable.h

2016-08-16 Thread Paul Gortmaker
: Tony Luck <tony.l...@intel.com> Cc: Fenghua Yu <fenghua...@intel.com> Cc: linux-i...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- arch/ia64/include/asm/uaccess.h | 4 ++-- arch/ia64/kernel/kprobes.c | 2 +- arch/ia64/kernel/traps.c

[PATCH 0/2] ia64: make use of new extable.h header

2016-08-16 Thread Paul Gortmaker
of that file. Paul. [1] https://lkml.org/lkml/2016/7/24/224 -- Paul Gortmaker (2): ia64: macro-ize ia64_done_with_exception in asm/uaccess.h ia64: ensure exception table search users include extable.h arch/ia64/include/asm/uaccess.h | 28 ++-- arch/ia64/kernel/kprobes.c

[PATCH 1/2] ia64: macro-ize ia64_done_with_exception in asm/uaccess.h

2016-08-16 Thread Paul Gortmaker
...@vger.kernel.org Signed-off-by: Paul Gortmaker --- arch/ia64/include/asm/uaccess.h | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/arch/ia64/include/asm/uaccess.h b/arch/ia64/include/asm/uaccess.h index 465c70982f40..4b52b79213a3 100644 --- a/arch/ia64/include/asm

<    4   5   6   7   8   9   10   11   12   13   >