Re: [PATCH] mux: adg792a: always require I2C support

2017-06-09 Thread Greg Kroah-Hartman
On Fri, Jun 09, 2017 at 12:31:10PM +0200, Peter Rosin wrote: > On 2017-06-09 12:22, Arnd Bergmann wrote: > > COMPILE_TEST makes no sense when I2C is disabled, as the driver cannot > > compile > > in that configuration: > > Ouch, thanks for catching! > > Reviewed-by: Peter Rosin

Re: [PATCH] mux: adg792a: always require I2C support

2017-06-09 Thread Greg Kroah-Hartman
On Fri, Jun 09, 2017 at 12:31:10PM +0200, Peter Rosin wrote: > On 2017-06-09 12:22, Arnd Bergmann wrote: > > COMPILE_TEST makes no sense when I2C is disabled, as the driver cannot > > compile > > in that configuration: > > Ouch, thanks for catching! > > Reviewed-by: Peter Rosin > > Greg, I

Re: [PATCH] mux: adg792a: always require I2C support

2017-06-09 Thread Peter Rosin
On 2017-06-09 12:22, Arnd Bergmann wrote: > COMPILE_TEST makes no sense when I2C is disabled, as the driver cannot compile > in that configuration: Ouch, thanks for catching! Reviewed-by: Peter Rosin Greg, I assume you will you be taking this? Cheers, peda

Re: [PATCH] mux: adg792a: always require I2C support

2017-06-09 Thread Peter Rosin
On 2017-06-09 12:22, Arnd Bergmann wrote: > COMPILE_TEST makes no sense when I2C is disabled, as the driver cannot compile > in that configuration: Ouch, thanks for catching! Reviewed-by: Peter Rosin Greg, I assume you will you be taking this? Cheers, peda

[PATCH] mux: adg792a: always require I2C support

2017-06-09 Thread Arnd Bergmann
COMPILE_TEST makes no sense when I2C is disabled, as the driver cannot compile in that configuration: drivers/mux/mux-adg792a.c: In function 'adg792a_write_cmd': drivers/mux/mux-adg792a.c:34:9: error: implicit declaration of function 'i2c_smbus_write_byte_data'; did you mean

[PATCH] mux: adg792a: always require I2C support

2017-06-09 Thread Arnd Bergmann
COMPILE_TEST makes no sense when I2C is disabled, as the driver cannot compile in that configuration: drivers/mux/mux-adg792a.c: In function 'adg792a_write_cmd': drivers/mux/mux-adg792a.c:34:9: error: implicit declaration of function 'i2c_smbus_write_byte_data'; did you mean