From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [PATCH 00/11] Some OMAP IOMMU cleanup patches Date: Mon, 3 Aug 2015 15:55:34 +0200 Message-ID: <20150803135533.GH14980@8bytes.org> References: <1437431613-55656-1-git-send-email-s-anna@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1437431613-55656-1-git-send-email-s-anna-l0cyMroinI0@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: Suman Anna Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Laurent Pinchart List-Id: linux-omap@vger.kernel.org On Mon, Jul 20, 2015 at 05:33:22PM -0500, Suman Anna wrote: > Suman Anna (11): > Documentation: dt: Add #iommu-cells info to OMAP iommu bindings > iommu/omap: Remove all module references > iommu/omap: Move debugfs functions to omap-iommu-debug.c > iommu/omap: Protect omap-iopgtable.h against double inclusion > iommu/omap: Remove unused union fields > iommu/omap: Remove trailing semi-colon from a macro > iommu/omap: Remove unnecessary error traces on alloc failures > iommu/omap: Use BIT(x) macros in omap-iopgtable.h > iommu/omap: Use BIT(x) macros in omap-iommu.h > iommu/omap: Align code with open parenthesis Applied these patches to arm/omap. > iommu/omap: Split multiple assignments into separate lines Did not apply this one, there is nothing wrong with multiple assignments. Joerg