From: Masahiro Yamada <yamada.m@jp.panasonic.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [RFC PATCH v2 0/19] ARM: start to move SoC code into arch/arm/mach-*
Date: Fri, 20 Feb 2015 16:29:54 +0900 [thread overview]
Message-ID: <20150220162953.DDB7.AA925319@jp.panasonic.com> (raw)
In-Reply-To: <1424415855-10456-1-git-send-email-yamada.m@jp.panasonic.com>
I forgot to drop the "RFC" prefix.
I send this series as a real applicable one.
On Fri, 20 Feb 2015 16:03:56 +0900
Masahiro Yamada <yamada.m@jp.panasonic.com> wrote:
>
> This series can be applied on the current u-boot/master
> (commit 1320112c8aa58345d71a5a46f3bf6a52589f1f2b)
>
> Just rebased onto u-boot/master.
> No other specail update from the RFC version.
>
>
>
> Masahiro Yamada (19):
> ARM: at91: move board select menu and common settings
> ARM: prepare for moving SoC sources into mach-*
> ARM: at91: collect SoC sources into mach-at91
> ARM: tegra: collect SoC sources into mach-tegra
> ARM: davinci: move SoC sources to mach-davinci
> ARM: kirkwood: move SOC sources to mach-kirkwood
> ARM: nomadik: move SoC sources to mach-nomadik
> ARM: highbank: move SoC sources to mach-highbank
> ARM: orion5x: move SoC sources to mach-orion5x
> ARM: versatile: move SoC sources to mach-versatile
> ARM: keystone: move SoC sources to mach-keystone
> kbuild: prepare for moving headers into mach-*/include/mach
> ARM: at91: move SoC headers to mach-at91/include/mach
> ARM: davinci: move SoC headers to mach-davinci/include/mach
> ARM: kirkwood: move SoC headers to mach-kirkwood/include/mach
> ARM: nomadik: move SoC headers to mach-nomadik/include/mach
> ARM: orion5x: move SoC headers to mach-orion5x/include/mach
> ARM: keystone: move SoC headers to mach-keystone/include/mach
> ARM: prepare for including <mach/*.h>
prev parent reply other threads:[~2015-02-20 7:29 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-20 7:03 [U-Boot] [RFC PATCH v2 0/19] ARM: start to move SoC code into arch/arm/mach-* Masahiro Yamada
2015-02-20 7:03 ` [U-Boot] [RFC PATCH v2 01/19] ARM: at91: move board select menu and common settings Masahiro Yamada
2015-02-20 7:03 ` [U-Boot] [RFC PATCH v2 02/19] ARM: prepare for moving SoC sources into mach-* Masahiro Yamada
2015-02-20 7:03 ` [U-Boot] [RFC PATCH v2 03/19] ARM: at91: collect SoC sources into mach-at91 Masahiro Yamada
2015-02-20 7:04 ` [U-Boot] [RFC PATCH v2 04/19] ARM: tegra: collect SoC sources into mach-tegra Masahiro Yamada
2015-02-20 7:04 ` [U-Boot] [RFC PATCH v2 05/19] ARM: davinci: move SoC sources to mach-davinci Masahiro Yamada
2015-02-20 7:04 ` [U-Boot] [RFC PATCH v2 06/19] ARM: kirkwood: move SOC sources to mach-kirkwood Masahiro Yamada
2015-02-20 7:04 ` [U-Boot] [RFC PATCH v2 07/19] ARM: nomadik: move SoC sources to mach-nomadik Masahiro Yamada
2015-02-20 7:04 ` [U-Boot] [RFC PATCH v2 08/19] ARM: highbank: move SoC sources to mach-highbank Masahiro Yamada
2015-02-20 7:04 ` [U-Boot] [RFC PATCH v2 09/19] ARM: orion5x: move SoC sources to mach-orion5x Masahiro Yamada
2015-02-20 7:04 ` [U-Boot] [RFC PATCH v2 10/19] ARM: versatile: move SoC sources to mach-versatile Masahiro Yamada
2015-02-20 7:04 ` [U-Boot] [RFC PATCH v2 11/19] ARM: keystone: move SoC sources to mach-keystone Masahiro Yamada
2015-02-20 7:04 ` [U-Boot] [RFC PATCH v2 12/19] kbuild: prepare for moving headers into mach-*/include/mach Masahiro Yamada
2015-02-20 7:04 ` [U-Boot] [RFC PATCH v2 13/19] ARM: at91: move SoC headers to mach-at91/include/mach Masahiro Yamada
2015-02-20 7:04 ` [U-Boot] [RFC PATCH v2 14/19] ARM: davinci: move SoC headers to mach-davinci/include/mach Masahiro Yamada
2015-02-20 7:04 ` [U-Boot] [RFC PATCH v2 15/19] ARM: kirkwood: move SoC headers to mach-kirkwood/include/mach Masahiro Yamada
2015-02-20 7:19 ` Stefan Roese
2015-02-20 7:04 ` [U-Boot] [RFC PATCH v2 16/19] ARM: nomadik: move SoC headers to mach-nomadik/include/mach Masahiro Yamada
2015-02-20 7:04 ` [U-Boot] [RFC PATCH v2 17/19] ARM: orion5x: move SoC headers to mach-orion5x/include/mach Masahiro Yamada
2015-02-20 7:04 ` [U-Boot] [RFC PATCH v2 18/19] ARM: keystone: move SoC headers to mach-keystone/include/mach Masahiro Yamada
2015-02-20 7:04 ` [U-Boot] [RFC PATCH v2 19/19] ARM: prepare for including <mach/*.h> Masahiro Yamada
2015-02-20 7:29 ` Masahiro Yamada [this message]
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=20150220162953.DDB7.AA925319@jp.panasonic.com \
--to=yamada.m@jp.panasonic.com \
--cc=u-boot@lists.denx.de \
/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.