RE: [RFC 5/9] drivers: platform: Configure dma operations at probe time

2016-05-25 Thread Sricharan
Hi Robin, >On 25/04/16 16:58, Sricharan R wrote: >> From: Laurent Pinchart >> >> Configuring DMA ops at probe time will allow deferring device probe when >> the IOMMU isn't available yet. >> >> Signed-off-by: Laurent Pinchart >> --- >> drivers/base/platform.c | 13 + >> drivers/of

Re: [RFC 5/9] drivers: platform: Configure dma operations at probe time

2016-05-24 Thread Robin Murphy
On 25/04/16 16:58, Sricharan R wrote: From: Laurent Pinchart Configuring DMA ops at probe time will allow deferring device probe when the IOMMU isn't available yet. Signed-off-by: Laurent Pinchart --- drivers/base/platform.c | 13 + drivers/of/platform.c | 7 +++ 2 file

[RFC 5/9] drivers: platform: Configure dma operations at probe time

2016-04-25 Thread Sricharan R
From: Laurent Pinchart Configuring DMA ops at probe time will allow deferring device probe when the IOMMU isn't available yet. Signed-off-by: Laurent Pinchart --- drivers/base/platform.c | 13 + drivers/of/platform.c | 7 +++ 2 files changed, 16 insertions(+), 4 deletions(-)