All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: bcm: Rename board_bcm
@ 2013-08-08 19:24 ` Christian Daudt
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Daudt @ 2013-08-08 19:24 UTC (permalink / raw)
  To: Christian Daudt
  Cc: Russell King, Stephen Warren, Olof Johansson, Markus Mayer,
	Arnd Bergmann, linux-arm-kernel, linux-kernel

In order to support multiple SoC models in the mach-bcm
directory, board_bcm.c is being renamed board_bcm281xx.c

Reviewed-by: Markus Mayer <markus.mayer@linaro.org>
Signed-off-by: Christian Daudt <csd@broadcom.com>

diff --git a/arch/arm/mach-bcm/Makefile b/arch/arm/mach-bcm/Makefile
index 6adb6aec..873817e 100644
--- a/arch/arm/mach-bcm/Makefile
+++ b/arch/arm/mach-bcm/Makefile
@@ -10,6 +10,6 @@
 # of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
 
-obj-$(CONFIG_ARCH_BCM)		:= board_bcm.o bcm_kona_smc.o bcm_kona_smc_asm.o
+obj-$(CONFIG_ARCH_BCM)		:= board_bcm281xx.o bcm_kona_smc.o bcm_kona_smc_asm.o
 plus_sec := $(call as-instr,.arch_extension sec,+sec)
 AFLAGS_bcm_kona_smc_asm.o	:=-Wa,-march=armv7-a$(plus_sec)
diff --git a/arch/arm/mach-bcm/board_bcm.c b/arch/arm/mach-bcm/board_bcm281xx.c
similarity index 100%
rename from arch/arm/mach-bcm/board_bcm.c
rename to arch/arm/mach-bcm/board_bcm281xx.c
-- 
1.7.10.4



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

* [PATCH] ARM: bcm: Rename board_bcm
@ 2013-08-08 19:24 ` Christian Daudt
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Daudt @ 2013-08-08 19:24 UTC (permalink / raw)
  To: linux-arm-kernel

In order to support multiple SoC models in the mach-bcm
directory, board_bcm.c is being renamed board_bcm281xx.c

Reviewed-by: Markus Mayer <markus.mayer@linaro.org>
Signed-off-by: Christian Daudt <csd@broadcom.com>

diff --git a/arch/arm/mach-bcm/Makefile b/arch/arm/mach-bcm/Makefile
index 6adb6aec..873817e 100644
--- a/arch/arm/mach-bcm/Makefile
+++ b/arch/arm/mach-bcm/Makefile
@@ -10,6 +10,6 @@
 # of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
 
-obj-$(CONFIG_ARCH_BCM)		:= board_bcm.o bcm_kona_smc.o bcm_kona_smc_asm.o
+obj-$(CONFIG_ARCH_BCM)		:= board_bcm281xx.o bcm_kona_smc.o bcm_kona_smc_asm.o
 plus_sec := $(call as-instr,.arch_extension sec,+sec)
 AFLAGS_bcm_kona_smc_asm.o	:=-Wa,-march=armv7-a$(plus_sec)
diff --git a/arch/arm/mach-bcm/board_bcm.c b/arch/arm/mach-bcm/board_bcm281xx.c
similarity index 100%
rename from arch/arm/mach-bcm/board_bcm.c
rename to arch/arm/mach-bcm/board_bcm281xx.c
-- 
1.7.10.4

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

* Re: [PATCH] ARM: bcm: Rename board_bcm
  2013-08-08 19:24 ` Christian Daudt
@ 2013-08-19 22:38   ` Christian Daudt
  -1 siblings, 0 replies; 4+ messages in thread
From: Christian Daudt @ 2013-08-19 22:38 UTC (permalink / raw)
  To: Christian Daudt
  Cc: Russell King, Stephen Warren, Olof Johansson, Markus Mayer,
	Arnd Bergmann, linux-arm-kernel, linux-kernel

On 13-08-08 12:24 PM, Christian Daudt wrote:
> In order to support multiple SoC models in the mach-bcm
> directory, board_bcm.c is being renamed board_bcm281xx.c
>
> Reviewed-by: Markus Mayer <markus.mayer@linaro.org>
> Signed-off-by: Christian Daudt <csd@broadcom.com>
>
> diff --git a/arch/arm/mach-bcm/Makefile b/arch/arm/mach-bcm/Makefile
> index 6adb6aec..873817e 100644
> --- a/arch/arm/mach-bcm/Makefile
> +++ b/arch/arm/mach-bcm/Makefile
> @@ -10,6 +10,6 @@
>   # of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>   # GNU General Public License for more details.
>   
> -obj-$(CONFIG_ARCH_BCM)		:= board_bcm.o bcm_kona_smc.o bcm_kona_smc_asm.o
> +obj-$(CONFIG_ARCH_BCM)		:= board_bcm281xx.o bcm_kona_smc.o bcm_kona_smc_asm.o
>   plus_sec := $(call as-instr,.arch_extension sec,+sec)
>   AFLAGS_bcm_kona_smc_asm.o	:=-Wa,-march=armv7-a$(plus_sec)
> diff --git a/arch/arm/mach-bcm/board_bcm.c b/arch/arm/mach-bcm/board_bcm281xx.c
> similarity index 100%
> rename from arch/arm/mach-bcm/board_bcm.c
> rename to arch/arm/mach-bcm/board_bcm281xx.c
Applied to bcm/for-3.12/soc

  thanks,
    csd



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

* [PATCH] ARM: bcm: Rename board_bcm
@ 2013-08-19 22:38   ` Christian Daudt
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Daudt @ 2013-08-19 22:38 UTC (permalink / raw)
  To: linux-arm-kernel

On 13-08-08 12:24 PM, Christian Daudt wrote:
> In order to support multiple SoC models in the mach-bcm
> directory, board_bcm.c is being renamed board_bcm281xx.c
>
> Reviewed-by: Markus Mayer <markus.mayer@linaro.org>
> Signed-off-by: Christian Daudt <csd@broadcom.com>
>
> diff --git a/arch/arm/mach-bcm/Makefile b/arch/arm/mach-bcm/Makefile
> index 6adb6aec..873817e 100644
> --- a/arch/arm/mach-bcm/Makefile
> +++ b/arch/arm/mach-bcm/Makefile
> @@ -10,6 +10,6 @@
>   # of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>   # GNU General Public License for more details.
>   
> -obj-$(CONFIG_ARCH_BCM)		:= board_bcm.o bcm_kona_smc.o bcm_kona_smc_asm.o
> +obj-$(CONFIG_ARCH_BCM)		:= board_bcm281xx.o bcm_kona_smc.o bcm_kona_smc_asm.o
>   plus_sec := $(call as-instr,.arch_extension sec,+sec)
>   AFLAGS_bcm_kona_smc_asm.o	:=-Wa,-march=armv7-a$(plus_sec)
> diff --git a/arch/arm/mach-bcm/board_bcm.c b/arch/arm/mach-bcm/board_bcm281xx.c
> similarity index 100%
> rename from arch/arm/mach-bcm/board_bcm.c
> rename to arch/arm/mach-bcm/board_bcm281xx.c
Applied to bcm/for-3.12/soc

  thanks,
    csd

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

end of thread, other threads:[~2013-08-19 22:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-08 19:24 [PATCH] ARM: bcm: Rename board_bcm Christian Daudt
2013-08-08 19:24 ` Christian Daudt
2013-08-19 22:38 ` Christian Daudt
2013-08-19 22:38   ` Christian Daudt

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.