All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][MIPS] remove "support for" from Cavium system type
@ 2009-02-14  8:09 Yoichi Yuasa
  2009-02-17 16:57 ` David Daney
  0 siblings, 1 reply; 5+ messages in thread
From: Yoichi Yuasa @ 2009-02-14  8:09 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: yoichi_yuasa, linux-mips


Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>

diff -pruN -X /home/yuasa/Memo/dontdiff linux-orig/arch/mips/Kconfig linux/arch/mips/Kconfig
--- linux-orig/arch/mips/Kconfig	2009-02-14 16:56:19.274686578 +0900
+++ linux/arch/mips/Kconfig	2009-02-14 16:57:14.474681145 +0900
@@ -596,7 +596,7 @@ config WR_PPMC
 	  board, which is based on GT64120 bridge chip.
 
 config CAVIUM_OCTEON_SIMULATOR
-	bool "Support for the Cavium Networks Octeon Simulator"
+	bool "Cavium Networks Octeon Simulator"
 	select CEVT_R4K
 	select 64BIT_PHYS_ADDR
 	select DMA_COHERENT
@@ -610,7 +610,7 @@ config CAVIUM_OCTEON_SIMULATOR
 	  hardware.
 
 config CAVIUM_OCTEON_REFERENCE_BOARD
-	bool "Support for the Cavium Networks Octeon reference board"
+	bool "Cavium Networks Octeon reference board"
 	select CEVT_R4K
 	select 64BIT_PHYS_ADDR
 	select DMA_COHERENT

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

* Re: [PATCH][MIPS] remove "support for" from Cavium system type
  2009-02-14  8:09 [PATCH][MIPS] remove "support " Yoichi Yuasa
@ 2009-02-17 16:57 ` David Daney
  0 siblings, 0 replies; 5+ messages in thread
From: David Daney @ 2009-02-17 16:57 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: Yoichi Yuasa, linux-mips

Yoichi Yuasa wrote:
> Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>

Also:
Signed-off-by: David Daney <ddaney@caviumnetworks.com>


> 
> diff -pruN -X /home/yuasa/Memo/dontdiff linux-orig/arch/mips/Kconfig linux/arch/mips/Kconfig
> --- linux-orig/arch/mips/Kconfig	2009-02-14 16:56:19.274686578 +0900
> +++ linux/arch/mips/Kconfig	2009-02-14 16:57:14.474681145 +0900
> @@ -596,7 +596,7 @@ config WR_PPMC
>  	  board, which is based on GT64120 bridge chip.
>  
>  config CAVIUM_OCTEON_SIMULATOR
> -	bool "Support for the Cavium Networks Octeon Simulator"
> +	bool "Cavium Networks Octeon Simulator"
>  	select CEVT_R4K
>  	select 64BIT_PHYS_ADDR
>  	select DMA_COHERENT
> @@ -610,7 +610,7 @@ config CAVIUM_OCTEON_SIMULATOR
>  	  hardware.
>  
>  config CAVIUM_OCTEON_REFERENCE_BOARD
> -	bool "Support for the Cavium Networks Octeon reference board"
> +	bool "Cavium Networks Octeon reference board"
>  	select CEVT_R4K
>  	select 64BIT_PHYS_ADDR
>  	select DMA_COHERENT
> 
> 

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

* [PATCH][MIPS] remove "Support for" from Cavium system type
@ 2009-06-02 14:15 Yoichi Yuasa
  2009-06-02 15:46 ` David Daney
  2009-06-03  9:18 ` Ralf Baechle
  0 siblings, 2 replies; 5+ messages in thread
From: Yoichi Yuasa @ 2009-06-02 14:15 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: yoichi_yuasa, linux-mips


Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>

diff -pruN -X /home/yuasa/Memo/dontdiff linux-orig/arch/mips/Kconfig linux/arch/mips/Kconfig
--- linux-orig/arch/mips/Kconfig	2009-04-16 21:22:33.885188833 +0900
+++ linux/arch/mips/Kconfig	2009-04-16 21:13:04.881168129 +0900
@@ -593,7 +593,7 @@ config WR_PPMC
 	  board, which is based on GT64120 bridge chip.
 
 config CAVIUM_OCTEON_SIMULATOR
