[tip:x86/headers] x86: Don't use module.h just for AUTHOR / LICENSE tags

2016-07-14 Thread tip-bot for Paul Gortmaker
Commit-ID: 84e629b66882f8d1b6e40060e85e5bb27c892d42 Gitweb: http://git.kernel.org/tip/84e629b66882f8d1b6e40060e85e5bb27c892d42 Author: Paul Gortmaker AuthorDate: Wed, 13 Jul 2016 20:18:54 -0400 Committer: Ingo Molnar CommitDate: Thu, 14 Jul 2016 13:04:20 +0200 x86: Don't use module.h

Re: [PATCH 0/8] x86: audit and remove needless module.h includes

2016-07-14 Thread Paul Gortmaker
[Re: [PATCH 0/8] x86: audit and remove needless module.h includes] On 14/07/2016 (Thu 15:04) Ingo Molnar wrote: > > * Paul Gortmaker <paul.gortma...@windriver.com> wrote: > > > To that end, I have done allmodconfig, allyesconfig and allnoconfig > > for

Re: [PATCH 0/8] x86: audit and remove needless module.h includes

2016-07-14 Thread Paul Gortmaker
[Re: [PATCH 0/8] x86: audit and remove needless module.h includes] On 14/07/2016 (Thu 15:04) Ingo Molnar wrote: > > * Paul Gortmaker wrote: > > > To that end, I have done allmodconfig, allyesconfig and allnoconfig > > for both 32 bit and 64 bit x86 with these chan

[PATCH 6/8] x86: xen: audit and remove any unnecessary uses of module.h

2016-07-13 Thread Paul Gortmaker
lt;t...@linutronix.de> Cc: Ingo Molnar <mi...@redhat.com> Cc: "H. Peter Anvin" <h...@zytor.com> Cc: x...@kernel.org Cc: xen-de...@lists.xenproject.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- arch/x86/xen/debugfs.c | 1 - arch/x86/

[PATCH 6/8] x86: xen: audit and remove any unnecessary uses of module.h

2016-07-13 Thread Paul Gortmaker
Cc: xen-de...@lists.xenproject.org Signed-off-by: Paul Gortmaker --- arch/x86/xen/debugfs.c | 1 - arch/x86/xen/enlighten.c | 2 +- arch/x86/xen/mmu.c | 3 ++- arch/x86/xen/p2m.c | 2 +- arch/x86/xen/platform-pci-unplug.c | 2 +- arch/x86/xen/setup.c

[PATCH 1/8] x86: don't use module.h just for AUTHOR / LICENSE tags

2016-07-13 Thread Paul Gortmaker
ments. Cc: Arjan van de Ven <ar...@linux.intel.com> Cc: Thomas Gleixner <t...@linutronix.de> Cc: Ingo Molnar <mi...@redhat.com> Cc: "H. Peter Anvin" <h...@zytor.com> Cc: x...@kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- ar

[PATCH 2/8] x86: mm: audit and remove any unnecessary uses of module.h

2016-07-13 Thread Paul Gortmaker
that is tossed when MODULES=n). Cc: Thomas Gleixner <t...@linutronix.de> Cc: Ingo Molnar <mi...@redhat.com> Cc: "H. Peter Anvin" <h...@zytor.com> Cc: x...@kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- arch/x86/mm/amdtopology.c

[PATCH 1/8] x86: don't use module.h just for AUTHOR / LICENSE tags

2016-07-13 Thread Paul Gortmaker
ments. Cc: Arjan van de Ven Cc: Thomas Gleixner Cc: Ingo Molnar Cc: "H. Peter Anvin" Cc: x...@kernel.org Signed-off-by: Paul Gortmaker --- arch/x86/kernel/test_rodata.c | 5 - arch/x86/mm/dump_pagetables.c | 6 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --g

[PATCH 2/8] x86: mm: audit and remove any unnecessary uses of module.h

2016-07-13 Thread Paul Gortmaker
that is tossed when MODULES=n). Cc: Thomas Gleixner Cc: Ingo Molnar Cc: "H. Peter Anvin" Cc: x...@kernel.org Signed-off-by: Paul Gortmaker --- arch/x86/mm/amdtopology.c | 1 - arch/x86/mm/highmem_32.c | 2 +- arch/x86/mm/init_32.c | 1 - arch/x86/mm

[PATCH 4/8] x86: lib: audit and remove any unnecessary uses of module.h

2016-07-13 Thread Paul Gortmaker
c: "H. Peter Anvin" <h...@zytor.com> Cc: x...@kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- arch/x86/lib/cache-smp.c| 2 +- arch/x86/lib/cpu.c | 3 ++- arch/x86/lib/csum-partial_64.c | 2 +- arch/x86/lib/csum-wrappers

[PATCH 7/8] x86: kvm: audit and remove any unnecessary uses of module.h

2016-07-13 Thread Paul Gortmaker
t; Cc: Thomas Gleixner <t...@linutronix.de> Cc: Ingo Molnar <mi...@redhat.com> Cc: "H. Peter Anvin" <h...@zytor.com> Cc: x...@kernel.org Cc: k...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- arch/x86/kvm/cpuid.c | 2 +-

