All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/2] rename colibri_t20
@ 2015-03-26  0:31 Marcel Ziswiler
  2015-03-26  0:31 ` [U-Boot] [PATCH v2 1/2] ARM: tegra: get rid of colibri_t20-common Marcel Ziswiler
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Marcel Ziswiler @ 2015-03-26  0:31 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

Changes in v2:
- squashed it all together into two patches as suggested by Stephen in
  order to avoid any intermediate breakage and "git bisect" issues
- added my previously missing signed-off-by

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

 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.c        | 35 -------------
 .../colibri_t20-common/colibri_t20-common.h        |  7 -----
 .../{colibri_t20_iris => colibri_t20}/Kconfig      |  6 ++--
 .../{colibri_t20_iris => colibri_t20}/MAINTAINERS  |  9 +++---
 .../{colibri_t20_iris => colibri_t20}/Makefile     |  6 ++--
 .../colibri_t20.c}                                 | 33 +++++++++++++++-----
 ...ri_t20_iris_defconfig => colibri_t20_defconfig} |  4 +--
 .../configs/{colibri_t20_iris.h => colibri_t20.h}  |  6 ++--
 tools/buildman/README                              |  2 +-
 12 files changed, 45 insertions(+), 105 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.c
 delete mode 100644 board/toradex/colibri_t20-common/colibri_t20-common.h
 rename board/toradex/{colibri_t20_iris => colibri_t20}/Kconfig (51%)
 rename board/toradex/{colibri_t20_iris => colibri_t20}/MAINTAINERS (24%)
 rename board/toradex/{colibri_t20_iris => colibri_t20}/Makefile (39%)
 rename board/toradex/{colibri_t20_iris/colibri_t20_iris.c => colibri_t20/colibri_t20.c} (65%)
 rename configs/{colibri_t20_iris_defconfig => colibri_t20_defconfig} (34%)
 rename include/configs/{colibri_t20_iris.h => colibri_t20.h} (89%)

-- 
1.9.3

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

end of thread, other threads:[~2015-03-31 22:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-26  0:31 [U-Boot] [PATCH v2 0/2] rename colibri_t20 Marcel Ziswiler
2015-03-26  0:31 ` [U-Boot] [PATCH v2 1/2] ARM: tegra: get rid of colibri_t20-common Marcel Ziswiler
2015-03-26  0:31 ` [U-Boot] [PATCH v2 2/2] ARM: tegra: rename colibri_t20 board/configuration/device-tree Marcel Ziswiler
2015-03-26 14:15 ` [U-Boot] [PATCH v2 0/2] rename colibri_t20 Stephen Warren
2015-03-31 22:45   ` Tom Warren

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.