From mboxrd@z Thu Jan 1 00:00:00 1970 From: gaowanlong@cn.fujitsu.com (Wanlong Gao) Date: Mon, 26 Sep 2011 10:17:08 +0800 Subject: [PATCH 3/4] iommu/exynos: Add iommu driver for Exynos4 Platforms In-Reply-To: References: <5525949.50001316849744994.JavaMail.weblogic@epml24> <20110924093851.GB17169@n2100.arm.linux.org.uk> Message-ID: <4E7FE0A4.4050105@cn.fujitsu.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 09/26/2011 08:44 AM, KyongHo Cho wrote: > Hi. > > On Sat, Sep 24, 2011 at 6:38 PM, Russell King - ARM Linux > wrote: >> On Sat, Sep 24, 2011 at 07:35:45AM +0000, ??? wrote: >>> +# EXYNOS IOMMU support >>> +config EXYNOS_IOMMU >>> + bool "Exynos IOMMU Support" >>> + depends on ARCH_EXYNOS4 >>> + select IOMMU_API >>> + select EXYNOS4_DEV_SYSMMU >>> + help >> >> Looks like your mailer converted tabs to one space. This makes it more >> difficult to read this patch as a whole. Don't expect good reviews as >> long as your mailer breaks stuff in this way. > Sorry for that :( > I will try another way to send patches correctly. Use *git send-email* instead. Thanks