All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: "Leo (Hao) Chen" <leochen@broadcom.com>
Cc: "linux-arm-kernel@lists.arm.linux.org.uk" 
	<linux-arm-kernel@lists.arm.linux.org.uk>,
	Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v1 1/6][ARM]  new ARM SoC support: BCMRing
Date: Sat, 27 Jun 2009 07:21:14 +0200	[thread overview]
Message-ID: <20090627052114.GE8587@game.jcrosoft.org> (raw)
In-Reply-To: <8628FE4E7912BF47A96AE7DD7BAC0AADCB25AE17C2@SJEXCHCCR02.corp.ad.broadcom.com>

On 16:26 Fri 26 Jun     , Leo (Hao) Chen wrote:
> Hi,
> 
> As a newcomer to the kernel community, this is our first attempt to submit code to Linux kernel for a new Broadcom SoC (BCMRing) support.  The patches can be applied to the latest mainline git tree.
> 
> This batch of submission contains only the core arch code and mtd nand driver. We use AMBA serial driver.
> It boots to busybox with serial console.
> 
> The following is the first patch, adding Kconfig option and modify the Makefile in arch/arm directory.
> 
> Let me know if any questions.
> 
> Thanks,
> 
this normaly go ina 0/6 e-mail
> >From 432df145d3d3d0c6d5d122259b472657d715e55c Mon Sep 17 00:00:00 2001
> From: Leo Chen <leochen@broadcom.com>
> Date: Fri, 26 Jun 2009 15:45:10 -0700
> Subject: [PATCH 1/6] add bcmring Kconfig option and modify the Makefile
> 
> ---
>  arch/arm/Kconfig  |   14 ++++++++++++++
>  arch/arm/Makefile |    1 +
>  2 files changed, 15 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index aef63c8..c6d2b19 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -637,6 +637,18 @@ config ARCH_OMAP
>  	help
>  	  Support for TI's OMAP platform (OMAP1 and OMAP2).
>  
> +config ARCH_BCMRING
> +	bool "Broadcom BCMRING"
> +	depends on MMU
> +	select CPU_V6
> +	select ARM_AMBA
> +	select COMMON_CLKDEV
> +	select GENERIC_TIME
> +	select GENERIC_CLOCKEVENTS
> +	select ARCH_WANT_OPTIONAL_GPIOLIB
> +	help
> +	  Support for Broadcom's BCMRing platform.
> +
>  endchoice
>  
>  source "arch/arm/mach-clps711x/Kconfig"
> @@ -730,6 +742,8 @@ source "arch/arm/mach-u300/Kconfig"
>  
>  source "arch/arm/mach-w90x900/Kconfig"
>  
> +source "arch/arm/mach-bcmring/Kconfig"
> +
>  # Definitions to make life easier
>  config ARCH_ACORN
>  	bool
> diff --git a/arch/arm/Makefile b/arch/arm/Makefile
> index c877d6d..f1a96f5 100644
> --- a/arch/arm/Makefile
> +++ b/arch/arm/Makefile
> @@ -112,6 +112,7 @@ endif
>  # by CONFIG_* macro name.
>  machine-$(CONFIG_ARCH_AAEC2000)		:= aaec2000
>  machine-$(CONFIG_ARCH_AT91)		:= at91
> +machine-$(CONFIG_ARCH_BCMRING)    := bcmring
whitespace please tab for indent

Best Regards,
J.

      parent reply	other threads:[~2009-06-27  5:28 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-26 23:26 [PATCH v1 1/6][ARM] new ARM SoC support: BCMRing Leo (Hao) Chen
2009-06-26 23:28 ` [PATCH v1 2/6][ARM] " Leo (Hao) Chen
2009-06-26 23:29   ` [PATCH v1 3/6][ARM] " Leo (Hao) Chen
2009-06-26 23:30     ` [PATCH v1 4/6][ARM] " Leo (Hao) Chen
2009-06-26 23:30       ` [PATCH v1 5/6][ARM] " Leo (Hao) Chen
2009-06-26 23:30         ` [PATCH v1 6/6][ARM] " Leo (Hao) Chen
2009-06-30 18:41           ` Jean-Christophe PLAGNIOL-VILLARD
2009-06-30 23:20             ` Alan Cox
2009-06-30 23:37               ` Jean-Christophe PLAGNIOL-VILLARD
2009-06-30 23:54                 ` Leo (Hao) Chen
2009-06-30 23:57               ` Scott Branden
2009-07-01 12:00                 ` Alan Cox
2009-06-30 18:42         ` [PATCH v1 5/6][ARM] " Jean-Christophe PLAGNIOL-VILLARD
2009-06-30 18:43       ` [PATCH v1 4/6][ARM] " Jean-Christophe PLAGNIOL-VILLARD
2009-06-27  5:33     ` [PATCH v1 3/6][ARM] " Jean-Christophe PLAGNIOL-VILLARD
2009-06-30  1:09       ` Leo (Hao) Chen
2009-06-30  5:30         ` Trilok Soni
2009-06-30 21:12           ` Russell King - ARM Linux
2009-06-30 22:29             ` Alessandro Rubini
2009-06-27  5:22   ` [PATCH v1 2/6][ARM] " Jean-Christophe PLAGNIOL-VILLARD
2009-06-27  5:21 ` Jean-Christophe PLAGNIOL-VILLARD [this message]
     [not found] <8628FE4E7912BF47A96AE7DD7BAC0AADCB25AE17C3@SJEXCHCCR02.corp.ad.broa dcom.com>

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=20090627052114.GE8587@game.jcrosoft.org \
    --to=plagnioj@jcrosoft.com \
    --cc=leochen@broadcom.com \
    --cc=linux-arm-kernel@lists.arm.linux.org.uk \
    --cc=linux-kernel@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.