From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Gonzalez Subject: Re: [PATCH v2] i2c: xlr: rename ARCH_TANGOX to ARCH_TANGO Date: Tue, 17 May 2016 10:14:08 +0200 Message-ID: <573AD2D0.8010909@sigmadesigns.com> References: <57334DA5.5030102@sigmadesigns.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from a.mx.sdesigns.eu ([78.31.43.6]:65260 "EHLO a.mx.sdesigns.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754977AbcEQIOL (ORCPT ); Tue, 17 May 2016 04:14:11 -0400 In-Reply-To: <57334DA5.5030102@sigmadesigns.com> Sender: linux-i2c-owner@vger.kernel.org List-Id: linux-i2c@vger.kernel.org To: Wolfram Sang Cc: linux-i2c@vger.kernel.org, Mans Rullgard , Sebastian Frias , Mason On 11/05/2016 17:20, Marc Gonzalez wrote: > The ARCH name was changed during the review process. > http://article.gmane.org/gmane.linux.ports.arm.kernel/456331 > > Signed-off-by: Marc Gonzalez > --- > 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. Hello Wolfram, Do you think you will be able to queue this patch for 4.7-rc2 ? Regards.