Re: [PATCH 7/7] iommu/arm-smmu: Allow building as a module

2019-11-07 Thread Will Deacon
Hi Isaac, On Mon, Nov 04, 2019 at 11:34:00AM -0800, Isaac J. Manjarres wrote: > On Wed, Oct 30, 2019 at 02:51:12PM +, Will Deacon wrote: > > diff --git a/drivers/iommu/arm-smmu-impl.c b/drivers/iommu/arm-smmu-impl.c > > index 5c87a38620c4..2f82d40317d6 100644 > > --- a/drivers/iommu/arm-smmu-i

Re: [PATCH 7/7] iommu/arm-smmu: Allow building as a module

2019-11-04 Thread Isaac J. Manjarres
On Wed, Oct 30, 2019 at 02:51:12PM +, Will Deacon wrote: > By conditionally dropping support for the legacy binding and exporting > the newly introduced 'arm_smmu_impl_init()' function we can allow the > ARM SMMU driver to be built as a module. > > Signed-off-by: Will Deacon > --- > drivers/

Re: [PATCH 7/7] iommu/arm-smmu: Allow building as a module

2019-10-30 Thread Robin Murphy
On 30/10/2019 15:22, Rob Herring wrote: On Wed, Oct 30, 2019 at 02:51:12PM +, Will Deacon wrote: By conditionally dropping support for the legacy binding and exporting the newly introduced 'arm_smmu_impl_init()' function we can allow the ARM SMMU driver to be built as a module. Signed-off-b

Re: [PATCH 7/7] iommu/arm-smmu: Allow building as a module

2019-10-30 Thread Will Deacon
Hi Rob, On Wed, Oct 30, 2019 at 10:22:12AM -0500, Rob Herring wrote: > On Wed, Oct 30, 2019 at 02:51:12PM +, Will Deacon wrote: > > By conditionally dropping support for the legacy binding and exporting > > the newly introduced 'arm_smmu_impl_init()' function we can allow the > > ARM SMMU driv

Re: [PATCH 7/7] iommu/arm-smmu: Allow building as a module

2019-10-30 Thread Rob Herring
On Wed, Oct 30, 2019 at 02:51:12PM +, Will Deacon wrote: > By conditionally dropping support for the legacy binding and exporting > the newly introduced 'arm_smmu_impl_init()' function we can allow the > ARM SMMU driver to be built as a module. > > Signed-off-by: Will Deacon > --- > drivers/

[PATCH 7/7] iommu/arm-smmu: Allow building as a module

2019-10-30 Thread Will Deacon
By conditionally dropping support for the legacy binding and exporting the newly introduced 'arm_smmu_impl_init()' function we can allow the ARM SMMU driver to be built as a module. Signed-off-by: Will Deacon --- drivers/iommu/Kconfig | 14 - drivers/iommu/arm-smmu-impl.c | 6 ++