Re: [PATCH v2 resend] iommu/ipmmu-vmsa: convert to SPDX identifiers

2018-09-26 Thread Kuninori Morimoto
Hi Joerg > > Joerg > > > > 2 weeks past. resend patch > > I applied that patch just yesterday, didn't you get the notice about > that? Thanks, nice to know ___ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/ma

[PATCH v2 resend] iommu/ipmmu-vmsa: convert to SPDX identifiers

2018-09-25 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch updates license to use SPDX-License-Identifier instead of verbose license text. Signed-off-by: Kuninori Morimoto Reviewed-by: Geert Uytterhoeven Reviewed-by: Simon Horman --- Joerg 2 weeks past. resend patch drivers/iommu/ipmmu-vmsa.c | 5 + 1 file

Re: of_dma_request_slave_channel() failed ?

2018-09-13 Thread Kuninori Morimoto
obed successfully. Actually sound driver get DMA channel when used. But checking DMA availability when probe timing (= try to get, and release it soon). sound driver side other approach is that it don't check it when probe. Best regards --- Kuninori Morimoto ___

Re: of_dma_request_slave_channel() failed ?

2018-09-13 Thread Kuninori Morimoto
back to PIO was really a "best effort" fallback, and the user > should really enable DMA? Yeah, I'm thinking this is better. PIO fallback is of course "nice to have" if possible. But, because of this new iommu patch, keeping this feature needs "big co

Re: of_dma_request_slave_channel() failed ?

2018-09-12 Thread Kuninori Morimoto
Hi Geert Thank you for your feedback > > - > > commit ac6bbf0cdf4206c517ac9789814c23e372ebce4d > > Author: Rob Herring > > Date: Mon Jul 9 09:41:52 2018 -0600 > > > > iommu: Remove IOMMU_OF_DECLARE > > > > Now that we use the driver

[PATCH resend] iommu/ipmmu-vmsa: convert to SPDX identifiers

2018-09-06 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch updates license to use SPDX-License-Identifier instead of verbose license text. Signed-off-by: Kuninori Morimoto Reviewed-by: Geert Uytterhoeven Reviewed-by: Simon Horman --- - 2weeks passed. I resend this patch again drivers/iommu/ipmmu-vmsa.c | 5

[PATCH] iommu/ipmmu-vmsa: convert to SPDX identifiers

2018-08-01 Thread Kuninori Morimoto
From: Kuninori Morimoto Signed-off-by: Kuninori Morimoto --- drivers/iommu/ipmmu-vmsa.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/iommu/ipmmu-vmsa.c b/drivers/iommu/ipmmu-vmsa.c index ee30be1..85447ec 100644 --- a/drivers/iommu/ipmmu-vmsa.c +++ b/drivers