Re: [PATCH v6 05/99] xarray: Add definition of struct xarray

2018-01-24 Thread Paul Bolle
ch is actually part of the LINUXINCLUDE variable, but split off to make things confusing.) Why do you need to include linux/kconfig.h here? > #include > #include Thanks, Paul Bolle ___ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu

Re: [PATCH 1/5] soc: mediatek: Add SMI driver

2015-03-09 Thread Paul Bolle
Hi Yong, Yong Wu schreef op ma 09-03-2015 om 19:57 [+0800]: > On Fri, 2015-03-06 at 12:30 +0100, Paul Bolle wrote: > > On Fri, 2015-03-06 at 18:48 +0800, yong...@mediatek.com wrote: > > > --- a/drivers/soc/mediatek/Kconfig > > > +++ b/drivers/soc/mediatek/Kconfig >

Re: [PATCH 1/5] soc: mediatek: Add SMI driver

2015-03-06 Thread Paul Bolle
If not, I think MTK_SMI will be set and unset in lockstep with MTK_IOMMU. In other words, you could as well use one Kconfig symbol. Thanks, Paul Bolle ___ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu

Re: [PATCH] remove duplicate checking code

2014-05-29 Thread Paul Bolle
ariable ‘iommu’ [-Wunused-variable] struct amd_iommu *iommu; ^ Is the trivial fix for this queued somewhere? Paul Bolle ___ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu

Re: [PATCH 04/28] Remove EXYNOS_DEV_SYSMMU

2014-04-15 Thread Paul Bolle
On Mon, 2014-02-10 at 10:02 +0530, Sachin Kamat wrote: > +cc linux-samsung-soc list > > On 10 February 2014 01:38, Paul Bolle wrote: > > I noted this one about a year ago (see > > https://lkml.org/lkml/2013/3/5/401 ). By now I wonder whether > > EXYNOS_IOMMU (and

Re: [PATCH 10/28] Remove SH_MOBILE

2014-02-09 Thread Paul Bolle
epends on ARM > - depends on SH_MOBILE || COMPILE_TEST > + depends on ARM || COMPILE_TEST It seems ARCH_SHMOBILE was intended, see https://lkml.org/lkml/2014/2/8/256 . > select IOMMU_API > select ARM_DMA_USE_IOMMU > select SHMOBILE_IPMMU Paul Bolle ___

Re: [PATCH 04/28] Remove EXYNOS_DEV_SYSMMU

2014-02-09 Thread Paul Bolle
g depending on it) shouldn't be removed. That code has been unbuildable for at least a year now (I have not checked how much code is involved). Paul Bolle ___ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu

[PATCH] iommu: shmobile: depend on ARCH_SHMOBILE

2014-02-08 Thread Paul Bolle
Commit 78a2e12f51d9 ("iommu: shmobile: Enable driver compilation with COMPILE_TEST") added an optional dependency on SH_MOBILE. But that Kconfig symbol doesn't exist. It seems ARCH_SHMOBILE was intended. Use that. Signed-off-by: Paul Bolle --- Completely untested. drivers/io