diff mbox

i2c: xlr: rename ARCH_TANGOX to ARCH_TANGO

Message ID 5733416D.70409@free.fr
State Superseded
Headers show

Commit Message

Mason May 11, 2016, 2:27 p.m. UTC
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(-)

Comments

Wolfram Sang May 11, 2016, 2:55 p.m. UTC | #1
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
Mason May 11, 2016, 3:06 p.m. UTC | #2
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.
--
To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Wolfram Sang May 11, 2016, 3:10 p.m. UTC | #3
> 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.
diff mbox

Patch

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.