From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wanlong Gao Subject: Re: [PATCH 3/4] iommu/exynos: Add iommu driver for Exynos4 Platforms Date: Mon, 26 Sep 2011 10:17:08 +0800 Message-ID: <4E7FE0A4.4050105@cn.fujitsu.com> References: <5525949.50001316849744994.JavaMail.weblogic@epml24> <20110924093851.GB17169@n2100.arm.linux.org.uk> Reply-To: gaowanlong@cn.fujitsu.com Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from cn.fujitsu.com ([222.73.24.84]:62637 "EHLO song.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1750800Ab1IZCS3 convert rfc822-to-8bit (ORCPT ); Sun, 25 Sep 2011 22:18:29 -0400 In-Reply-To: Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: KyongHo Cho Cc: Russell King - ARM Linux , "linux-arm-kernel@lists.infradead.org" , "linux-samsung-soc@vger.kernel.org" , "iommu@lists.linux-foundation.org" , "linux-kernel@vger.kernel.org" , "ohad@wizery.com" , =?UTF-8?B?6rmA6rWt7KeE?= , "joerg.roedel@amd.com" , =?UTF-8?B?6rmA7JiB6529?= , =?UTF-8?B?7J207IOB?= =?UTF-8?B?7ZiE?= On 09/26/2011 08:44 AM, KyongHo Cho wrote: > Hi. >=20 > On Sat, Sep 24, 2011 at 6:38 PM, Russell King - ARM Linux > wrote: >> On Sat, Sep 24, 2011 at 07:35:45AM +0000, =EC=A1=B0=EA=B2=BD=ED=98=B8= 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 m= ore >> 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 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