[PATCH 0/8] x86: audit and remove needless module.h includes

2016-07-13 Thread Paul Gortmaker
n Gross <jgr...@suse.com> Cc: Paolo Bonzini <pbonz...@redhat.com> Cc: "Radim Krčmář" <rkrc...@redhat.com> Cc: Thomas Gleixner <t...@linutronix.de> Cc: k...@vger.kernel.org Cc: x...@kernel.org Cc: xen-de...@lists.xenproject.org Paul Gortmaker (8): x86: don't use modu

[PATCH 8/8] x86: audit and remove any remaining unnecessary uses of module.h

2016-07-13 Thread Paul Gortmaker
too; it is uncore.c that uses module.h and not uncore.h; hence the relocation done there. Cc: Thomas Gleixner <t...@linutronix.de> Cc: Ingo Molnar <mi...@redhat.com> Cc: "H. Peter Anvin" <h...@zytor.com> Cc: x...@kernel.org Signed-off-by: Paul Gortmaker <paul.gortma.

[PATCH 4/8] x86: lib: audit and remove any unnecessary uses of module.h

2016-07-13 Thread Paul Gortmaker
org Signed-off-by: Paul Gortmaker --- arch/x86/lib/cache-smp.c| 2 +- arch/x86/lib/cpu.c | 3 ++- arch/x86/lib/csum-partial_64.c | 2 +- arch/x86/lib/csum-wrappers_64.c | 2 +- arch/x86/lib/delay.c| 2 +- arch/x86/lib/memcpy_32.c| 2 +- arch/x86/li

[PATCH 7/8] x86: kvm: audit and remove any unnecessary uses of module.h

2016-07-13 Thread Paul Gortmaker
;H. Peter Anvin" Cc: x...@kernel.org Cc: k...@vger.kernel.org Signed-off-by: Paul Gortmaker --- arch/x86/kvm/cpuid.c | 2 +- arch/x86/kvm/emulate.c | 1 - arch/x86/kvm/iommu.c | 2 +- arch/x86/kvm/irq.c | 2 +- arch/x86/kvm/lapic.c | 2 +- arch/x86/kvm/mmu.c | 3 ++- arch/x86/kvm/

[PATCH 0/8] x86: audit and remove needless module.h includes

2016-07-13 Thread Paul Gortmaker
://lwn.net/Articles/453517/ --- Cc: Arjan van de Ven Cc: Boris Ostrovsky Cc: David Vrabel Cc: "H. Peter Anvin" Cc: Ingo Molnar Cc: Juergen Gross Cc: Paolo Bonzini Cc: "Radim Krčmář" Cc: Thomas Gleixner Cc: k...@vger.kernel.org Cc: x...@kernel.org Cc: xen-de...@lists.xen

[PATCH 8/8] x86: audit and remove any remaining unnecessary uses of module.h

2016-07-13 Thread Paul Gortmaker
too; it is uncore.c that uses module.h and not uncore.h; hence the relocation done there. Cc: Thomas Gleixner Cc: Ingo Molnar Cc: "H. Peter Anvin" Cc: x...@kernel.org Signed-off-by: Paul Gortmaker --- arch/x86/crypto/glue_helper.c| 4 +--- arch/x86/events/amd/ibs.c| 3 ++-

[PATCH 3/8] x86: kernel: audit and remove any unnecessary uses of module.h

2016-07-13 Thread Paul Gortmaker
exception table entry stuff, and for things like __init_or_module (code that is tossed when MODULES=n). Cc: Thomas Gleixner <t...@linutronix.de> Cc: Ingo Molnar <mi...@redhat.com> Cc: "H. Peter Anvin" <h...@zytor.com> Cc: x...@kernel.org Signed-off-by: Paul Gortmaker &

[PATCH 5/8] x86: platform: audit and remove any unnecessary uses of module.h

2016-07-13 Thread Paul Gortmaker
. Peter Anvin" <h...@zytor.com> Cc: x...@kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- arch/x86/platform/ce4100/ce4100.c | 2 +- arch/x86/platform/efi/efi_64.c | 2 +- arch/x86/platform/intel-mid/intel-mid.c | 2 +- arch/x86/platform/intel-

[PATCH 3/8] x86: kernel: audit and remove any unnecessary uses of module.h

2016-07-13 Thread Paul Gortmaker
exception table entry stuff, and for things like __init_or_module (code that is tossed when MODULES=n). Cc: Thomas Gleixner Cc: Ingo Molnar Cc: "H. Peter Anvin" Cc: x...@kernel.org Signed-off-by: Paul Gortmaker --- arch/x86/include/asm/topology.h| 1 + arch/x86/kernel/a

[PATCH 5/8] x86: platform: audit and remove any unnecessary uses of module.h

2016-07-13 Thread Paul Gortmaker
that is a no-op when builtin. Finally, the 32 bit build coverage of olpc_ofw revealed a couple implicit includes, which were pretty self evident to fix based on what gcc was complaining about. Cc: Thomas Gleixner Cc: Ingo Molnar Cc: "H. Peter Anvin" Cc: x...@kernel.org Signed-of

