All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcel Ziswiler <marcel@ziswiler.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/5] rename colibri_t20
Date: Mon, 23 Mar 2015 18:28:24 +0100	[thread overview]
Message-ID: <cover.1427130862.git.marcel@ziswiler.com> (raw)

In accordance with our other modules supported by U-Boot and as agreed
upon for Apalis/Colibri T30 [1] get rid of the carrier board post fix
in the board/configuration/device-tree naming.

[1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/192041

Marcel Ziswiler (5):
  ARM: tegra: rename colibri_t20 configuration
  ARM: tegra: rename colibri_t20 device-tree
  ARM: tegra: get rid of colibri_t20-common
  ARM: tegra: rename colibri_t20 board folder
  ARM: tegra: rename colibri_t20 board

 arch/arm/dts/Makefile                              |  2 +-
 ...20-colibri_t20_iris.dts => tegra20-colibri.dts} |  0
 arch/arm/mach-tegra/tegra20/Kconfig                |  4 +--
 .../colibri_t20-common/colibri_t20-common.h        |  7 -----
 .../{colibri_t20_iris => colibri_t20}/Kconfig      |  6 ++--
 board/toradex/colibri_t20/MAINTAINERS              |  7 +++++
 board/toradex/colibri_t20/Makefile                 |  9 ++++++
 .../colibri_t20.c}                                 | 33 +++++++++++++++-----
 board/toradex/colibri_t20_iris/MAINTAINERS         |  6 ----
 board/toradex/colibri_t20_iris/Makefile            |  9 ------
 board/toradex/colibri_t20_iris/colibri_t20_iris.c  | 36 ----------------------
 configs/colibri_t20_defconfig                      |  5 +++
 configs/colibri_t20_iris_defconfig                 |  5 ---
 .../configs/{colibri_t20_iris.h => colibri_t20.h}  |  6 ++--
 tools/buildman/README                              |  2 +-
 15 files changed, 56 insertions(+), 81 deletions(-)
 rename arch/arm/dts/{tegra20-colibri_t20_iris.dts => tegra20-colibri.dts} (100%)
 delete mode 100644 board/toradex/colibri_t20-common/colibri_t20-common.h
 rename board/toradex/{colibri_t20_iris => colibri_t20}/Kconfig (51%)
 create mode 100644 board/toradex/colibri_t20/MAINTAINERS
 create mode 100644 board/toradex/colibri_t20/Makefile
 rename board/toradex/{colibri_t20-common/colibri_t20-common.c => colibri_t20/colibri_t20.c} (65%)
 delete mode 100644 board/toradex/colibri_t20_iris/MAINTAINERS
 delete mode 100644 board/toradex/colibri_t20_iris/Makefile
 delete mode 100644 board/toradex/colibri_t20_iris/colibri_t20_iris.c
 create mode 100644 configs/colibri_t20_defconfig
 delete mode 100644 configs/colibri_t20_iris_defconfig
 rename include/configs/{colibri_t20_iris.h => colibri_t20.h} (89%)

-- 
1.9.3

             reply	other threads:[~2015-03-23 17:28 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-23 17:28 Marcel Ziswiler [this message]
2015-03-23 17:28 ` [U-Boot] [PATCH 1/5] ARM: tegra: rename colibri_t20 configuration Marcel Ziswiler
2015-03-23 17:28 ` [U-Boot] [PATCH 2/5] ARM: tegra: rename colibri_t20 device-tree Marcel Ziswiler
2015-03-23 17:28 ` [U-Boot] [PATCH 3/5] ARM: tegra: get rid of colibri_t20-common Marcel Ziswiler
2015-03-23 19:42   ` Stephen Warren
2015-03-23 17:28 ` [U-Boot] [PATCH 4/5] ARM: tegra: rename colibri_t20 board folder Marcel Ziswiler
2015-03-23 19:41   ` Stephen Warren
2015-03-23 17:28 ` [U-Boot] [PATCH 5/5] ARM: tegra: rename colibri_t20 board Marcel Ziswiler

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=cover.1427130862.git.marcel@ziswiler.com \
    --to=marcel@ziswiler.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.