All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5] rename colibri_t20
@ 2015-03-23 17:28 Marcel Ziswiler
  2015-03-23 17:28 ` [U-Boot] [PATCH 1/5] ARM: tegra: rename colibri_t20 configuration Marcel Ziswiler
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Marcel Ziswiler @ 2015-03-23 17:28 UTC (permalink / raw)
  To: u-boot

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

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

end of thread, other threads:[~2015-03-23 19:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-23 17:28 [U-Boot] [PATCH 0/5] rename colibri_t20 Marcel Ziswiler
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

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.