[PATCH] ACPI / PCI: make pci_slot explicitly non-modular

2016-07-11 Thread Paul Gortmaker
lt;l...@kernel.org> Cc: linux-a...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/acpi/pci_slot.c | 8 1 file changed, 8 deletions(-) diff --git a/drivers/acpi/pci_slot.c b/drivers/acpi/pci_slot.c index 1236fb04a708..f62c68e24317 100644 --- a/drivers/acpi/pc

[PATCH] ACPI / PCI: make pci_slot explicitly non-modular

2016-07-11 Thread Paul Gortmaker
avy handed. The license/author info is found at the top of the file, so we just remove the MODULE_LICENSE etc and the include of module.h We delete the DRIVER_VERSION macro as well since it is unused. Cc: "Rafael J. Wysocki" Cc: Len Brown Cc: linux-a...@vger.kernel.org Signed-of

[PATCH] ACPI / PMIC: remove modular references from non-modular code

2016-07-11 Thread Paul Gortmaker
there. Cc: "Rafael J. Wysocki" <r...@rjwysocki.net> Cc: Len Brown <l...@kernel.org> Cc: linux-a...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/acpi/pmic/intel_pmic.c| 4 +--- drivers/acpi/pmic/intel_pmic_bxtwc.c | 6 +-

[PATCH] ACPI / PMIC: remove modular references from non-modular code

2016-07-11 Thread Paul Gortmaker
there. Cc: "Rafael J. Wysocki" Cc: Len Brown Cc: linux-a...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/acpi/pmic/intel_pmic.c| 4 +--- drivers/acpi/pmic/intel_pmic_bxtwc.c | 6 +- drivers/acpi/pmic/intel_pmic_xpower.c | 7 ++- 3 files changed, 4 in

[PATCH] ACPI / lpat: make it explicitly non-modular

2016-07-11 Thread Paul Gortmaker
LE_LICENSE and the include of module.h We add an include of export.h since the file exports some symbols. Cc: "Rafael J. Wysocki" <r...@rjwysocki.net> Cc: Len Brown <l...@kernel.org> Cc: linux-a...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- dri

[PATCH] ACPI / lpat: make it explicitly non-modular

2016-07-11 Thread Paul Gortmaker
LE_LICENSE and the include of module.h We add an include of export.h since the file exports some symbols. Cc: "Rafael J. Wysocki" Cc: Len Brown Cc: linux-a...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/acpi/acpi_lpat.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff

[PATCH] acpi: make dock explicitly non-modular

2016-07-11 Thread Paul Gortmaker
lt;l...@kernel.org> Cc: linux-a...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/acpi/dock.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/drivers/acpi/dock.c b/drivers/acpi/dock.c index e8e128dede29..0c00208b423e 100644 --- a/

[PATCH] acpi: make dock explicitly non-modular

2016-07-11 Thread Paul Gortmaker
nse/author info is found at the top of the file, so we just remove the MODULE_LICENSE etc and the include of module.h The file does still have some module_param() so we add the right include for that infrastructure. Cc: "Rafael J. Wysocki" Cc: Len Brown Cc: linux-a...@vger.kernel.org

[PATCH -next] bpf: make inode code explicitly non-modular

2016-07-11 Thread Paul Gortmaker
en reading the driver there is no doubt it is builtin-only. Note that MODULE_ALIAS is a no-op for non-modular code. We replace module.h with init.h since the file does use __init. Cc: Alexei Starovoitov <a...@kernel.org> Cc: net...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gort

[PATCH -next] bpf: make inode code explicitly non-modular

2016-07-11 Thread Paul Gortmaker
en reading the driver there is no doubt it is builtin-only. Note that MODULE_ALIAS is a no-op for non-modular code. We replace module.h with init.h since the file does use __init. Cc: Alexei Starovoitov Cc: net...@vger.kernel.org Signed-off-by: Paul Gortmaker --- kernel/bpf/inode.c | 4 +-

Re: [PATCH v2 05/10] power/reset: Add reset driver support for nuc900

2016-07-10 Thread Paul Gortmaker
[Re: [PATCH v2 05/10] power/reset: Add reset driver support for nuc900] On 11/07/2016 (Mon 10:30) Wan Zongshun wrote: > > > On 2016年07月11日 05:56, Paul Gortmaker wrote: > >On Sun, Jul 10, 2016 at 3:27 AM, Wan Zongshun <v...@iommu.org> wrote > >>This driver is t

Re: [PATCH v2 05/10] power/reset: Add reset driver support for nuc900

2016-07-10 Thread Paul Gortmaker
[Re: [PATCH v2 05/10] power/reset: Add reset driver support for nuc900] On 11/07/2016 (Mon 10:30) Wan Zongshun wrote: > > > On 2016年07月11日 05:56, Paul Gortmaker wrote: > >On Sun, Jul 10, 2016 at 3:27 AM, Wan Zongshun wrote > >>This driver is to add reset s

Re: [PATCH 01/16] gpu: ipu-v3: Add Video Deinterlacer unit

