Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 1/2] ARM: EXYNOS4: Change System MMU device	definition
Date: Fri, 07 Oct 2011 19:42:22 +0900	[thread overview]
Message-ID: <01eb01cc84dd$cb740940$625c1bc0$%kim@samsung.com> (raw)
In-Reply-To: <20111007102754.GF21464@n2100.arm.linux.org.uk>

Russell King - ARM Linux wrote:
> 
> On Fri, Oct 07, 2011 at 06:56:21PM +0900, Kukjin Kim wrote:
> > +#define SYSMMU_RESOURCE(ipname, base, irq) \
> > +static struct resource sysmmu_resource_##ipname[] =\
> > +{\
> > +	{\
> > +		.start	= EXYNOS4_PA_SYSMMU_##base,\
> > +		.end	= EXYNOS4_PA_SYSMMU_##base + SZ_4K - 1,\
> > +		.flags	= IORESOURCE_MEM,\
> > +	}, {\
> > +		.start	= IRQ_SYSMMU_##irq##_0,\
> > +		.end	= IRQ_SYSMMU_##irq##_0,\
> > +		.flags	= IORESOURCE_IRQ,\
> > +	},\
> >  }
> 
> #define SYSMMU_RESOURCE(ipname, base, irq) \
> static struct resource sysmmu_resource_##ipname[] = \
> { \
> 	DEFINE_RES_MEM(EXYNOS4_PA_SYSMMU_##base, SZ_4K), \
> 	DEFINE_RES_IRQ(IRQ_SYSMMU_##irq##_0), \
> }

Oops, I missed that.
OK, let him change it.

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

      reply	other threads:[~2011-10-07 10:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-07  9:56 [PATCH v3 1/2] ARM: EXYNOS4: Change System MMU device definition Kukjin Kim
2011-10-07 10:27 ` Russell King - ARM Linux
2011-10-07 10:42   ` Kukjin Kim [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='01eb01cc84dd$cb740940$625c1bc0$%kim@samsung.com' \
    --to=kgene.kim@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox