From: Ben Dooks <ben-linux@fluff.org>
To: Kukjin Kim <kgene.kim@samsung.com>
Cc: linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, ben-linux@fluff.org
Subject: Re: [PATCH] ARM: S5P6440: Add IO descriptor for ChipID block.
Date: Tue, 19 Jan 2010 07:16:16 +0000 [thread overview]
Message-ID: <20100119071616.GC26562@trinity.fluff.org> (raw)
In-Reply-To: <1263867699-28672-1-git-send-email-kgene.kim@samsung.com>
On Tue, Jan 19, 2010 at 11:21:39AM +0900, Kukjin Kim wrote:
> This patch adds the IO descriptor for ChipID block in S5P6440.
ok, willapply.
> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
> ---
> arch/arm/mach-s5p6440/include/mach/map.h | 5 +++++
> 1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-s5p6440/include/mach/map.h b/arch/arm/mach-s5p6440/include/mach/map.h
> index b370329..dc922d6 100644
> --- a/arch/arm/mach-s5p6440/include/mach/map.h
> +++ b/arch/arm/mach-s5p6440/include/mach/map.h
> @@ -15,6 +15,11 @@
>
> #include <plat/map-base.h>
>
> +/* Chip ID */
> +#define S5P6440_PA_CHIPID (0xE0000000)
> +#define S5P_PA_CHIPID S5P6440_PA_CHIPID
> +#define S5P_VA_CHIPID S3C_ADDR(0x00700000)
> +
> /* SYSCON */
> #define S5P6440_PA_SYSCON (0xE0100000)
> #define S5P_PA_SYSCON S5P6440_PA_SYSCON
> --
> 1.6.2.5
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
--
--
Ben
Q: What's a light-year?
A: One-third less calories than a regular year.
WARNING: multiple messages have this Message-ID (diff)
From: ben-linux@fluff.org (Ben Dooks)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: S5P6440: Add IO descriptor for ChipID block.
Date: Tue, 19 Jan 2010 07:16:16 +0000 [thread overview]
Message-ID: <20100119071616.GC26562@trinity.fluff.org> (raw)
In-Reply-To: <1263867699-28672-1-git-send-email-kgene.kim@samsung.com>
On Tue, Jan 19, 2010 at 11:21:39AM +0900, Kukjin Kim wrote:
> This patch adds the IO descriptor for ChipID block in S5P6440.
ok, willapply.
> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
> ---
> arch/arm/mach-s5p6440/include/mach/map.h | 5 +++++
> 1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-s5p6440/include/mach/map.h b/arch/arm/mach-s5p6440/include/mach/map.h
> index b370329..dc922d6 100644
> --- a/arch/arm/mach-s5p6440/include/mach/map.h
> +++ b/arch/arm/mach-s5p6440/include/mach/map.h
> @@ -15,6 +15,11 @@
>
> #include <plat/map-base.h>
>
> +/* Chip ID */
> +#define S5P6440_PA_CHIPID (0xE0000000)
> +#define S5P_PA_CHIPID S5P6440_PA_CHIPID
> +#define S5P_VA_CHIPID S3C_ADDR(0x00700000)
> +
> /* SYSCON */
> #define S5P6440_PA_SYSCON (0xE0100000)
> #define S5P_PA_SYSCON S5P6440_PA_SYSCON
> --
> 1.6.2.5
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
--
--
Ben
Q: What's a light-year?
A: One-third less calories than a regular year.
next prev parent reply other threads:[~2010-01-19 7:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-19 2:21 [PATCH] ARM: S5P6440: Add IO descriptor for ChipID block Kukjin Kim
2010-01-19 2:21 ` Kukjin Kim
2010-01-19 7:16 ` Ben Dooks [this message]
2010-01-19 7:16 ` Ben Dooks
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=20100119071616.GC26562@trinity.fluff.org \
--to=ben-linux@fluff.org \
--cc=kgene.kim@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.