2016-07-10 Thread Paul Gortmaker
On Thu, Jul 7, 2016 at 7:03 PM, Steve Longerbeam wrote: > Adds the Video Deinterlacer (VDIC) unit. > > Signed-off-by: Steve Longerbeam > --- > drivers/gpu/ipu-v3/Makefile | 2 +- > drivers/gpu/ipu-v3/ipu-common.c | 11 ++ >

Re: [PATCH 01/16] gpu: ipu-v3: Add Video Deinterlacer unit

2016-07-10 Thread Paul Gortmaker
On Thu, Jul 7, 2016 at 7:03 PM, Steve Longerbeam wrote: > Adds the Video Deinterlacer (VDIC) unit. > > Signed-off-by: Steve Longerbeam > --- > drivers/gpu/ipu-v3/Makefile | 2 +- > drivers/gpu/ipu-v3/ipu-common.c | 11 ++ > drivers/gpu/ipu-v3/ipu-prv.h| 6 + >

Re: [PATCH v15 07/10] arm64: kprobes instruction simulation support

2016-07-10 Thread Paul Gortmaker
On Fri, Jul 8, 2016 at 12:35 PM, David Long wrote: > From: Sandeepa Prabhu > > Kprobes needs simulation of instructions that cannot be stepped > from a different memory location, e.g.: those instructions > that uses PC-relative addressing. In

Re: [PATCH v15 07/10] arm64: kprobes instruction simulation support

2016-07-10 Thread Paul Gortmaker
On Fri, Jul 8, 2016 at 12:35 PM, David Long wrote: > From: Sandeepa Prabhu > > Kprobes needs simulation of instructions that cannot be stepped > from a different memory location, e.g.: those instructions > that uses PC-relative addressing. In simulation, the behaviour > of the instruction is

Re: [PATCH v2 05/10] power/reset: Add reset driver support for nuc900

2016-07-10 Thread Paul Gortmaker
On Sun, Jul 10, 2016 at 3:27 AM, Wan Zongshun wrote > This driver is to add reset support for nuc900 series, > currently, it only supports nuc970 SoC reset. > > Signed-off-by: Wan Zongshun > --- > drivers/power/reset/Kconfig| 7 +++ >

Re: [PATCH v2 05/10] power/reset: Add reset driver support for nuc900

2016-07-10 Thread Paul Gortmaker
On Sun, Jul 10, 2016 at 3:27 AM, Wan Zongshun wrote > This driver is to add reset support for nuc900 series, > currently, it only supports nuc970 SoC reset. > > Signed-off-by: Wan Zongshun > --- > drivers/power/reset/Kconfig| 7 +++ > drivers/power/reset/Makefile | 1 + >

Re: [PATCH v2 02/10] irqchip: add irqchip driver for nuc900

2016-07-10 Thread Paul Gortmaker
On Sun, Jul 10, 2016 at 3:27 AM, Wan Zongshun wrote: > This patch is to add irqchip driver support for nuc900 plat, > current this driver only supports nuc970 SoC. > > Signed-off-by: Wan Zongshun > --- > arch/arm/mach-w90x900/include/mach/irqs.h | 5 + >

Re: [PATCH v2 02/10] irqchip: add irqchip driver for nuc900

2016-07-10 Thread Paul Gortmaker
On Sun, Jul 10, 2016 at 3:27 AM, Wan Zongshun wrote: > This patch is to add irqchip driver support for nuc900 plat, > current this driver only supports nuc970 SoC. > > Signed-off-by: Wan Zongshun > --- > arch/arm/mach-w90x900/include/mach/irqs.h | 5 + > drivers/irqchip/Makefile

Re: [PATCH v7 3/4] perf: xgene: Add APM X-Gene SoC Performance Monitoring Unit driver

2016-07-09 Thread Paul Gortmaker
On Wed, Jul 6, 2016 at 8:07 PM, Tai Nguyen wrote: > Signed-off-by: Tai Nguyen > --- > Documentation/perf/xgene-pmu.txt | 48 ++ > drivers/perf/Kconfig |7 + > drivers/perf/Makefile|1 + > drivers/perf/xgene_pmu.c |

Re: [PATCH v7 3/4] perf: xgene: Add APM X-Gene SoC Performance Monitoring Unit driver

2016-07-09 Thread Paul Gortmaker
On Wed, Jul 6, 2016 at 8:07 PM, Tai Nguyen wrote: > Signed-off-by: Tai Nguyen > --- > Documentation/perf/xgene-pmu.txt | 48 ++ > drivers/perf/Kconfig |7 + > drivers/perf/Makefile|1 + > drivers/perf/xgene_pmu.c | 1398 >

Re: [PATCH V2 04/10] firmware: tegra: add IVC library

2016-07-09 Thread Paul Gortmaker
On Tue, Jul 5, 2016 at 5:04 AM, Joseph Lo wrote: > The Inter-VM communication (IVC) is a communication protocol, which is > designed for interprocessor communication (IPC) or the communication > between the hypervisor and the virtual machine with a guest OS on it. So > it can

Re: [PATCH V2 04/10] firmware: tegra: add IVC library

