linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH v2 0/4] Add support for new board: SH-2007
Date: Tue, 08 Jun 2010 17:58:32 +0000	[thread overview]
Message-ID: <AANLkTil4xPpv0vUhtZA5JySg4Y4AQFbaoGqMV8d8J-vp@mail.gmail.com> (raw)
In-Reply-To: <1275991727-4730-1-git-send-email-mitake@dcl.info.waseda.ac.jp>

2010/6/9 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>:
> Hi,
>
> 2010/6/8 Hitoshi Mitake <mitake@dcl.info.waseda.ac.jp>:
>> This patch series add support of SH-2007.
>> I brought these changes from the out-of-tree kernel
>> provided by the manufacture of this board, ITO Inc.
>> Website of company: http://www.itonet.co.jp/
>> The URL of kernel: http://ms-n.org/sh-linux/kernel/
>>
>> Adding support of new board is trivial,
>> but as I'll describe, 4/4 of this series contains
>> some dirty and mysterious fixes.
>>
>> According to Paul's advice, I rewrote this patch series.
>> New points are described in each patch.
>> Request for comments!
>>
>> Hitoshi Mitake (4):
>>  Add the directory mach-sh2007 for SH-2007 board support
>>  Add sh2007_defconfig for default configuration of SH-2007
>>  Add Kconfig and Makefile for SH-2007 support
>>  Modify sh-sci.h to adopt specific serial behaviour of SH-2007
>>
>>  arch/sh/Makefile                    |    1 +
>>  arch/sh/boards/Kconfig              |   11 +
>>  arch/sh/boards/mach-sh2007/Makefile |    1 +
>>  arch/sh/boards/mach-sh2007/setup.c  |  314 ++++++++
>>  arch/sh/configs/sh2007_defconfig    | 1482 +++++++++++++++++++++++++++++++++++
>>  drivers/serial/sh-sci.h             |   17 +-
>>  6 files changed, 1822 insertions(+), 4 deletions(-)
>>  create mode 100644 arch/sh/boards/mach-sh2007/Makefile
>>  create mode 100644 arch/sh/boards/mach-sh2007/setup.c
>>  create mode 100644 arch/sh/configs/sh2007_defconfig
>
> You forgot to update tools/mach-types.
>
> Subject: [PATCH] sh: Add sh2007 board to tools/mach-types
>
> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
> ---
>  arch/sh/tools/mach-types |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/sh/tools/mach-types b/arch/sh/tools/mach-types
> index b25aa55..e563353 100644
> --- a/arch/sh/tools/mach-types
> +++ b/arch/sh/tools/mach-types
> @@ -60,3 +60,4 @@ ESPT                  SH_ESPT
>  POLARIS                        SH_POLARIS
>  KFR2R09                        SH_KFR2R09
>  ECOVEC                 SH_ECOVEC
> +SH2007                 SH_2007
> --
> 1.7.1
>
update patch.
---

diff --git a/arch/sh/tools/mach-types b/arch/sh/tools/mach-types
index b25aa55..e563353 100644
--- a/arch/sh/tools/mach-types
+++ b/arch/sh/tools/mach-types
@@ -60,3 +60,4 @@ ESPT			SH_ESPT
 POLARIS			SH_POLARIS
 KFR2R09			SH_KFR2R09
 ECOVEC			SH_ECOVEC
+SH2007			SH_SH2007

  parent reply	other threads:[~2010-06-08 17:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-08 10:08 [PATCH v2 0/4] Add support for new board: SH-2007 Hitoshi Mitake
2010-06-08 17:55 ` Nobuhiro Iwamatsu
2010-06-08 17:58 ` Nobuhiro Iwamatsu [this message]
2010-06-10  3:29 ` Hitoshi Mitake
2010-06-10  4:22 ` Nobuhiro Iwamatsu

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=AANLkTil4xPpv0vUhtZA5JySg4Y4AQFbaoGqMV8d8J-vp@mail.gmail.com \
    --to=iwamatsu@nigauri.org \
    --cc=linux-sh@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).