Re: [PATCH] i2c: img-scb: Allow building for MIPS

2014-11-20 Thread Ezequiel Garcia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/19/2014 06:07 AM, Wolfram Sang wrote: > On Wed, Nov 19, 2014 at 12:03:08AM +, James Hogan wrote: >> On Tue, Nov 18, 2014 at 03:58:33PM -0800, Andrew Bresticker >> wrote: >>> The SCB is present on IMG SoCs other than the META-based >>>

Re: [PATCH] i2c: img-scb: Allow building for MIPS

2014-11-20 Thread Ezequiel Garcia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/19/2014 06:07 AM, Wolfram Sang wrote: On Wed, Nov 19, 2014 at 12:03:08AM +, James Hogan wrote: On Tue, Nov 18, 2014 at 03:58:33PM -0800, Andrew Bresticker wrote: The SCB is present on IMG SoCs other than the META-based TZ1090, such as

Re: [PATCH] i2c: img-scb: Allow building for MIPS

2014-11-19 Thread Wolfram Sang
On Wed, Nov 19, 2014 at 12:03:08AM +, James Hogan wrote: > On Tue, Nov 18, 2014 at 03:58:33PM -0800, Andrew Bresticker wrote: > > The SCB is present on IMG SoCs other than the META-based TZ1090, > > such as the MIPS-based Pistachio SoC. Relax the Kconfig dependency > > so that it can be built

Re: [PATCH] i2c: img-scb: Allow building for MIPS

2014-11-19 Thread Wolfram Sang
On Wed, Nov 19, 2014 at 12:03:08AM +, James Hogan wrote: On Tue, Nov 18, 2014 at 03:58:33PM -0800, Andrew Bresticker wrote: The SCB is present on IMG SoCs other than the META-based TZ1090, such as the MIPS-based Pistachio SoC. Relax the Kconfig dependency so that it can be built on any

Re: [PATCH] i2c: img-scb: Allow building for MIPS

2014-11-18 Thread James Hogan
On Tue, Nov 18, 2014 at 03:58:33PM -0800, Andrew Bresticker wrote: > The SCB is present on IMG SoCs other than the META-based TZ1090, > such as the MIPS-based Pistachio SoC. Relax the Kconfig dependency > so that it can be built on any MIPS or META machine. > > Signed-off-by: Andrew Bresticker

[PATCH] i2c: img-scb: Allow building for MIPS

2014-11-18 Thread Andrew Bresticker
The SCB is present on IMG SoCs other than the META-based TZ1090, such as the MIPS-based Pistachio SoC. Relax the Kconfig dependency so that it can be built on any MIPS or META machine. Signed-off-by: Andrew Bresticker --- Based on i2c/for-next --- drivers/i2c/busses/Kconfig | 4 ++-- 1 file

[PATCH] i2c: img-scb: Allow building for MIPS

2014-11-18 Thread Andrew Bresticker
The SCB is present on IMG SoCs other than the META-based TZ1090, such as the MIPS-based Pistachio SoC. Relax the Kconfig dependency so that it can be built on any MIPS or META machine. Signed-off-by: Andrew Bresticker abres...@chromium.org --- Based on i2c/for-next ---

Re: [PATCH] i2c: img-scb: Allow building for MIPS

2014-11-18 Thread James Hogan
On Tue, Nov 18, 2014 at 03:58:33PM -0800, Andrew Bresticker wrote: The SCB is present on IMG SoCs other than the META-based TZ1090, such as the MIPS-based Pistachio SoC. Relax the Kconfig dependency so that it can be built on any MIPS or META machine. Signed-off-by: Andrew Bresticker