Hi Robin,
On Tuesday 19 May 2015 11:39:17 Robin Murphy wrote:
> On 15/05/15 00:00, Laurent Pinchart wrote:
> > Configuring DMA ops at probe time will allow deferring device probe when
> > the IOMMU isn't available yet.
>
> This is great, as I think it also subtly solves the ordering problem the
>
Hi Laurent,
On 15/05/15 00:00, Laurent Pinchart wrote:
Configuring DMA ops at probe time will allow deferring device probe when
the IOMMU isn't available yet.
This is great, as I think it also subtly solves the ordering problem the
current domain allocation has with platform devices. WRT to y
On Fri, May 15, 2015 at 02:00:07AM +0300, Laurent Pinchart wrote:
> 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 | 9 +
> drivers/of/platform.c | 7 +++
>
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 | 9 +
drivers/of/platform.c | 7 +++
2 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/drivers/base/pla