All of lore.kernel.org
 help / color / mirror / Atom feed
From: heiko@sntech.de (Heiko Stübner)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 06/14] ARM : SAMSUNG : S3C2416 Added io mapping for Static memory controller.
Date: Sat, 22 Oct 2011 23:43:23 +0200	[thread overview]
Message-ID: <201110222343.24141.heiko@sntech.de> (raw)
In-Reply-To: <1319257301-5040-1-git-send-email-paul.s.schilling@gmail.com>

Am Samstag 22 Oktober 2011, 06:21:41 schrieb Paul Schilling:
> Added MMU access to the Static Memory Controller.
> 
> Signed-off-by: Paul Schilling <paul.s.schilling@gmail.com>
> ---
>  arch/arm/mach-s3c2416/s3c2416.c |   12 ++++++++++++
>  1 files changed, 12 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-s3c2416/s3c2416.c
> b/arch/arm/mach-s3c2416/s3c2416.c index 494ce91..823a034 100644
> --- a/arch/arm/mach-s3c2416/s3c2416.c
> +++ b/arch/arm/mach-s3c2416/s3c2416.c
> @@ -65,6 +65,18 @@ static struct map_desc s3c2416_iodesc[] __initdata = {
>  	IODESC_ENT(WATCHDOG),
>  	IODESC_ENT(CLKPWR),
>  	IODESC_ENT(TIMER),
> +	{
> +		.virtual	= (u32)S3C2412_VA_SSMC,
> +		.pfn		= __phys_to_pfn(S3C2412_PA_SSMC),
> +		.length		= SZ_1M,
> +		.type		= MT_DEVICE,
> +	},
> +	/*{
> +		.virtual	= (u32)S3C2412_VA_EBI,
> +		.pfn		= __phys_to_pfn(S3C2412_PA_EBI),
> +		.length		= SZ_1M,
> +		.type		= MT_DEVICE,
> +	},*/
>  };
why are you adding disabled code?

Btw. it seems your posts got mangled somehow... only your patches 2,5 and 6 of 
14 made it to linux-kernel and linux-arm-kernel.

Heiko

WARNING: multiple messages have this Message-ID (diff)
From: "Heiko Stübner" <heiko@sntech.de>
To: Paul Schilling <paul.s.schilling@gmail.com>
Cc: Kukjin Kim <kgene.kim@samsung.com>,
	Russell King <linux@arm.linux.org.uk>,
	Yauhen Kharuzhy <yauhen.kharuzhy@promwad.com>,
	"Rafael J. Wysocki" <rjw@sisk.pl>,
	"Greg Kroah-Hartman" <gregkh@suse.de>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 06/14] ARM : SAMSUNG : S3C2416 Added io mapping for Static memory controller.
Date: Sat, 22 Oct 2011 23:43:23 +0200	[thread overview]
Message-ID: <201110222343.24141.heiko@sntech.de> (raw)
In-Reply-To: <1319257301-5040-1-git-send-email-paul.s.schilling@gmail.com>

Am Samstag 22 Oktober 2011, 06:21:41 schrieb Paul Schilling:
> Added MMU access to the Static Memory Controller.
> 
> Signed-off-by: Paul Schilling <paul.s.schilling@gmail.com>
> ---
>  arch/arm/mach-s3c2416/s3c2416.c |   12 ++++++++++++
>  1 files changed, 12 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-s3c2416/s3c2416.c
> b/arch/arm/mach-s3c2416/s3c2416.c index 494ce91..823a034 100644
> --- a/arch/arm/mach-s3c2416/s3c2416.c
> +++ b/arch/arm/mach-s3c2416/s3c2416.c
> @@ -65,6 +65,18 @@ static struct map_desc s3c2416_iodesc[] __initdata = {
>  	IODESC_ENT(WATCHDOG),
>  	IODESC_ENT(CLKPWR),
>  	IODESC_ENT(TIMER),
> +	{
> +		.virtual	= (u32)S3C2412_VA_SSMC,
> +		.pfn		= __phys_to_pfn(S3C2412_PA_SSMC),
> +		.length		= SZ_1M,
> +		.type		= MT_DEVICE,
> +	},
> +	/*{
> +		.virtual	= (u32)S3C2412_VA_EBI,
> +		.pfn		= __phys_to_pfn(S3C2412_PA_EBI),
> +		.length		= SZ_1M,
> +		.type		= MT_DEVICE,
> +	},*/
>  };
why are you adding disabled code?

Btw. it seems your posts got mangled somehow... only your patches 2,5 and 6 of 
14 made it to linux-kernel and linux-arm-kernel.

Heiko

  reply	other threads:[~2011-10-22 21:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <static_memory>
2011-10-22  4:21 ` [PATCH 06/14] ARM : SAMSUNG : S3C2416 Added io mapping for Static memory controller Paul Schilling
2011-10-22  4:21   ` Paul Schilling
2011-10-22 21:43   ` Heiko Stübner [this message]
2011-10-22 21:43     ` Heiko Stübner
2011-10-23 16:44     ` Paul Schilling
2011-10-23 16:44       ` Paul Schilling

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=201110222343.24141.heiko@sntech.de \
    --to=heiko@sntech.de \
    --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 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.