[PATCH 8/9] iommu/arm-smmu: Make arm-smmu explicitly non-modular

2018-12-01 Thread Paul Gortmaker
delete the MODULE_LICENSE tag etc. since all that information is already contained at the top of the file in the comments. Cc: Will Deacon Cc: Joerg Roedel Cc: Robin Murphy Cc: Nate Watterson Cc: linux-arm-ker...@lists.infradead.org Cc: iommu@lists.linux-foundation.org Acked-by: Robin Murphy

[PATCH 9/9] iommu/arm-smmu: Make arm-smmu-v3 explicitly non-modular

2018-12-01 Thread Paul Gortmaker
-ker...@lists.infradead.org Cc: iommu@lists.linux-foundation.org Acked-by: Robin Murphy Signed-off-by: Paul Gortmaker --- drivers/iommu/arm-smmu-v3.c | 25 + 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/drivers/iommu/arm-smmu-v3.c b/drivers/iommu/ar

[PATCH 4/9] iommu/mediatek: Make it explicitly non-modular

2018-12-01 Thread Paul Gortmaker
at the top of the file in the comments. Cc: Joerg Roedel Cc: Matthias Brugger Cc: Honghui Zhang Cc: iommu@lists.linux-foundation.org Cc: linux-media...@lists.infradead.org Acked-by: Honghui Zhang Signed-off-by: Paul Gortmaker --- drivers/iommu/mtk_iommu_v1.c | 15 +++ 1 file changed, 3

[PATCH 7/9] iommu/tegra: Make it explicitly non-modular

2018-12-01 Thread Paul Gortmaker
ion.org Cc: linux-te...@vger.kernel.org Acked-by: Thierry Reding Signed-off-by: Paul Gortmaker --- drivers/iommu/tegra-gart.c | 37 +++-- 1 file changed, 7 insertions(+), 30 deletions(-) diff --git a/drivers/iommu/tegra-gart.c b/drivers/iommu/tegra-gart.c index 7b1361d57a17.

[PATCH 5/9] iommu/ipmmu-vmsa: Make it explicitly non-modular

2018-12-01 Thread Paul Gortmaker
at the top of the file in the comments. Also note that MODULE_DEVICE_TABLE is a no-op for non-modular code. Cc: Joerg Roedel Cc: Laurent Pinchart Cc: iommu@lists.linux-foundation.org Reviewed-by: Laurent Pinchart Signed-off-by: Paul Gortmaker --- drivers/iommu/ipmmu-vmsa.c | 18 +++--- 1 fi

[PATCH 3/9] iommu/msm: Make it explicitly non-modular

2018-12-01 Thread Paul Gortmaker
e comments. Cc: Joerg Roedel Cc: Stepan Moskovchenko Cc: iommu@lists.linux-foundation.org Signed-off-by: Paul Gortmaker --- drivers/iommu/msm_iommu.c | 13 +++-- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/drivers/iommu/msm_iommu.c b/drivers/iommu/msm_iommu.c index fc

[PATCH 2/9] iommu/rockchip: Make it explicitly non-modular

2018-12-01 Thread Paul Gortmaker
effy Chen Cc: iommu@lists.linux-foundation.org Cc: linux-arm-ker...@lists.infradead.org Cc: linux-rockc...@lists.infradead.org Acked-by: Heiko Stuebner Signed-off-by: Paul Gortmaker --- drivers/iommu/rockchip-iommu.c | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff -

[PATCH 6/9] iommu/qcom: Make it explicitly non-modular

2018-12-01 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: Rob Clark Cc: Joerg Roedel Cc: iommu@lists.linux-foundation.org Cc: linux-arm-...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/iommu/qcom_iommu.c | 16 ++---

[PATCH v2 0/9] iommu: clean up/remove modular stuff from non-modules.

2018-12-01 Thread Paul Gortmaker
kovchenko Cc: Stephen Warren Cc: Thierry Reding Cc: Will Deacon Cc: iommu@lists.linux-foundation.org Cc: linux-arm-ker...@lists.infradead.org Cc: linux-arm-...@vger.kernel.org Cc: linux-media...@lists.infradead.org Cc: linux-rockc...@lists.infradead.org Cc: linux-te...@vger.kernel.org Paul Gor

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

