Re: [PATCH 0/3] Rockchip IOMMU driver and devicetree bindings
From: Daniel Kurtz <hidden>
Date: 2014-10-23 16:11:06
Also in:
linux-iommu
On Wed, Oct 22, 2014 at 11:20 PM, Joerg Roedel [off-list ref] wrote:
On Wed, Oct 01, 2014 at 06:20:40PM +0800, Daniel Kurtz wrote:quoted
Add a driver and devicetree bindings for the IOMMU found in RockchipRK3288quoted
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+++++++++++++++++++++quoted
5 files changed, 980 insertions(+) create mode 100644Documentation/devicetree/bindings/iommu/rockchip,iommu.txtquoted
create mode 100644 drivers/iommu/rockchip-iommu.cPlease 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?
Hi Joerg, Thanks for your reviews. Can you help me get these DT bindings Acked? AFAICT, the DT maintainers are CC'ed on this patch, I'm not sure what else to do. Thanks, -Daniel
Joerg