Re: [PATCH 13/13] i2c: img-scb: Drop METAG dependency

2018-02-22 Thread James Hogan
On Thu, Feb 22, 2018 at 09:10:18AM +0100, Wolfram Sang wrote:
> On Wed, Feb 21, 2018 at 11:38:25PM +, James Hogan wrote:
> > Now that arch/metag/ has been removed, remove the METAG dependency from
> > the IMG SCB I2C device driver. The hardware is also present on MIPS SoCs
> > so the driver still has value.
> > 
> > Signed-off-by: James Hogan 
> 
> I'd think it should go with the rest of this series? For that:
> 
> Acked-by: Wolfram Sang 
> 
> Let me know if I should rather pick this up individually.

Yes, I'll take this with the others.

Thanks
James


signature.asc
Description: Digital signature


Re: [PATCH 13/13] i2c: img-scb: Drop METAG dependency

2018-02-22 Thread James Hogan
On Thu, Feb 22, 2018 at 09:10:18AM +0100, Wolfram Sang wrote:
> On Wed, Feb 21, 2018 at 11:38:25PM +, James Hogan wrote:
> > Now that arch/metag/ has been removed, remove the METAG dependency from
> > the IMG SCB I2C device driver. The hardware is also present on MIPS SoCs
> > so the driver still has value.
> > 
> > Signed-off-by: James Hogan 
> 
> I'd think it should go with the rest of this series? For that:
> 
> Acked-by: Wolfram Sang 
> 
> Let me know if I should rather pick this up individually.

Yes, I'll take this with the others.

Thanks
James


signature.asc
Description: Digital signature


Re: [PATCH 13/13] i2c: img-scb: Drop METAG dependency

2018-02-22 Thread Wolfram Sang
On Wed, Feb 21, 2018 at 11:38:25PM +, James Hogan wrote:
> Now that arch/metag/ has been removed, remove the METAG dependency from
> the IMG SCB I2C device driver. The hardware is also present on MIPS SoCs
> so the driver still has value.
> 
> Signed-off-by: James Hogan 

I'd think it should go with the rest of this series? For that:

Acked-by: Wolfram Sang 

Let me know if I should rather pick this up individually.



signature.asc
Description: PGP signature


Re: [PATCH 13/13] i2c: img-scb: Drop METAG dependency

2018-02-22 Thread Wolfram Sang
On Wed, Feb 21, 2018 at 11:38:25PM +, James Hogan wrote:
> Now that arch/metag/ has been removed, remove the METAG dependency from
> the IMG SCB I2C device driver. The hardware is also present on MIPS SoCs
> so the driver still has value.
> 
> Signed-off-by: James Hogan 

I'd think it should go with the rest of this series? For that:

Acked-by: Wolfram Sang 

Let me know if I should rather pick this up individually.



signature.asc
Description: PGP signature


[PATCH 13/13] i2c: img-scb: Drop METAG dependency

2018-02-21 Thread James Hogan
Now that arch/metag/ has been removed, remove the METAG dependency from
the IMG SCB I2C device driver. The hardware is also present on MIPS SoCs
so the driver still has value.

Signed-off-by: James Hogan 
Cc: Wolfram Sang 
Cc: linux-...@vger.kernel.org
Cc: linux-me...@vger.kernel.org
---
 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 a9805c7cb305..94f419489a0b 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -635,7 +635,7 @@ config I2C_IBM_IIC
 
 config I2C_IMG
tristate "Imagination Technologies I2C SCB Controller"
-   depends on MIPS || METAG || COMPILE_TEST
+   depends on MIPS || COMPILE_TEST
help
  Say Y here if you want to use the IMG I2C SCB controller,
  available on the TZ1090 and other IMG SoCs.
-- 
2.13.6



[PATCH 13/13] i2c: img-scb: Drop METAG dependency

2018-02-21 Thread James Hogan
Now that arch/metag/ has been removed, remove the METAG dependency from
the IMG SCB I2C device driver. The hardware is also present on MIPS SoCs
so the driver still has value.

Signed-off-by: James Hogan 
Cc: Wolfram Sang 
Cc: linux-...@vger.kernel.org
Cc: linux-me...@vger.kernel.org
---
 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 a9805c7cb305..94f419489a0b 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -635,7 +635,7 @@ config I2C_IBM_IIC
 
 config I2C_IMG
tristate "Imagination Technologies I2C SCB Controller"
-   depends on MIPS || METAG || COMPILE_TEST
+   depends on MIPS || COMPILE_TEST
help
  Say Y here if you want to use the IMG I2C SCB controller,
  available on the TZ1090 and other IMG SoCs.
-- 
2.13.6