2018-12-01 Thread Paul Gortmaker
the implicit source for init.h (for __init) and for export.h (for EXPORT_SYMBOL) we consider each instance for the presence of either and replace as needed. Cc: Joerg Roedel Cc: iommu@lists.linux-foundation.org Signed-off-by: Paul Gortmaker --- drivers/iommu/iommu-sysfs.c | 2 +- drivers/iommu

Re: [PATCH 5/9] iommu: ipmmu-vmsa: make it explicitly non-modular

2018-11-28 Thread Paul Gortmaker
[Re: [PATCH 5/9] iommu: ipmmu-vmsa: make it explicitly non-modular] On 28/11/2018 (Wed 19:22) Laurent Pinchart wrote: > Hi Paul, > > On Wednesday, 28 November 2018 17:32:05 EET Paul Gortmaker wrote: > > [Re: [PATCH 5/9] iommu: ipmmu-vmsa: make it explicitly non-modular] On >

Re: [PATCH 5/9] iommu: ipmmu-vmsa: make it explicitly non-modular

2018-11-28 Thread Paul Gortmaker
[Re: [PATCH 5/9] iommu: ipmmu-vmsa: make it explicitly non-modular] On 28/11/2018 (Wed 12:50) Robin Murphy wrote: > On 26/11/2018 22:31, Paul Gortmaker wrote: [...] > >diff --git a/drivers/iommu/ipmmu-vmsa.c b/drivers/iommu/ipmmu-vmsa.c > >index 9e2655f1c1bf..de39

Re: [PATCH 8/9] iommu: arm-smmu: make it explicitly non-modular

2018-11-28 Thread Paul Gortmaker
[Re: [PATCH 8/9] iommu: arm-smmu: make it explicitly non-modular] On 28/11/2018 (Wed 12:42) Robin Murphy wrote: > Hi Paul, > > On 26/11/2018 22:31, Paul Gortmaker wrote: [...] > >We add a moduleparam.h include since the file does actually declare > >some module paramet

Re: [PATCH 0/9] iommu: clean up/remove modular stuff from non-modules.

2018-11-27 Thread Paul Gortmaker
them to the patches before > the resend. > > On Mon, Nov 26, 2018 at 05:31:29PM -0500, Paul Gortmaker wrote: > > Paul Gortmaker (9): > > iommu: audit and remove any unnecessary uses of module.h > Fine. > > iommu: rockchip: make it explicitly non-modular >

[PATCH 0/9] iommu: clean up/remove modular stuff from non-modules.

2018-11-26 Thread Paul Gortmaker
c: Will Deacon Cc: iommu@lists.linux-foundation.org Cc: linux-arm-ker...@lists.infradead.org Cc: linux-arm-...@vger.kernel.org Cc: linux-media...@lists.infradead.org Cc: linux-rockc...@lists.infradead.org Cc: linux-te...@vger.kernel.org Paul Gortmaker (9): iommu: audit and remove any unnecessary uses of module.h io

[PATCH 7/9] iommu: tegra-gart: make it explicitly non-modular

2018-11-26 Thread Paul Gortmaker
ion.org Cc: linux-te...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/iommu/tegra-gart.c | 37 +++-- 1 file changed, 7 insertions(+), 30 deletions(-) diff --git a/drivers/iommu/tegra-gart.c b/drivers/iommu/tegra-gart.c index 7b1361d57a17..da6a4e357b2b 100644 --- a

[PATCH 9/9] iommu: arm-smmu-v3: make it explicitly non-modular

2018-11-26 Thread Paul Gortmaker
-ker...@lists.infradead.org Cc: iommu@lists.linux-foundation.org Signed-off-by: Paul Gortmaker --- drivers/iommu/arm-smmu-v3.c | 25 + 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/drivers/iommu/arm-smmu-v3.c b/drivers/iommu/arm-smmu-v3.c index 6947ccf26512..118

[PATCH 6/9] iommu: qcom_iommu: make it explicitly non-modular

2018-11-26 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: Rob Clark Cc: Joerg Roedel Cc: iommu@lists.linux-foundation.org Cc: linux-arm-...@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/iommu/qcom_iommu.c | 16 ++---