2016-07-09 Thread Paul Gortmaker
On Tue, Jul 5, 2016 at 5:04 AM, Joseph Lo wrote: > The Inter-VM communication (IVC) is a communication protocol, which is > designed for interprocessor communication (IPC) or the communication > between the hypervisor and the virtual machine with a guest OS on it. So > it can be translated as

Re: [PATCH v2 2/6] clk: mvebu: Add the xtal clock for Armada 3700 SoC

2016-07-09 Thread Paul Gortmaker
On Thu, Jul 7, 2016 at 6:37 PM, Gregory CLEMENT wrote: > This clock is the parent of all the Armada 3700 clocks. It is a fixed > rate clock which depends on the gpio configuration read when resetting > the SoC. > > Signed-off-by: Gregory CLEMENT

Re: [PATCH v2 2/6] clk: mvebu: Add the xtal clock for Armada 3700 SoC

2016-07-09 Thread Paul Gortmaker
On Thu, Jul 7, 2016 at 6:37 PM, Gregory CLEMENT wrote: > This clock is the parent of all the Armada 3700 clocks. It is a fixed > rate clock which depends on the gpio configuration read when resetting > the SoC. > > Signed-off-by: Gregory CLEMENT > --- > drivers/clk/mvebu/Kconfig| 3

Re: [PATCH 14/14] PCI: xgene: make it explicitly non-modular

2016-07-09 Thread Paul Gortmaker
[Re: [PATCH 14/14] PCI: xgene: make it explicitly non-modular] On 07/07/2016 (Thu 15:42) Duc Dang wrote: > On Thu, Jul 7, 2016 at 3:35 PM, Tanmay Inamdar <tinam...@apm.com> wrote: > > > > > > On Sat, Jul 2, 2016 at 4:13 PM, Paul Gortmaker > > <

Re: [PATCH 14/14] PCI: xgene: make it explicitly non-modular

2016-07-09 Thread Paul Gortmaker
[Re: [PATCH 14/14] PCI: xgene: make it explicitly non-modular] On 07/07/2016 (Thu 15:42) Duc Dang wrote: > On Thu, Jul 7, 2016 at 3:35 PM, Tanmay Inamdar wrote: > > > > > > On Sat, Jul 2, 2016 at 4:13 PM, Paul Gortmaker > > wrote: > >> > >>

Re: [PATCH 04/14] PCI: generic: make it explicitly non-modular

2016-07-06 Thread Paul Gortmaker
[Re: [PATCH 04/14] PCI: generic: make it explicitly non-modular] On 06/07/2016 (Wed 18:02) Will Deacon wrote: > On Sat, Jul 02, 2016 at 07:13:24PM -0400, Paul Gortmaker wrote: > > The Kconfig currently controlling compilation of this code is: > > > > drivers/pc

Re: [PATCH 04/14] PCI: generic: make it explicitly non-modular

2016-07-06 Thread Paul Gortmaker
[Re: [PATCH 04/14] PCI: generic: make it explicitly non-modular] On 06/07/2016 (Wed 18:02) Will Deacon wrote: > On Sat, Jul 02, 2016 at 07:13:24PM -0400, Paul Gortmaker wrote: > > The Kconfig currently controlling compilation of this code is: > > > > drivers/pc

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

2016-07-06 Thread Paul Gortmaker
[Re: [PATCH 2/6] mfd: as3722: Make it explicitly non-modular] On 05/07/2016 (Tue 11:18) Laxman Dewangan wrote: > > On Tuesday 05 July 2016 06:55 AM, Paul Gortmaker wrote: > >The Kconfig currently controlling compilation of this code is: > > > >drivers/mfd/Kconfig:conf

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

2016-07-06 Thread Paul Gortmaker
[Re: [PATCH 2/6] mfd: as3722: Make it explicitly non-modular] On 05/07/2016 (Tue 11:18) Laxman Dewangan wrote: > > On Tuesday 05 July 2016 06:55 AM, Paul Gortmaker wrote: > >The Kconfig currently controlling compilation of this code is: > > > >drivers/mfd/Kconfig:conf

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

2016-07-06 Thread Paul Gortmaker
[Re: [PATCH 3/6] mfd: intel_msic: Make it explicitly non-modular] On 05/07/2016 (Tue 13:08) Mika Westerberg wrote: > On Mon, Jul 04, 2016 at 09:25:41PM -0400, Paul Gortmaker wrote: > > The Kconfig currently controlling compilation of this code is: > > > > drive

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

2016-07-06 Thread Paul Gortmaker
[Re: [PATCH 3/6] mfd: intel_msic: Make it explicitly non-modular] On 05/07/2016 (Tue 13:08) Mika Westerberg wrote: > On Mon, Jul 04, 2016 at 09:25:41PM -0400, Paul Gortmaker wrote: > > The Kconfig currently controlling compilation of this code is: > > > > drive

Re: [PATCH] pinctrl: imx21: include linux/module.h

