linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: mmp: rename SHEEVAD to GPLUGD
@ 2011-08-16  4:31 Eric Miao
  2011-08-18  5:40 ` Tanmay Upadhyay
  2011-08-19  7:50 ` Linus Walleij
  0 siblings, 2 replies; 4+ messages in thread
From: Eric Miao @ 2011-08-16  4:31 UTC (permalink / raw)
  To: linux-arm-kernel

GuruPlugD was initially named to be SHEEVAD, and it's causing naming
confusion in the mach-types database. Make it consistent by renaming
to GPLUGD.

Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
---
 arch/arm/mach-mmp/Kconfig  |    2 +-
 arch/arm/mach-mmp/Makefile |    2 +-
 arch/arm/mach-mmp/gplugd.c |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/mach-mmp/Kconfig b/arch/arm/mach-mmp/Kconfig
index 56ef5f6..323d4c9 100644
--- a/arch/arm/mach-mmp/Kconfig
+++ b/arch/arm/mach-mmp/Kconfig
@@ -77,7 +77,7 @@ config MACH_TETON_BGA
 	  Say 'Y' here if you want to support the Marvell PXA168-based
 	  Teton BGA Development Board.
 
-config MACH_SHEEVAD
+config MACH_GPLUGD
 	bool "Marvell's PXA168 GuruPlug Display (gplugD) Board"
 	select CPU_PXA168
 	help
diff --git a/arch/arm/mach-mmp/Makefile b/arch/arm/mach-mmp/Makefile
index 169c674..ba254a7 100644
--- a/arch/arm/mach-mmp/Makefile
+++ b/arch/arm/mach-mmp/Makefile
@@ -19,4 +19,4 @@ obj-$(CONFIG_MACH_BROWNSTONE)	+= brownstone.o
 obj-$(CONFIG_MACH_FLINT)	+= flint.o
 obj-$(CONFIG_MACH_MARVELL_JASPER) += jasper.o
 obj-$(CONFIG_MACH_TETON_BGA)	+= teton_bga.o
-obj-$(CONFIG_MACH_SHEEVAD)	+= gplugd.o
+obj-$(CONFIG_MACH_GPLUGD)	+= gplugd.o
diff --git a/arch/arm/mach-mmp/gplugd.c b/arch/arm/mach-mmp/gplugd.c
index 98e25d9..2d2c0ad 100644
--- a/arch/arm/mach-mmp/gplugd.c
+++ b/arch/arm/mach-mmp/gplugd.c
@@ -188,7 +188,7 @@ static void __init gplugd_init(void)
 	pxa168_add_eth(&gplugd_eth_platform_data);
 }
 
-MACHINE_START(SHEEVAD, "PXA168-based GuruPlug Display (gplugD) Platform")
+MACHINE_START(GPLUGD, "PXA168-based GuruPlug Display (gplugD) Platform")
 	.map_io		= mmp_map_io,
 	.nr_irqs	= IRQ_BOARD_START,
 	.init_irq       = pxa168_init_irq,
-- 
1.7.4.1

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

* [PATCH] ARM: mmp: rename SHEEVAD to GPLUGD
  2011-08-16  4:31 [PATCH] ARM: mmp: rename SHEEVAD to GPLUGD Eric Miao
@ 2011-08-18  5:40 ` Tanmay Upadhyay
  2011-08-18 19:41   ` Russell King - ARM Linux
  2011-08-19  7:50 ` Linus Walleij
  1 sibling, 1 reply; 4+ messages in thread
From: Tanmay Upadhyay @ 2011-08-18  5:40 UTC (permalink / raw)
  To: linux-arm-kernel



On Tuesday 16 August 2011 10:01 AM, Eric Miao wrote:
> GuruPlugD was initially named to be SHEEVAD, and it's causing naming
> confusion in the mach-types database. Make it consistent by renaming
> to GPLUGD.
>
> Signed-off-by: Eric Miao<eric.y.miao@gmail.com>
Acked-by: Tanmay Upadhyay <tanmay.upadhyay@einfochips.com>
> ---
>   arch/arm/mach-mmp/Kconfig  |    2 +-
>   arch/arm/mach-mmp/Makefile |    2 +-
>   arch/arm/mach-mmp/gplugd.c |    2 +-
>   3 files changed, 3 insertions(+), 3 deletions(-)
>

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

* [PATCH] ARM: mmp: rename SHEEVAD to GPLUGD
  2011-08-18  5:40 ` Tanmay Upadhyay
@ 2011-08-18 19:41   ` Russell King - ARM Linux
  0 siblings, 0 replies; 4+ messages in thread
From: Russell King - ARM Linux @ 2011-08-18 19:41 UTC (permalink / raw)
  To: linux-arm-kernel

A message to everyone.

Do not submit board support to mainline for which you haven't first
sorted out the mach-types stuff.  The mach-types database has been linked
into tracking what is in mainline for quite some time now, with the
purpose of locking out changes to the database against stuff already
included in mainline to prevent build breakages caused by stuff getting
changed after submission.

The side effect of that is that I _too_ get blocked from sorting it out
via the web interface, and have to resort to fiddling with the database
via SQL.

I am _NOT_ going to do that very often.  If you make me resort to it,
I will sort out those problems at my leisure, or more probably never.

You have been warned.

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

* [PATCH] ARM: mmp: rename SHEEVAD to GPLUGD
  2011-08-16  4:31 [PATCH] ARM: mmp: rename SHEEVAD to GPLUGD Eric Miao
  2011-08-18  5:40 ` Tanmay Upadhyay
@ 2011-08-19  7:50 ` Linus Walleij
  1 sibling, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2011-08-19  7:50 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Aug 16, 2011 at 6:31 AM, Eric Miao <eric.y.miao@gmail.com> wrote:

> GuruPlugD was initially named to be SHEEVAD, and it's causing naming
> confusion in the mach-types database. Make it consistent by renaming
> to GPLUGD.
>
> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>

Reported-by/Acked-by: Linus Walleij <linus.walleij@linaro.org>

Thanks Eric!
Linus Walleij

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

end of thread, other threads:[~2011-08-19  7:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-16  4:31 [PATCH] ARM: mmp: rename SHEEVAD to GPLUGD Eric Miao
2011-08-18  5:40 ` Tanmay Upadhyay
2011-08-18 19:41   ` Russell King - ARM Linux
2011-08-19  7:50 ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).