[PATCH 8/9] iommu: arm-smmu: make it explicitly non-modular

2018-11-26 Thread Paul Gortmaker
delete the MODULE_LICENSE tag etc. since all that information is already contained at the top of the file in the comments. Cc: Will Deacon Cc: Joerg Roedel Cc: Robin Murphy Cc: Nate Watterson Cc: linux-arm-ker...@lists.infradead.org Cc: iommu@lists.linux-foundation.org Signed-off-by: Paul Gor

[PATCH 2/9] iommu: rockchip: make it explicitly non-modular

2018-11-26 Thread Paul Gortmaker
effy Chen Cc: iommu@lists.linux-foundation.org Cc: linux-arm-ker...@lists.infradead.org Cc: linux-rockc...@lists.infradead.org Signed-off-by: Paul Gortmaker --- drivers/iommu/rockchip-iommu.c | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/drivers/iommu/rockch

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

2018-11-26 Thread Paul Gortmaker
the implicit source for init.h (for __init) and for export.h (for EXPORT_SYMBOL) we consider each instance for the presence of either and replace as needed. Cc: Joerg Roedel Cc: iommu@lists.linux-foundation.org Signed-off-by: Paul Gortmaker --- drivers/iommu/iommu-sysfs.c | 2 +- drivers/iommu

[PATCH 3/9] iommu: msm_iommu: make it explicitly non-modular

2018-11-26 Thread Paul Gortmaker
e comments. Cc: Joerg Roedel Cc: Stepan Moskovchenko Cc: iommu@lists.linux-foundation.org Signed-off-by: Paul Gortmaker --- drivers/iommu/msm_iommu.c | 13 +++-- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/drivers/iommu/msm_iommu.c b/drivers/iommu/msm_iommu.c index fc

[PATCH 4/9] iommu: mtk_iommu: make it explicitly non-modular

2018-11-26 Thread Paul Gortmaker
at the top of the file in the comments. Cc: Joerg Roedel Cc: Matthias Brugger Cc: Honghui Zhang Cc: iommu@lists.linux-foundation.org Cc: linux-media...@lists.infradead.org Signed-off-by: Paul Gortmaker --- drivers/iommu/mtk_iommu_v1.c | 15 +++ 1 file changed, 3 insertions(+), 12

[PATCH 5/9] iommu: ipmmu-vmsa: make it explicitly non-modular

2018-11-26 Thread Paul Gortmaker
at the top of the file in the comments. Also note that MODULE_DEVICE_TABLE is a no-op for non-modular code. Cc: Joerg Roedel Cc: Laurent Pinchart Cc: iommu@lists.linux-foundation.org Signed-off-by: Paul Gortmaker --- drivers/iommu/ipmmu-vmsa.c | 16 +++- 1 file changed, 3 insertions(+), 13

Re: [v10, 3/7] soc: fsl: add GUTS driver for QorIQ platforms

2016-07-15 Thread Paul Gortmaker
[Re: [v10, 3/7] soc: fsl: add GUTS driver for QorIQ platforms] On 15/07/2016 (Fri 14:12) Scott Wood wrote: > On Fri, 2016-07-15 at 12:43 -0400, Paul Gortmaker wrote: > > > +source "drivers/soc/fsl/qe/Kconfig" [...] > > > + > > > +config FSL_GUTS >

Re: [v10, 3/7] soc: fsl: add GUTS driver for QorIQ platforms

2016-07-15 Thread Paul Gortmaker
On Wed, May 4, 2016 at 11:12 PM, Yangbo Lu wrote: > The global utilities block controls power management, I/O device > enabling, power-onreset(POR) configuration monitoring, alternate > function selection for multiplexed signals,and clock control. > > This patch adds GUTS

[PATCH] drivers/iommu: don't select DEBUG_FS for AMD_IOMMU_STATS

2016-03-26 Thread Paul Gortmaker
.config and then run "make oldconfig" as a (bad?) habit. Cc: Joerg Roedel <j...@8bytes.org> Cc: "Steven Rostedt (Red Hat)" <rost...@goodmis.org> Cc: iommu@lists.linux-foundation.org Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> --- drivers/io