2016-07-06 Thread Paul Gortmaker
[Re: [PATCH] pinctrl: imx21: include linux/module.h] On 06/07/2016 (Wed 10:15) Fabio Estevam wrote: > Hi Arnd, > > On Wed, Jul 6, 2016 at 9:52 AM, Arnd Bergmann wrote: > > The pinctrl driver includes a device table, but the macro used for > > declaring it is declared in a header

Re: [PATCH] pinctrl: imx21: include linux/module.h

2016-07-06 Thread Paul Gortmaker
[Re: [PATCH] pinctrl: imx21: include linux/module.h] On 06/07/2016 (Wed 10:15) Fabio Estevam wrote: > Hi Arnd, > > On Wed, Jul 6, 2016 at 9:52 AM, Arnd Bergmann wrote: > > The pinctrl driver includes a device table, but the macro used for > > declaring it is declared in a header that is not

Re: [PATCH 2/3] pinctrl: Add STM32F746 MCU support

2016-07-05 Thread Paul Gortmaker
[[PATCH 2/3] pinctrl: Add STM32F746 MCU support] On 05/07/2016 (Tue 15:40) Alexandre TORGUE wrote: > From: Maxime Coquelin > > This patch which adds STM32F746 pinctrl and GPIO support, relies on the > generic STM32 pinctrl driver. > > Signed-off-by: Maxime Coquelin

Re: [PATCH 2/3] pinctrl: Add STM32F746 MCU support

2016-07-05 Thread Paul Gortmaker
[[PATCH 2/3] pinctrl: Add STM32F746 MCU support] On 05/07/2016 (Tue 15:40) Alexandre TORGUE wrote: > From: Maxime Coquelin > > This patch which adds STM32F746 pinctrl and GPIO support, relies on the > generic STM32 pinctrl driver. > > Signed-off-by: Maxime Coquelin > Signed-off-by: Alexandre

Re: [PATCH 06/10] clk: samsung make clk-exynos-audss explicitly non-modular

2016-07-05 Thread Paul Gortmaker
[Re: [PATCH 06/10] clk: samsung make clk-exynos-audss explicitly non-modular] On 05/07/2016 (Tue 11:04) Krzysztof Kozlowski wrote: > On 07/04/2016 11:12 PM, Paul Gortmaker wrote: > > The Kconfig currently controlling compilation of this code is: > > > > arch/arm/mach-exyn

Re: [PATCH 06/10] clk: samsung make clk-exynos-audss explicitly non-modular

2016-07-05 Thread Paul Gortmaker
[Re: [PATCH 06/10] clk: samsung make clk-exynos-audss explicitly non-modular] On 05/07/2016 (Tue 11:04) Krzysztof Kozlowski wrote: > On 07/04/2016 11:12 PM, Paul Gortmaker wrote: > > The Kconfig currently controlling compilation of this code is: > > > > arch/arm/mach-exyn

Re: [PATCH 06/10] clk: samsung make clk-exynos-audss explicitly non-modular

2016-07-05 Thread Paul Gortmaker
[Re: [PATCH 06/10] clk: samsung make clk-exynos-audss explicitly non-modular] On 05/07/2016 (Tue 13:02) Geert Uytterhoeven wrote: > Hi Paul, > > On Mon, Jul 4, 2016 at 11:12 PM, Paul Gortmaker > <paul.gortma...@windriver.com> wrote: > > We also delete the MODULE_LIC

Re: [PATCH 06/10] clk: samsung make clk-exynos-audss explicitly non-modular

2016-07-05 Thread Paul Gortmaker
[Re: [PATCH 06/10] clk: samsung make clk-exynos-audss explicitly non-modular] On 05/07/2016 (Tue 13:02) Geert Uytterhoeven wrote: > Hi Paul, > > On Mon, Jul 4, 2016 at 11:12 PM, Paul Gortmaker > wrote: > > We also delete the MODULE_LICENSE tags etc. since all that informat

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

2016-07-04 Thread Paul Gortmaker
at the top of the file in the comments. Cc: Lee Jones <lee.jo...@linaro.org> Cc: Mika Westerberg <mika.westerb...@linux.intel.com> Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/mfd/intel_msic.c | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(

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

2016-07-04 Thread Paul Gortmaker
at the top of the file in the comments. Cc: Lee Jones Cc: 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 25d486c543cb..2017446c5

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

2016-07-04 Thread Paul Gortmaker
lso 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: Florian Lobmaier <florian.lobma...@ams.com> Cc: Laxman Dewangan <ldewan...@

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

2016-07-04 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 2/6] mfd: as3722: Make it explicitly non-modular

2016-07-04 Thread Paul Gortmaker
lso 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: Florian Lobmaier Cc: Laxman Dewangan Signed-off-by: Paul Gortmaker --- drivers/mfd/as3722.c | 12 ++-- 1 file changed, 2 inserti

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

2016-07-04 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 0/6] mfd: trivial demodularization of non-modular drivers.

2016-07-04 Thread Paul Gortmaker
<maxime.rip...@free-electrons.com> Cc: Mika Westerberg <mika.westerb...@linux.intel.com> 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: lin

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

2016-07-04 Thread Paul Gortmaker
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: Maxime Ripard <maxime.rip...@free-electrons.com> Cc: Boris BREZILLON <boris.brezil...@free-electrons.com> Signed-off-by: Paul Gortmaker <paul.

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

