Re: [PATCH v3 0/2] OMAP: IOMMU fault callback support

2011-02-21 Thread Hiroshi DOYU
From: David Cohen daco...@gmail.com Subject: [PATCH v3 0/2] OMAP: IOMMU fault callback support Date: Wed, 16 Feb 2011 21:35:49 +0200 Hi, This patch set adapts current (*isr)() to be used as fault callback. IOMMU faults might be very difficult to reproduce and then to figure out the source

[PATCH v3 0/2] OMAP: IOMMU fault callback support

2011-02-16 Thread David Cohen
Hi, This patch set adapts current (*isr)() to be used as fault callback. IOMMU faults might be very difficult to reproduce and then to figure out the source of the problem. Currently IOMMU driver prints not so useful debug message and does not notice user about such issue. With a fault callback,