All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/4] Add support for new board: SH-2007
@ 2010-06-18 11:01 Hitoshi Mitake
  2010-06-21  6:22 ` Paul Mundt
  2010-06-21  7:58 ` Hitoshi Mitake
  0 siblings, 2 replies; 3+ messages in thread
From: Hitoshi Mitake @ 2010-06-18 11:01 UTC (permalink / raw)
  To: linux-sh

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.

v3: I fixed this series according to advice by
    Nobuhiro-san and Magnus. Thanks!

v4: IDE support is disabled as temporary solution.
    Testers are welcome!

Hitoshi Mitake (4):
  Add the directory mach-sh2007 for SH-2007 board support
  Adds default configuration for SH-2007. This default configuration is
    nfs boot oriented.
  Modify Makefile and Kconfig for enabling and building SH-2007 related
    files.
  Very dirty and easy fix for sh-sci.

 arch/sh/Makefile                    |    1 +
 arch/sh/boards/Kconfig              |   11 +
 arch/sh/boards/mach-sh2007/Makefile |    1 +
 arch/sh/boards/mach-sh2007/setup.c  |  317 ++++++++
 arch/sh/configs/sh2007_defconfig    | 1357 +++++++++++++++++++++++++++++++++++
 arch/sh/tools/mach-types            |    1 +
 drivers/serial/sh-sci.h             |   17 +-
 7 files changed, 1701 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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v4 0/4] Add support for new board: SH-2007
  2010-06-18 11:01 [PATCH v4 0/4] Add support for new board: SH-2007 Hitoshi Mitake
@ 2010-06-21  6:22 ` Paul Mundt
  2010-06-21  7:58 ` Hitoshi Mitake
  1 sibling, 0 replies; 3+ messages in thread
From: Paul Mundt @ 2010-06-21  6:22 UTC (permalink / raw)
  To: linux-sh

Mitake-san,

Sorry for the delay, I've been a bit busy with highmem debugging!

On Fri, Jun 18, 2010 at 08:01:11PM +0900, Hitoshi Mitake wrote:
> 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/
> 

I've rolled your patches together in to one larger patch and then did
some more cosmetic cleanup on it. I've compile tested it and pushed it
out, feel free to send additional updates as needed.

I removed the stub IDE support for now, but you can of course trivially
patch this back in for testing and we can of course add it
unconditionally once it's been verified.

You can find the final commit here:

	http://git.kernel.org/?p=linux/kernel/git/lethal/sh-2.6.git;a=commitdiff;h:598264436e94c410c413088a7873fcad33616c

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v4 0/4] Add support for new board: SH-2007
  2010-06-18 11:01 [PATCH v4 0/4] Add support for new board: SH-2007 Hitoshi Mitake
  2010-06-21  6:22 ` Paul Mundt
@ 2010-06-21  7:58 ` Hitoshi Mitake
  1 sibling, 0 replies; 3+ messages in thread
From: Hitoshi Mitake @ 2010-06-21  7:58 UTC (permalink / raw)
  To: linux-sh

On 06/21/10 15:22, Paul Mundt wrote:
 > Mitake-san,
 >
 > Sorry for the delay, I've been a bit busy with highmem debugging!

No problem at all, thanks for your review!

 >
 > On Fri, Jun 18, 2010 at 08:01:11PM +0900, Hitoshi Mitake wrote:
 >> 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/
 >>
 >
 > I've rolled your patches together in to one larger patch and then did
 > some more cosmetic cleanup on it. I've compile tested it and pushed it
 > out, feel free to send additional updates as needed.
 >
 > I removed the stub IDE support for now, but you can of course trivially
 > patch this back in for testing and we can of course add it
 > unconditionally once it's been verified.

Thanks a lot!
I'll try to seek IDE cable for SH-2007 and test it.

 >
 > You can find the final commit here:
 >
 > 
http://git.kernel.org/?p=linux/kernel/git/lethal/sh-2.6.git;a=commitdiff;h:598264436e94c410c413088a7873fcad33616c
 >


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-06-21  7:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-18 11:01 [PATCH v4 0/4] Add support for new board: SH-2007 Hitoshi Mitake
2010-06-21  6:22 ` Paul Mundt
2010-06-21  7:58 ` Hitoshi Mitake

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.