Re: [PATCH v2 6/9] Revert "iommu/arm-smmu: Make arm-smmu-v3 explicitly non-modular"

2019-11-08 Thread John Garry
On 08/11/2019 17:48, Will Deacon wrote: On Fri, Nov 08, 2019 at 05:32:48PM +, Will Deacon wrote: On Fri, Nov 08, 2019 at 05:25:09PM +, John Garry wrote: On 08/11/2019 16:47, Will Deacon wrote: On Fri, Nov 08, 2019 at 04:44:25PM +, John Garry wrote: BTW, it now looks like it was

Re: [PATCH v2 6/9] Revert "iommu/arm-smmu: Make arm-smmu-v3 explicitly non-modular"

2019-11-08 Thread John Garry
On 08/11/2019 17:32, Will Deacon wrote: On Fri, Nov 08, 2019 at 05:25:09PM +, John Garry wrote: On 08/11/2019 16:47, Will Deacon wrote: On Fri, Nov 08, 2019 at 04:44:25PM +, John Garry wrote: BTW, it now looks like it was your v1 series I was testing there, on your branch

Re: [PATCH v2 6/9] Revert "iommu/arm-smmu: Make arm-smmu-v3 explicitly non-modular"

2019-11-08 Thread Will Deacon
On Fri, Nov 08, 2019 at 05:32:48PM +, Will Deacon wrote: > On Fri, Nov 08, 2019 at 05:25:09PM +, John Garry wrote: > > On 08/11/2019 16:47, Will Deacon wrote: > > > On Fri, Nov 08, 2019 at 04:44:25PM +, John Garry wrote: > > > > BTW, it now looks like it was your v1 series I was

Re: [PATCH v2 6/9] Revert "iommu/arm-smmu: Make arm-smmu-v3 explicitly non-modular"

2019-11-08 Thread Will Deacon
On Fri, Nov 08, 2019 at 05:25:09PM +, John Garry wrote: > On 08/11/2019 16:47, Will Deacon wrote: > > On Fri, Nov 08, 2019 at 04:44:25PM +, John Garry wrote: > > > BTW, it now looks like it was your v1 series I was testing there, on your > > > branch iommu/module. It would be helpful to

Re: [PATCH v2 6/9] Revert "iommu/arm-smmu: Make arm-smmu-v3 explicitly non-modular"

2019-11-08 Thread John Garry
On 08/11/2019 16:47, Will Deacon wrote: On Fri, Nov 08, 2019 at 04:44:25PM +, John Garry wrote: On 08/11/2019 16:17, John Garry wrote: On 08/11/2019 15:16, Will Deacon wrote: +MODULE_DEVICE_TABLE(of, arm_smmu_of_match); Hi Will,   static struct platform_driver arm_smmu_driver = {    

Re: [PATCH v2 6/9] Revert "iommu/arm-smmu: Make arm-smmu-v3 explicitly non-modular"

2019-11-08 Thread Will Deacon
On Fri, Nov 08, 2019 at 04:44:25PM +, John Garry wrote: > On 08/11/2019 16:17, John Garry wrote: > > On 08/11/2019 15:16, Will Deacon wrote: > > > +MODULE_DEVICE_TABLE(of, arm_smmu_of_match); > > > > Hi Will, > > > > >   static struct platform_driver arm_smmu_driver = { > > >   .driver   

Re: [PATCH v2 6/9] Revert "iommu/arm-smmu: Make arm-smmu-v3 explicitly non-modular"

2019-11-08 Thread John Garry
On 08/11/2019 16:17, John Garry wrote: On 08/11/2019 15:16, Will Deacon wrote: +MODULE_DEVICE_TABLE(of, arm_smmu_of_match); Hi Will,   static struct platform_driver arm_smmu_driver = {   .driver    = {   .name    = "arm-smmu-v3",   .of_match_table    =

Re: [PATCH v2 6/9] Revert "iommu/arm-smmu: Make arm-smmu-v3 explicitly non-modular"

2019-11-08 Thread John Garry
On 08/11/2019 15:16, Will Deacon wrote: +MODULE_DEVICE_TABLE(of, arm_smmu_of_match); Hi Will, static struct platform_driver arm_smmu_driver = { .driver = { .name = "arm-smmu-v3", .of_match_table = of_match_ptr(arm_smmu_of_match), -

[PATCH v2 6/9] Revert "iommu/arm-smmu: Make arm-smmu-v3 explicitly non-modular"

2019-11-08 Thread Will Deacon
This reverts commit c07b6426df922d21a13a959cf785d46e9c531941. Let's get the SMMUv3 driver building as a module, which means putting back some dead code that we used to carry. Signed-off-by: Will Deacon --- drivers/iommu/arm-smmu-v3.c | 25 - 1 file changed, 16