-	bool "Support for the Cavium Networks Octeon Simulator"
+	bool "Cavium Networks Octeon Simulator"
 	select CEVT_R4K
 	select 64BIT_PHYS_ADDR
 	select DMA_COHERENT
@@ -607,7 +607,7 @@ config CAVIUM_OCTEON_SIMULATOR
 	  hardware.
 
 config CAVIUM_OCTEON_REFERENCE_BOARD
-	bool "Support for the Cavium Networks Octeon reference board"
+	bool "Cavium Networks Octeon reference board"
 	select CEVT_R4K
 	select 64BIT_PHYS_ADDR
 	select DMA_COHERENT

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

* Re: [PATCH][MIPS] remove "Support for" from Cavium system type
  2009-06-02 14:15 [PATCH][MIPS] remove "Support for" from Cavium system type Yoichi Yuasa
@ 2009-06-02 15:46 ` David Daney
  2009-06-03  9:18 ` Ralf Baechle
  1 sibling, 0 replies; 5+ messages in thread
From: David Daney @ 2009-06-02 15:46 UTC (permalink / raw)
  To: Yoichi Yuasa, Ralf Baechle; +Cc: linux-mips

Yoichi Yuasa wrote:
> Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>

Acked-by: David Daney <ddaney@caviumnetworks.com>

> 
> diff -pruN -X /home/yuasa/Memo/dontdiff linux-orig/arch/mips/Kconfig linux/arch/mips/Kconfig
> --- linux-orig/arch/mips/Kconfig	2009-04-16 21:22:33.885188833 +0900
> +++ linux/arch/mips/Kconfig	2009-04-16 21:13:04.881168129 +0900
> @@ -593,7 +593,7 @@ config WR_PPMC
>  	  board, which is based on GT64120 bridge chip.
>  
>  config CAVIUM_OCTEON_SIMULATOR
> -	bool "Support for the Cavium Networks Octeon Simulator"
> +	bool "Cavium Networks Octeon Simulator"
>  	select CEVT_R4K
>  	select 64BIT_PHYS_ADDR
>  	select DMA_COHERENT
> @@ -607,7 +607,7 @@ config CAVIUM_OCTEON_SIMULATOR
>  	  hardware.
>  
>  config CAVIUM_OCTEON_REFERENCE_BOARD
> -	bool "Support for the Cavium Networks Octeon reference board"
> +	bool "Cavium Networks Octeon reference board"
>  	select CEVT_R4K
>  	select 64BIT_PHYS_ADDR
>  	select DMA_COHERENT
> 
> 

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

* Re: [PATCH][MIPS] remove "Support for" from Cavium system type
  2009-06-02 14:15 [PATCH][MIPS] remove "Support for" from Cavium system type Yoichi Yuasa
  2009-06-02 15:46 ` David Daney
@ 2009-06-03  9:18 ` Ralf Baechle
  1 sibling, 0 replies; 5+ messages in thread
From: Ralf Baechle @ 2009-06-03  9:18 UTC (permalink / raw)
  To: Yoichi Yuasa; +Cc: linux-mips

On Tue, Jun 02, 2009 at 11:15:10PM +0900, Yoichi Yuasa wrote:

Thanks, Yoichi-San, applied.

  Ralf

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

end of thread, other threads:[~2009-06-03  9:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-02 14:15 [PATCH][MIPS] remove "Support for" from Cavium system type Yoichi Yuasa
2009-06-02 15:46 ` David Daney
2009-06-03  9:18 ` Ralf Baechle
  -- strict thread matches above, loose matches on Subject: below --
2009-02-14  8:09 [PATCH][MIPS] remove "support " Yoichi Yuasa
2009-02-17 16:57 ` David Daney

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.