2016-07-04 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-07-04 Thread Paul Gortmaker
contained at the top of the file in the comments. Cc: Samuel Ortiz Cc: Lee Jones Cc: 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/sun6i-prcm.c b/drivers/mfd/su

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

2016-07-04 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 0/6] mfd: trivial demodularization of non-modular drivers.

2016-07-04 Thread Paul Gortmaker
64 and x86-64 to ensure no typos or similar issues crept in. Paul. --- Cc: Boris BREZILLON 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

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

2016-07-04 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 c05aa

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

2016-07-04 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 -next] connector: make cn_proc explicitly non-modular

2016-07-04 Thread Paul Gortmaker
rences, so that when reading the driver there is no doubt it is builtin-only. Since module_init translates to device_initcall in the non-modular case, the init ordering remains unchanged with this commit. Cc: Evgeniy Polyakov <z...@ioremap.net> Cc: net...@vger.kernel.org Signed-off-by: Paul Gortma

[PATCH -next] connector: make cn_proc explicitly non-modular

2016-07-04 Thread Paul Gortmaker
rences, so that when reading the driver there is no doubt it is builtin-only. Since module_init translates to device_initcall in the non-modular case, the init ordering remains unchanged with this commit. Cc: Evgeniy Polyakov Cc: net...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers

[PATCH] amba: tegra-ahb: make it explicitly non-modular

2016-07-04 Thread Paul Gortmaker
: linux-te...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/amba/tegra-ahb.c | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/drivers/amba/tegra-ahb.c b/drivers/amba/tegra-ahb.c index b0b688c481e8..38cba9c7fb73 10064

[PATCH] amba: tegra-ahb: make it explicitly non-modular

2016-07-04 Thread Paul Gortmaker
(or is now) contained at the top of the file in the comments. Cc: Russell King Cc: Stephen Warren Cc: Hiroshi DOYU Cc: Thierry Reding Cc: Alexandre Courbot Cc: linux-te...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/amba/tegra-ahb.c | 11 --- 1 file changed, 4 insert

[PATCH 05/10] clk: oxnas: make it explicitly non-modular

2016-07-04 Thread Paul Gortmaker
ong <narmstr...@baylibre.com> Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/clk/clk-oxnas.c | 15 +++ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/drivers/clk/clk-oxnas.c b/drivers/clk/clk-oxn

[PATCH 05/10] clk: oxnas: make it explicitly non-modular

2016-07-04 Thread Paul Gortmaker
the same init level priority as builtin_platform_driver() the init ordering remains unchanged with this commit. Also note that MODULE_DEVICE_TABLE is a no-op for non-modular code. Cc: Michael Turquette Cc: Stephen Boyd Cc: Neil Armstrong Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmak

[PATCH 02/10] clk: meson: make gxbb explicitly non-modular

2016-07-04 Thread Paul Gortmaker
ger.kernel.org Cc: linux-amlo...@lists.infradead.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/clk/meson/gxbb.c | 18 -- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/drivers/clk/meson/gxbb.c b/drivers/clk/meson/gxbb.c index 007

[PATCH 03/10] clk: mvebu: make cp110-system-controller explicitly non-modular

2016-07-04 Thread Paul Gortmaker
Turquette <mturque...@baylibre.com> Cc: Stephen Boyd <sb...@codeaurora.org> Cc: Thomas Petazzoni <thomas.petazz...@free-electrons.com> Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/clk/mvebu/cp110-system-controller.c | 34 +++

[PATCH 06/10] clk: samsung make clk-exynos-audss explicitly non-modular

2016-07-04 Thread Paul Gortmaker
bre.com> Cc: Stephen Boyd <sb...@codeaurora.org> Cc: Kukjin Kim <kg...@kernel.org> Cc: Krzysztof Kozlowski <k.kozlow...@samsung.com> Cc: Padmavathi Venna <padm...@samsung.com> Cc: linux-samsung-...@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortm

[PATCH 02/10] clk: meson: make gxbb explicitly non-modular

2016-07-04 Thread Paul Gortmaker
. since all that information was (or is now) contained at the top of the file in the comments. Cc: Michael Turquette Cc: Stephen Boyd Cc: Carlo Caione Cc: Kevin Hilman Cc: linux-...@vger.kernel.org Cc: linux-amlo...@lists.infradead.org Signed-off-by: Paul Gortmaker --- drivers/clk/meson/gxbb.c

[PATCH 03/10] clk: mvebu: make cp110-system-controller explicitly non-modular

2016-07-04 Thread Paul Gortmaker
quette Cc: Stephen Boyd Cc: Thomas Petazzoni Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/clk/mvebu/cp110-system-controller.c | 34 +++-- 1 file changed, 3 insertions(+), 31 deletions(-) diff --git a/drivers/clk/mvebu/cp110-system-controller.c

[PATCH 06/10] clk: samsung make clk-exynos-audss explicitly non-modular

