From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [PATCH 0/3] Rockchip IOMMU driver and devicetree bindings Date: Wed, 22 Oct 2014 17:20:19 +0200 Message-ID: <20141022152019.GK10074@8bytes.org> References: <1412158843-8115-1-git-send-email-djkurtz@chromium.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1412158843-8115-1-git-send-email-djkurtz-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Daniel Kurtz Cc: Mark Rutland , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Russell King , Heiko Stuebner , Pawel Moll , Ian Campbell , Grant Grundler , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, Rob Herring , Kumar Gala , Grant Likely , =?iso-8859-1?Q?St=E9phane?= Marchesin , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Simon Xue List-Id: devicetree@vger.kernel.org On Wed, Oct 01, 2014 at 06:20:40PM +0800, Daniel Kurtz wrote: > Add a driver and devicetree bindings for the IOMMU found in Rockchip RK3288 > SoCs. > > Daniel Kurtz (3): > iommu/rockchip: rk3288 iommu driver > dt-bindings: iommu: Add documentation for rockchip iommu > ARM: dts: rk3288: add VOP iommu nodes > > .../devicetree/bindings/iommu/rockchip,iommu.txt | 26 + > arch/arm/boot/dts/rk3288.dtsi | 18 + > drivers/iommu/Kconfig | 11 + > drivers/iommu/Makefile | 1 + > drivers/iommu/rockchip-iommu.c | 924 +++++++++++++++++++++ > 5 files changed, 980 insertions(+) > create mode 100644 Documentation/devicetree/bindings/iommu/rockchip,iommu.txt > create mode 100644 drivers/iommu/rockchip-iommu.c Please make sure you also get Acks for the DT bindings. With that and the issue I mentioned in the other email fixed, I will apply these patches? Joerg