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

2016-08-24 Thread Paul Gortmaker
Sören 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 a

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

2016-08-23 Thread Paul Gortmaker
isk. Paul. --- 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 expl

[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
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
eed that. 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-c

[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 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 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 pendin

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

2016-08-22 Thread Paul Gortmaker
n the 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 ind

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

2016-08-22 Thread Paul Gortmaker
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
oo Han Cc: 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..16

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

2016-08-22 Thread Paul Gortmaker
g etc. 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

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

2016-08-22 Thread Paul Gortmaker
delete 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 -

[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 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: Jingoo Han 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: a

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

2016-08-22 Thread Paul Gortmaker
Agner 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

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

2016-08-22 Thread Paul Gortmaker
le already 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/dr

[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
nus Walleij 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 ---

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. Doing th

[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
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

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

2016-08-16 Thread Paul Gortmaker
. Cc: Tony Luck Cc: Fenghua Yu Cc: linux-i...@vger.kernel.org Signed-off-by: Paul Gortmaker --- arch/ia64/include/asm/uaccess.h | 4 ++-- arch/ia64/kernel/kprobes.c | 2 +- arch/ia64/kernel/traps.c| 3 ++- arch/ia64/kernel/unaligned.c| 1 + arch/ia64/mm/fault.c| 1

[PATCH] powerpc: migrate exception table users off module.h and onto extable.h

2016-08-16 Thread Paul Gortmaker
files. Cc: Benjamin Herrenschmidt Cc: Paul Mackerras Cc: Michael Ellerman Cc: linuxppc-...@lists.ozlabs.org Signed-off-by: Paul Gortmaker --- [see: https://lkml.org/lkml/2016/7/24/224 for additional context if needed] diff --git a/arch/powerpc/kernel/kprobes.c b/arch/powerpc/kernel/kprobes.

[PATCH] mips: migrate exception table users off module.h and onto extable.h

2016-08-15 Thread Paul Gortmaker
the case of traps.c we can't dump the module.h include since it is also used to provide "print_modules". Cc: Ralf Baechle Cc: linux-m...@linux-mips.org Signed-off-by: Paul Gortmaker --- [see: https://lkml.org/lkml/2016/7/24/224 for additional context if needed] arch/mips/kern

[PATCH] pnp: isapnp: make core more explicitly non-modular

2016-08-15 Thread Paul Gortmaker
e the file already has that. But we do add moduleparam.h since the file does use module_param(). Cc: Jaroslav Kysela Cc: "Rafael J. Wysocki" Signed-off-by: Paul Gortmaker --- drivers/pnp/isapnp/core.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/pnp/

[PATCH] platform: olpc: make ec explicitly non-modular

2016-08-15 Thread Paul Gortmaker
that when reading the driver there is no doubt it is builtin-only. We 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: Darren Hart Cc: Andres Salomon Cc: platform-driver-...@vger.kernel.org Signed-off-by: Paul

[PATCH] platform: intel_pmic: make gpio explicitly non-modular

2016-08-15 Thread Paul Gortmaker
at. Cc: Darren Hart Cc: Alek Du Cc: platform-driver-...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/platform/x86/intel_pmic_gpio.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/drivers/platform/x86/intel_pmic_gpio.c b/drivers/platform/x86/intel_pm

[PATCH] leds: make triggers explicitly non-modular

2016-08-15 Thread Paul Gortmaker
eed that. However it does use EXPORT_SYMBOL, so we add the export.h header. Cc: Richard Purdie Cc: Jacek Anaszewski Cc: linux-l...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/leds/led-triggers.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/l

Re: [PATCH 1/3] clk: meson: Add GXBB AO Clock and Reset controller driver

2016-08-14 Thread Paul Gortmaker
On Tue, Aug 9, 2016 at 5:13 AM, Neil Armstrong wrote: > Adds a Clock and Reset controller driver for the Always-On part > of the Amlogic Meson GXBB SoC. > > It exports paired Clocks and Resets lines that will be used by > peripherals in the Always-On subsystem. [...] > +static const struct of_de

Re: [RFC 5/7] Bluetooth: hci_nokia: Introduce new driver

2016-08-14 Thread Paul Gortmaker
On Fri, Aug 12, 2016 at 11:14 PM, Sebastian Reichel wrote: > This driver adds support for Nokia H4+ procotol used > for example by Nokia's internet tablets (N770 - N950). > --- > drivers/bluetooth/Kconfig | 10 + > drivers/bluetooth/Makefile| 1 + > drivers/bluetooth/hci_ldisc.c | 6

[PATCH] video: fbdev: mb862xx: mb862xx-i2c: delete now unused "int ret" variable

2016-08-14 Thread Paul Gortmaker
:160:6: warning: unused variable ‘ret’ [-Wunused-variable] int ret; ^ ...so here we remove the variable as well. Fixes: 6b610e004baf ("video: fbdev: mb862xx: mb862xx-i2c: don't print error when adding adapter fails)" Cc: Wolfram Sang Cc: Tomi Valkeinen Signed-off-by: Paul

Re: [PATCH v18 6/6] ARM: socfpga: fpga bridge driver support

2016-08-09 Thread Paul Gortmaker
[Re: [PATCH v18 6/6] ARM: socfpga: fpga bridge driver support] On 08/08/2016 (Mon 13:44) Moritz Fischer wrote: > Hi Alan, > > On Mon, Aug 8, 2016 at 12:18 PM, atull wrote: > > >> Please don't use module.h in drivers controlled by a bool > >> Kconfig setting. > >> > >> THanks, > >> Paul. > >> >

Re: [PATCH 2/6] mfd: as3722: Make it explicitly non-modular

2016-08-08 Thread Paul Gortmaker
[Re: [PATCH 2/6] mfd: as3722: Make it explicitly non-modular] On 08/08/2016 (Mon 10:14) Lee Jones wrote: > On Fri, 05 Aug 2016, Paul Gortmaker wrote: D> [...] > > > > > > > > ...so I'll drop this patch in favour of the one line tristate > > > >

Re: [PATCH 2/4] irqchip: irq-mvebu-pic: new driver for Marvell Armada 7K/8K PIC

2016-08-06 Thread Paul Gortmaker
On Fri, Aug 5, 2016 at 10:55 AM, Thomas Petazzoni wrote: > The Marvell Armada 7K/8K integrates a secondary interrupt controller > very originally named "PIC". It is connected to the main GIC via a > PPI. Amongst other things, this PIC is used for the ARM PMU. > > This commit adds a simple irqchip

Re: [PATCH v2 2/3] drm: simpledrm: add fbdev fallback support

2016-08-06 Thread Paul Gortmaker
On Fri, Aug 5, 2016 at 11:44 AM, Noralf Trønnes wrote: > Create a simple fbdev device during SimpleDRM setup so legacy user-space > and fbcon can use it. > > Original work by David Herrmann. > > Cc: dh.herrm...@gmail.com > Signed-off-by: Noralf Trønnes > --- > > Changes from version 1: > No cha

Re: [PATCH 2/4] irqchip: irq-mvebu-pic: new driver for Marvell Armada 7K/8K PIC

2016-08-06 Thread Paul Gortmaker
On Fri, Aug 5, 2016 at 7:00 PM, Paul Gortmaker wrote: >> diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig >> index fa33c50..a6f90c5 100644 >> --- a/drivers/irqchip/Kconfig >> +++ b/drivers/irqchip/Kconfig >> @@ -246,6 +246,9 @@ config MVEBU_ODMI >

Re: [RFC][PATCH 3/4] power: reset: Add sram-reboot-mode driver

2016-08-06 Thread Paul Gortmaker
On Wed, Aug 3, 2016 at 7:05 PM, John Stultz wrote: > Add sram-reboot-mode driver, which enables > reboot modes to be specified from sram subnodes. > > Cc: Andy Yan > Cc: Rob Herring > Cc: Arnd Bergmann > Cc: Thierry Reding > Cc: Heiko Stübner > Cc: Caesar Wang > Cc: Kees Cook > Cc: Guodong

Re: [PATCH v2 2/2] soc: qcom: add l2 cache perf events driver

2016-08-06 Thread Paul Gortmaker
On Thu, Aug 4, 2016 at 5:11 PM, Neil Leeder wrote: > Adds perf events support for L2 cache PMU. > > The L2 cache PMU driver is named 'l2cache_0' and can be used > with perf events to profile L2 events such as cache hits > and misses. > > Signed-off-by: Neil Leeder > --- > drivers/soc/qcom/Kconfi

Re: [PATCH 2/2] gpio: add Technologic I2C-FPGA gpio support

2016-08-06 Thread Paul Gortmaker
On Fri, Aug 5, 2016 at 10:41 AM, Lucile Quirion wrote: > This driver is generic and aims to support all Technologic Systems's > boards embedding FPGA GPIOs with an I2C interface. > > This driver supports TS-4900, TS-7970, TS-7990 and TS-4100 series. > > Signed-off-by: Lucile Quirion > --- > driv

Re: [PATCH 2/6] mfd: as3722: Make it explicitly non-modular

2016-08-05 Thread Paul Gortmaker
[Re: [PATCH 2/6] mfd: as3722: Make it explicitly non-modular] On 05/08/2016 (Fri 13:56) Lee Jones wrote: > On Wed, 06 Jul 2016, Paul Gortmaker wrote: > > > [Re: [PATCH 2/6] mfd: as3722: Make it explicitly non-modular] On 05/07/2016 > > (Tue 11:18) Laxman Dewangan wrote: &g

[PATCH] MIPS: dont specify STACKPROTECTOR in defconfigs

2016-08-03 Thread Paul Gortmaker
d take the default. Cc: James Hartley Cc: Ionela Voinescu Cc: Ralf Baechle Cc: linux-m...@linux-mips.org Signed-off-by: Paul Gortmaker --- arch/mips/configs/pistachio_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/mips/configs/pistachio_defconfig b/arch/mips/configs/pistachio

Re: [PATCH] mips: lantiq: fix irq_chip name to not land in new parent field

2016-08-03 Thread Paul Gortmaker
[Re: [PATCH] mips: lantiq: fix irq_chip name to not land in new parent field] On 03/08/2016 (Wed 07:56) Ralf Baechle wrote: > On Tue, Aug 02, 2016 at 02:54:47PM -0400, Paul Gortmaker wrote: > > > As of commit be45beb2df69 ("genirq: Add runtime power management > > supp

[PATCH] mips: lantiq: fix irq_chip name to not land in new parent field

2016-08-02 Thread Paul Gortmaker
rq: Add runtime power management support for IRQ chips") Cc: Jon Hunter Cc: Kevin Hilman Cc: Marc Zyngier Cc: John Crispin Cc: Ralf Baechle Cc: Thomas Gleixner Cc: linux-m...@linux-mips.org Signed-off-by: Paul Gortmaker --- [ in mainline via: commit a5c8a01968fc9dc94f182172cee7

[PATCH] clocksource: mips-gic-timer: make gic_clocksource_of_init return int

2016-07-31 Thread Paul Gortmaker
values was intentional, it seems that the conversion of the containing function from void to int was simply overlooked. Cc: Daniel Lezcano Cc: linux-m...@linux-mips.org Signed-off-by: Paul Gortmaker --- drivers/clocksource/mips-gic-timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

Re: [PATCH V2] clk: bcm: Add driver for Northstar ILP clock

2016-07-31 Thread Paul Gortmaker
On Fri, Jul 29, 2016 at 6:45 PM, Rafał Miłecki wrote: > From: Rafał Miłecki > > This clock is present on cheaper Northstar devices like BCM53573 or > BCM47189 using Corex-A7. This driver uses PMU (Power Management Unit) > to calculate clock rate and allows using it in a generic (clk_*) way. > > S

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

2016-07-28 Thread Paul Gortmaker
[Re: [PATCH -next] PCI/PCIe: make DPC explicitly non-modular] On 28/07/2016 (Thu 16:29) Keith Busch wrote: > On Thu, Jul 28, 2016 at 03:33:03PM -0400, Paul Gortmaker wrote: > > The Kconfig currently controlling compilation of this code is: > > > > drivers/pci/pcie/Kc

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

2016-07-28 Thread Paul Gortmaker
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 --- [This mismatch just appeared in Thursday's linux-next; doesn't matter to me if we update it now o

[PATCH] extable.h: add stddef.h so "NULL" definition is not implicit

2016-07-27 Thread Paul Gortmaker
his addition present before we start migrating exception table users off module.h and onto extable.h during the next release cycle. Cc: Rusty Russell Signed-off-by: Paul Gortmaker --- [Was not expecting extable.h to be in 4.8 content, but since it is, it might as well have this one line fixup t

Re: [PATCH v7 2/2] PCI: Rockchip: Add Rockchip PCIe controller support

2016-07-27 Thread Paul Gortmaker
[Re: [PATCH v7 2/2] PCI: Rockchip: Add Rockchip PCIe controller support] On 27/07/2016 (Wed 13:04) Brian Norris wrote: > + Guenter > > Hi, > > On Wed, Jul 27, 2016 at 03:56:36PM -0400, Paul Gortmaker wrote: > > On Wed, Jul 27, 2016 at 2:22 PM, Bjorn Helgaas wrote: >

Re: [RFC PATCH v1 2/2] drivers: soc: Add support for Hisilicon Djtag driver

2016-07-27 Thread Paul Gortmaker
On Sun, Jul 24, 2016 at 9:54 PM, Tan Xiaojun wrote: > On 2016/7/23 4:37, Paul Gortmaker wrote: >> On Fri, Jul 22, 2016 at 4:48 AM, Tan Xiaojun wrote: >>> The Hisilicon Djtag is an independent module which connects with some >>> modules >>> in the SoC by Debu

Re: [PATCH v7 2/2] PCI: Rockchip: Add Rockchip PCIe controller support

2016-07-27 Thread Paul Gortmaker
On Wed, Jul 27, 2016 at 2:22 PM, Bjorn Helgaas wrote: > Hi Shawn, > > I have some relatively minor comments below. > > On Mon, Jul 18, 2016 at 08:42:13AM +0800, Shawn Lin wrote: >> This patch adds Rockchip PCIe controller support found >> on RK3399 Soc platform. >> >> Signed-off-by: Shawn Lin >>

[tip:core/urgent] objtool: Add 'fixdep' to objtool/.gitignore

2016-07-27 Thread tip-bot for Paul Gortmaker
Commit-ID: 5cada17426505b09a045cd9e6d7fb6db19b76ea1 Gitweb: http://git.kernel.org/tip/5cada17426505b09a045cd9e6d7fb6db19b76ea1 Author: Paul Gortmaker AuthorDate: Mon, 25 Jul 2016 08:19:31 -0500 Committer: Ingo Molnar CommitDate: Wed, 27 Jul 2016 11:07:11 +0200 objtool: Add 'fixde

[PATCH 14/14] module.h: remove extable.h include now users have migrated

2016-07-24 Thread Paul Gortmaker
-off-by: Paul Gortmaker --- include/linux/module.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/module.h b/include/linux/module.h index f95ed243a4de..1974eadcb308 100644 --- a/include/linux/module.h +++ b/include/linux/module.h @@ -18,7 +18,6 @@ #include #include #include

[RFC/PATCH 00/14] split exception table content out of module.h into extable.h

2016-07-24 Thread Paul Gortmaker
infradead.org Cc: linux-m...@lists.linux-m68k.org Cc: linux-m...@linux-mips.org Cc: linux-par...@vger.kernel.org Cc: linuxppc-...@lists.ozlabs.org Cc: linux-s...@vger.kernel.org Cc: x...@kernel.org Cc: sparcli...@vger.kernel.org Paul Gortmaker (14): exceptions: fork exception table content fro

[PATCH 11/14] alpha: migrate exception table users off module.h and onto extable.h

2016-07-24 Thread Paul Gortmaker
c: Richard Henderson Cc: Ivan Kokshaysky Cc: Matt Turner Cc: linux-al...@vger.kernel.org Signed-off-by: Paul Gortmaker --- arch/alpha/kernel/traps.c | 2 +- arch/alpha/mm/fault.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/alpha/kernel/traps.c b/arch/alpha/

[PATCH 10/14] tile: migrate exception table users off module.h and onto extable.h

2016-07-24 Thread Paul Gortmaker
. Cc: Chris Metcalf Signed-off-by: Paul Gortmaker --- arch/tile/kernel/unaligned.c | 2 +- arch/tile/mm/extable.c | 2 +- arch/tile/mm/fault.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/tile/kernel/unaligned.c b/arch/tile/kernel/unaligned.c index 9772a3

[PATCH 08/14] m68k: migrate exception table users off module.h and onto extable.h

2016-07-24 Thread Paul Gortmaker
terhoeven Cc: linux-m...@lists.linux-m68k.org Signed-off-by: Paul Gortmaker --- arch/m68k/kernel/signal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/m68k/kernel/signal.c b/arch/m68k/kernel/signal.c index 2dcee3a88867..db775322b485 100644 --- a/arch/m68k/kernel/sign

[PATCH 03/14] arm: migrate exception table users off module.h and onto extable.h

2016-07-24 Thread Paul Gortmaker
Cc: Russell King Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Paul Gortmaker --- arch/arm/mm/extable.c | 2 +- arch/arm/mm/fault.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mm/extable.c b/arch/arm/mm/extable.c index 312e15e6d00b..f436f7439e46 1006

[PATCH 04/14] arm64: migrate exception table users off module.h and onto extable.h

2016-07-24 Thread Paul Gortmaker
Catalin Marinas Cc: Will Deacon Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Paul Gortmaker --- arch/arm64/kernel/probes/kprobes.c | 2 +- arch/arm64/mm/extable.c| 2 +- arch/arm64/mm/fault.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) dif

[PATCH 09/14] s390: migrate exception table users off module.h and onto extable.h

2016-07-24 Thread Paul Gortmaker
function 'illegal_op': arch/s390/kernel/traps.c:173:3: error: implicit declaration of function 'get_user' [-Werror=implicit-function-declaration] Cc: Martin Schwidefsky Cc: Heiko Carstens Cc: linux-s...@vger.kernel.org Signed-off-by: Paul Gortmaker --- arch/s390/kernel/ea

[PATCH 13/14] core: migrate exception table users off module.h and onto extable.h

2016-07-24 Thread Paul Gortmaker
module.h for extable.h we were able to do in the arch dirs. Cc: Rusty Russell Cc: Andrew Morton Cc: Linus Torvalds Signed-off-by: Paul Gortmaker --- init/main.c | 1 + kernel/extable.c | 1 + kernel/module.c | 1 + 3 files changed, 3 insertions(+) diff --git a/init/main.c b/init/

[PATCH 12/14] parisc: migrate exception table users off module.h and onto extable.h

2016-07-24 Thread Paul Gortmaker
quot;James E.J. Bottomley" Cc: Helge Deller Cc: linux-par...@vger.kernel.org Signed-off-by: Paul Gortmaker --- arch/parisc/mm/fault.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/parisc/mm/fault.c b/arch/parisc/mm/fault.c index 163af2c31d76..a67519b79504 100644 ---

[PATCH 02/14] x86: migrate exception table users off module.h and onto extable.h

2016-07-24 Thread Paul Gortmaker
Thomas Gleixner Cc: Ingo Molnar Cc: "H. Peter Anvin" Cc: x...@kernel.org Signed-off-by: Paul Gortmaker --- arch/x86/kernel/kprobes/core.c | 2 +- arch/x86/kernel/kprobes/opt.c | 2 +- arch/x86/mm/extable.c | 2 +- arch/x86/mm/fault.c| 2 +- 4 files changed

[PATCH 07/14] powerpc: migrate exception table users off module.h and onto extable.h

2016-07-24 Thread Paul Gortmaker
files. Cc: Benjamin Herrenschmidt Cc: Paul Mackerras Cc: Michael Ellerman Cc: linuxppc-...@lists.ozlabs.org Signed-off-by: Paul Gortmaker --- arch/powerpc/kernel/kprobes.c | 2 +- arch/powerpc/mm/fault.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/kernel/kpro

[PATCH 05/14] mips: migrate exception table users off module.h and onto extable.h

2016-07-24 Thread Paul Gortmaker
Cc: Ralf Baechle Cc: linux-m...@linux-mips.org Signed-off-by: Paul Gortmaker --- arch/mips/kernel/module.c | 1 + arch/mips/kernel/traps.c | 2 +- arch/mips/mm/extable.c| 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/mips/kernel/module.c b/arch/mips/kernel/module.

[PATCH 01/14] exceptions: fork exception table content from module.h into extable.h

2016-07-24 Thread Paul Gortmaker
place. Cc: Rusty Russell Cc: Andrew Morton Cc: Linus Torvalds Signed-off-by: Paul Gortmaker --- include/linux/extable.h | 30 ++ include/linux/module.h | 27 ++- 2 files changed, 32 insertions(+), 25 deletions(-) create mode 100644 include/

[PATCH 06/14] sparc: migrate exception table users off module.h and onto extable.h

2016-07-24 Thread Paul Gortmaker
Cc: "David S. Miller" Cc: sparcli...@vger.kernel.org Signed-off-by: Paul Gortmaker --- arch/sparc/kernel/kprobes.c | 2 +- arch/sparc/kernel/traps_64.c | 2 +- arch/sparc/kernel/unaligned_64.c | 2 +- arch/sparc/mm/fault_64.c | 2 +- arch/sparc/mm/init_64.c

Re: [PATCH 5/6] spi: octeon: Split driver into Octeon specific and common parts

2016-07-24 Thread Paul Gortmaker
On Sat, Jul 23, 2016 at 6:42 AM, Jan Glauber wrote: > Separate driver probing from SPI transfer functions. > > Signed-off-by: Jan Glauber > Tested-by: Steven J. Hill > --- > drivers/spi/Makefile | 1 + > drivers/spi/spi-cavium-octeon.c| 104 ++

[PATCH] tools: add fixdep to objtool/.gitignore

2016-07-23 Thread Paul Gortmaker
To fix: Untracked files: (use "git add ..." to include in what will be committed) tools/objtool/fixdep Cc: Josh Poimboeuf Signed-off-by: Paul Gortmaker --- tools/objtool/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/objtool/.gitignore b/too

Re: [PATCH 1/3] ARM: mach-omap2: remove bogus "or_module" from rx51-peripherals

2016-07-23 Thread Paul Gortmaker
[Re: [PATCH 1/3] ARM: mach-omap2: remove bogus "or_module" from rx51-peripherals] On 22/07/2016 (Fri 22:55) Tony Lindgren wrote: > * Paul Gortmaker [160722 07:02]: [...] > > Having the patch present, or having the file deleted both take care of > > my concern --

Re: [PATCH 0/3] ARM: fix three implicit module use cases fed via gpio

2016-07-23 Thread Paul Gortmaker
[Re: [PATCH 0/3] ARM: fix three implicit module use cases fed via gpio] On 23/07/2016 (Sat 10:09) Robert Jarzmik wrote: > Paul Gortmaker writes: > [...] > > > > But with ARM and GPIO being different subsystems, we'll need to get > > this in ARM 1st, and then w

Re: linux-next: Tree for Jul 22

2016-07-22 Thread Paul Gortmaker
On Fri, Jul 22, 2016 at 3:28 PM, Paul Gortmaker wrote: [...] > > For x86-64 allmod, I am seeing this issue for the 1st time today > in my local builds, even though it doesn't appear in sfr's builds: > > FATAL: drivers/input/evbug: sizeof(struct input_device_id)=312 is n

Re: [RESEND RFC PATCH 1/5] platform: x86: add driver for UP Board I/O CPLD

2016-07-22 Thread Paul Gortmaker
On Fri, Jul 22, 2016 at 4:52 PM, Darren Hart wrote: > On Mon, Jul 04, 2016 at 05:07:10PM +0100, Dan O'Donovan wrote: >> The UP board utilises a CPLD between its Intel X5-Z8350 SoC and an >> external 40-pin header, to provide buffered voltage level-shifting >> of the I/O signals, mux switching and

Re: [PATCH v2 3/4] drivers: reset: Add STM32 reset driver

2016-07-22 Thread Paul Gortmaker
[Re: [PATCH v2 3/4] drivers: reset: Add STM32 reset driver] On 22/07/2016 (Fri 21:25) Arnd Bergmann wrote: > On Thursday, July 21, 2016 7:16:02 PM CEST Paul Gortmaker wrote: > > > > > ...we probably don't need module.h here or any of the other > > > > M

Re: [RFC PATCH v1 2/2] drivers: soc: Add support for Hisilicon Djtag driver

2016-07-22 Thread Paul Gortmaker
On Fri, Jul 22, 2016 at 4:48 AM, Tan Xiaojun wrote: > The Hisilicon Djtag is an independent module which connects with some modules > in the SoC by Debug Bus. This module can be configured to access the registers > of connecting modules (like L3 cache) during real time debugging. > > This patch ad

Re: [PATCH v3 5/7] PM / devfreq: event: support rockchip dfi controller

2016-07-22 Thread Paul Gortmaker
On Fri, Jul 22, 2016 at 5:07 AM, Lin Huang wrote: > on rk3399 platform, there is dfi conroller can monitor > ddr load, base on this result, we can do ddr freqency > scaling. > > Signed-off-by: Lin Huang > Acked-by: Chanwoo Choi > --- > Changes in v3: > - None > > Changes in v2: > - use clk_disab

Re: [PATCH v3 6/7] PM / devfreq: rockchip: add devfreq driver for rk3399 dmc

2016-07-22 Thread Paul Gortmaker
On Fri, Jul 22, 2016 at 5:07 AM, Lin Huang wrote: > base on dfi result, we do ddr frequency scaling, register > dmc driver to devfreq framework, and use simple-ondemand > policy. > > Signed-off-by: Lin Huang > --- > Changes in v3: > - operate dram setting through sip call > - imporve set rate flo

Re: linux-next: Tree for Jul 22

2016-07-22 Thread Paul Gortmaker
next-size.html . > > Status of my local build tests will be at > http://kisskb.ellerman.id.au/linux-next . If maintainers want to give > advice about cross compilers/configs that work, we are always open to add > more builds. > > Thanks to Randy Dunlap for doing many randconfig builds. And to Paul > Gortmaker for triage and bug fixes. > > -- > Cheers, > Stephen Rothwell >

Re: [PATCH 1/3] ARM: mach-omap2: remove bogus "or_module" from rx51-peripherals

2016-07-22 Thread Paul Gortmaker
[Re: [PATCH 1/3] ARM: mach-omap2: remove bogus "or_module" from rx51-peripherals] On 21/07/2016 (Thu 23:41) Tony Lindgren wrote: > Hi, > > * Paul Gortmaker [160719 21:17]: > > During unrelated work, attempting to remove an include of the > > linux/module.h i

Re: linux-next: Tree for Jul 21

2016-07-21 Thread Paul Gortmaker
39 trees (counting Linus' and 35 trees of patches > pending for Linus' tree). > > Stats about the size of the tree over time can be seen at > http://neuling.org/linux-next-size.html . > > Status of my local build tests will be at > http://kisskb.ellerman.id.au/linux-

Re: [PATCH v2 3/4] drivers: reset: Add STM32 reset driver

2016-07-21 Thread Paul Gortmaker
[Re: [PATCH v2 3/4] drivers: reset: Add STM32 reset driver] On 21/07/2016 (Thu 21:55) Arnd Bergmann wrote: > On Thursday, July 21, 2016 3:48:09 PM CEST Paul Gortmaker wrote: > > > diff --git a/drivers/reset/Makefile b/drivers/reset/Makefile > > > index 5d65a93..64ebb0c 10064

Re: [PATCH] crypto: x86/glue_helper make bool

2016-07-21 Thread Paul Gortmaker
[Re: [PATCH] crypto: x86/glue_helper make bool] On 22/07/2016 (Fri 01:06) Luis R. Rodriguez wrote: > On Thu, Jul 21, 2016 at 07:01:11PM -0400, Paul Gortmaker wrote: > > [[PATCH] crypto: x86/glue_helper make bool] On 21/07/2016 (Thu 15:13) Luis > > R. Rodriguez wrote: > >

Re: [PATCH] crypto: x86/glue_helper make bool

2016-07-21 Thread Paul Gortmaker
[[PATCH] crypto: x86/glue_helper make bool] On 21/07/2016 (Thu 15:13) Luis R. Rodriguez wrote: > Paul's changes to remove MODULE_LICENSE() out of the x86 glue_helper > causes a kernel with CONFIG_CRYPTO_GLUE_HELPER_X86=m to taint since > it now detects the license is missing if you try to build t

Re: [PATCH 06/12] gpio: Add Aspeed driver

2016-07-21 Thread Paul Gortmaker
On Wed, Jul 20, 2016 at 1:58 AM, Andrew Jeffery wrote: > From: Joel Stanley > > The Aspeed SoCs contain GPIOs grouped by letter, where each letter group > contains 8 pins. The GPIO letter groups are then banked in sets of four > in the register layout. > > The implementation exposes multiple bank

Re: [PATCH v2 3/4] drivers: reset: Add STM32 reset driver

2016-07-21 Thread Paul Gortmaker
On Thu, Jul 21, 2016 at 5:19 AM, wrote: > From: Maxime Coquelin > > The STM32 MCUs family IPs can be reset by accessing some registers > from the RCC block. > > The list of available reset lines is documented in the DT bindings. > > Signed-off-by: Maxime Coquelin > Signed-off-by: Gabriel Fernan

Re: [PATCH] ARM: dont specify STACKPROTECTOR in defconfigs

2016-07-21 Thread Paul Gortmaker
[Re: [PATCH] ARM: dont specify STACKPROTECTOR in defconfigs] On 22/07/2016 (Fri 01:40) Joel Stanley wrote: > Hi Paul, > > On Fri, Jul 22, 2016 at 12:41 AM, Paul Gortmaker > wrote: > > Note the output from the following: > > > >$ git grep STACKPROTECTOR arc

[PATCH] ARM: dont specify STACKPROTECTOR in defconfigs

2016-07-21 Thread Paul Gortmaker
e existing instances and take the default. Cc: Russell King Cc: Florian Fainelli Cc: Ray Jui Cc: Scott Branden Cc: Stephen Warren Cc: Lee Jones Cc: Eric Anholt Cc: Joel Stanley Cc: linux-arm-ker...@lists.infradead.org Cc: bcm-kernel-feedback-l...@broadcom.com Signed-off-by: Paul Gortmaker ---

Re: [PATCH v5 4/8] char: rpmb: provide a user space interface

2016-07-20 Thread Paul Gortmaker
[RE: [PATCH v5 4/8] char: rpmb: provide a user space interface] On 20/07/2016 (Wed 09:02) Winkler, Tomas wrote: > > > > On Mon, Jul 18, 2016 at 4:27 PM, Tomas Winkler > > wrote: > > > The user space API is achieved via two synchronous IOCTL. > > > Simplified one, RPMB_IOC_REQ_CMD, were read res

[tip:x86/headers] x86, crypto: Restore MODULE_LICENSE() to glue_helper.c so it loads

2016-07-20 Thread tip-bot for Paul Gortmaker
Commit-ID: a47177d360a22ddaa7584186e7e1c74e49220bbe Gitweb: http://git.kernel.org/tip/a47177d360a22ddaa7584186e7e1c74e49220bbe Author: Paul Gortmaker AuthorDate: Tue, 19 Jul 2016 10:42:43 -0400 Committer: Ingo Molnar CommitDate: Wed, 20 Jul 2016 09:39:50 +0200 x86, crypto: Restore

[PATCH 3/3] ARM: pxa: add module.h for spitz symbol_get/symbol_put usage

2016-07-19 Thread Paul Gortmaker
nux-o...@vger.kernel.org Cc: linux-g...@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Paul Gortmaker --- arch/arm/mach-pxa/spitz.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-pxa/spitz.c b/arch/arm/mach-pxa/spitz.c index b410698808ca..8078e3cdb6c

[PATCH 0/3] ARM: fix three implicit module use cases fed via gpio

2016-07-19 Thread Paul Gortmaker
being at the end of that series.] Paul. -- Cc: Alexandre Courbot Cc: Daniel Mack Cc: Haojian Zhuang Cc: Linus Walleij Cc: linux-arm-ker...@lists.infradead.org Cc: linux-g...@vger.kernel.org Cc: linux-o...@vger.kernel.org Cc: Robert Jarzmik Cc: Russell King Cc: Tony Lindgren Paul Gortmak

[PATCH 2/3] ARM: pxa: add module.h for corgi symbol_get/symbol_put usage

2016-07-19 Thread Paul Gortmaker
nux-o...@vger.kernel.org Cc: linux-g...@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Paul Gortmaker --- arch/arm/mach-pxa/corgi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-pxa/corgi.c b/arch/arm/mach-pxa/corgi.c index aa952979461f..183cd3446f2

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