2016-07-04 Thread Paul Gortmaker
Venna Cc: linux-samsung-...@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/clk/samsung/clk-exynos-audss.c | 13 + 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/drivers/clk/samsung/clk-exynos-audss.c b/drivers/clk/samsung/clk-exyn

[PATCH 01/10] clk: meson8b: make it explicitly non-modular

2016-07-04 Thread Paul Gortmaker
@caione.org> Cc: Kevin Hilman <khil...@baylibre.com> Cc: linux-...@vger.kernel.org Cc: linux-amlo...@lists.infradead.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/clk/meson/meson8b-clkc.c | 19 --- 1 file changed, 4 insertions(+), 15 dele

[PATCH 00/10] clk: fix/remove module usage in non-modular code

2016-07-04 Thread Paul Gortmaker
red...@gmail.com> Cc: Thomas Petazzoni <thomas.petazz...@free-electrons.com> Cc: Tomasz Figa <tomasz.f...@gmail.com> Cc: linux-amlo...@lists.infradead.org Cc: linux-...@vger.kernel.org Cc: linux-o...@vger.kernel.org Cc: linux-samsung-...@vger.kernel.org Cc: linux-te...@vger.kernel.org

[PATCH 01/10] clk: meson8b: make it explicitly non-modular

2016-07-04 Thread Paul Gortmaker
...@lists.infradead.org Signed-off-by: Paul Gortmaker --- drivers/clk/meson/meson8b-clkc.c | 19 --- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/drivers/clk/meson/meson8b-clkc.c b/drivers/clk/meson/meson8b-clkc.c index b1902e91213d..4c9413cdf373 100644 --- a/drivers/clk

[PATCH 00/10] clk: fix/remove module usage in non-modular code

2016-07-04 Thread Paul Gortmaker
ni Cc: Tomasz Figa Cc: linux-amlo...@lists.infradead.org Cc: linux-...@vger.kernel.org Cc: linux-o...@vger.kernel.org Cc: linux-samsung-...@vger.kernel.org Cc: linux-te...@vger.kernel.org Paul Gortmaker (10): clk: meson8b: make it explicitly non-modular clk: meson: make gxbb explicitly

[PATCH 10/10] clk: ti: make clk-dra7-atl explicitly non-modular

2016-07-04 Thread Paul Gortmaker
: Tero Kristo <t-kri...@ti.com> Cc: Michael Turquette <mturque...@baylibre.com> Cc: Peter Ujfalusi <peter.ujfal...@ti.com> Cc: Stephen Boyd <sb...@codeaurora.org> Cc: linux-o...@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@wi

[PATCH 09/10] clk: tegra: make clk-tegra124-dfll-fcpu explicitly non-modular

2016-07-04 Thread Paul Gortmaker
com> Cc: Stephen Boyd <sb...@codeaurora.org> Cc: Stephen Warren <swar...@wwwdotorg.org> Cc: Thierry Reding <thierry.red...@gmail.com> Cc: Alexandre Courbot <gnu...@gmail.com> Cc: Aleksandr Frid <af...@nvidia.com> Cc: Paul Walmsley <pwalms...@nvidia.com> Cc: linux-...@vge

[PATCH 10/10] clk: ti: make clk-dra7-atl explicitly non-modular

2016-07-04 Thread Paul Gortmaker
Cc: Tero Kristo Cc: Michael Turquette Cc: Peter Ujfalusi Cc: Stephen Boyd Cc: linux-o...@vger.kernel.org Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/clk/ti/clk-dra7-atl.c | 20 +++- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/dri

[PATCH 09/10] clk: tegra: make clk-tegra124-dfll-fcpu explicitly non-modular

2016-07-04 Thread Paul Gortmaker
r Frid Cc: Paul Walmsley Cc: linux-...@vger.kernel.org Cc: linux-te...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/clk/tegra/clk-tegra124-dfll-fcpu.c | 16 ++-- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/drivers/clk/tegra/clk-tegra124-dfll-fcpu.c b/d

[PATCH 04/10] clk: mvebu: make ap806-system-controller explicitly non-modular

2016-07-04 Thread Paul Gortmaker
Turquette <mturque...@baylibre.com> Cc: Stephen Boyd <sb...@codeaurora.org> Cc: Thomas Petazzoni <thomas.petazz...@free-electrons.com> Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/clk/mvebu/ap806-system-controller.c |

[PATCH 04/10] clk: mvebu: make ap806-system-controller explicitly non-modular

2016-07-04 Thread Paul Gortmaker
quette Cc: Stephen Boyd Cc: Thomas Petazzoni Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/clk/mvebu/ap806-system-controller.c | 23 +++ 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/drivers/clk/mvebu/ap806-system-controller.c b/d

[PATCH 08/10] clk: sunxi: make clk-* explicitly non-modular

2016-07-04 Thread Paul Gortmaker
sie.org> Cc: "Emilio López" <emi...@elopez.com.ar> Cc: Michael Turquette <mturque...@baylibre.com> Cc: Stephen Boyd <sb...@codeaurora.org> Cc: Maxime Ripard <maxime.rip...@free-electrons.com> Cc: linux-...@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortma...@wind

<    7   8   9   10   11   12   13   14   15   16   >