linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] i2c: xlr: rename ARCH_TANGOX to ARCH_TANGO
@ 2016-05-11 14:27 Mason
  2016-05-11 14:55 ` Wolfram Sang
  0 siblings, 1 reply; 4+ messages in thread
From: Mason @ 2016-05-11 14:27 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: linux-i2c, Mans Rullgard, Sebastian Frias

From: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>

The ARCH name was changed during the review process.
http://article.gmane.org/gmane.linux.ports.arm.kernel/456331

Signed-off-by: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
---
 drivers/i2c/busses/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index 2dd40ddf04de..d8d18ed65440 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -965,7 +965,7 @@ config I2C_XILINX
 
 config I2C_XLR
 	tristate "Netlogic XLR and Sigma Designs I2C support"
-	depends on CPU_XLR || ARCH_TANGOX
+	depends on CPU_XLR || ARCH_TANGO
 	help
 	  This driver enables support for the on-chip I2C interface of
 	  the Netlogic XLR/XLS MIPS processors and Sigma Designs SOCs.
-- 
2.8.1

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

* Re: [PATCH] i2c: xlr: rename ARCH_TANGOX to ARCH_TANGO
  2016-05-11 14:27 [PATCH] i2c: xlr: rename ARCH_TANGOX to ARCH_TANGO Mason
@ 2016-05-11 14:55 ` Wolfram Sang
  2016-05-11 15:06   ` Mason
  0 siblings, 1 reply; 4+ messages in thread
From: Wolfram Sang @ 2016-05-11 14:55 UTC (permalink / raw)
  To: Mason; +Cc: linux-i2c, Mans Rullgard, Sebastian Frias

[-- Attachment #1: Type: text/plain, Size: 1068 bytes --]

On Wed, May 11, 2016 at 04:27:57PM +0200, Mason wrote:
> From: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
> 
> The ARCH name was changed during the review process.
> http://article.gmane.org/gmane.linux.ports.arm.kernel/456331
> 
> Signed-off-by: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
> ---

Where is your Signed-off? Where is your real name? Shouldn't there be a
flag day changing that all at once?

>  drivers/i2c/busses/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
> index 2dd40ddf04de..d8d18ed65440 100644
> --- a/drivers/i2c/busses/Kconfig
> +++ b/drivers/i2c/busses/Kconfig
> @@ -965,7 +965,7 @@ config I2C_XILINX
>  
>  config I2C_XLR
>  	tristate "Netlogic XLR and Sigma Designs I2C support"
> -	depends on CPU_XLR || ARCH_TANGOX
> +	depends on CPU_XLR || ARCH_TANGO
>  	help
>  	  This driver enables support for the on-chip I2C interface of
>  	  the Netlogic XLR/XLS MIPS processors and Sigma Designs SOCs.
> -- 
> 2.8.1

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

* Re: [PATCH] i2c: xlr: rename ARCH_TANGOX to ARCH_TANGO
  2016-05-11 14:55 ` Wolfram Sang
@ 2016-05-11 15:06   ` Mason
  2016-05-11 15:10     ` Wolfram Sang
  0 siblings, 1 reply; 4+ messages in thread
From: Mason @ 2016-05-11 15:06 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: linux-i2c, Mans Rullgard, Sebastian Frias

On 11/05/2016 16:55, Wolfram Sang wrote:

> On Wed, May 11, 2016 at 04:27:57PM +0200, Mason wrote:
> 
>> From: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
>>
>> The ARCH name was changed during the review process.
>> http://article.gmane.org/gmane.linux.ports.arm.kernel/456331
>>
>> Signed-off-by: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
>> ---
> 
> Where is your Signed-off? Where is your real name? Shouldn't there be a
> flag day changing that all at once?

Errr, I'm confused...

The patch author is "Marc Gonzalez" (a real name) with the appropriate
Signed-off-by tag. What else are you expecting?

Regards.

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

* Re: [PATCH] i2c: xlr: rename ARCH_TANGOX to ARCH_TANGO
  2016-05-11 15:06   ` Mason
@ 2016-05-11 15:10     ` Wolfram Sang
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfram Sang @ 2016-05-11 15:10 UTC (permalink / raw)
  To: Mason; +Cc: linux-i2c, Mans Rullgard, Sebastian Frias

[-- Attachment #1: Type: text/plain, Size: 189 bytes --]


> The patch author is "Marc Gonzalez" (a real name) with the appropriate
> Signed-off-by tag. What else are you expecting?

Yours. Because you are requesting to have this patch upstream.


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

end of thread, other threads:[~2016-05-11 15:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-11 14:27 [PATCH] i2c: xlr: rename ARCH_TANGOX to ARCH_TANGO Mason
2016-05-11 14:55 ` Wolfram Sang
2016-05-11 15:06   ` Mason
2016-05-11 15:10     ` Wolfram Sang

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).