Re: [PATCH 2/3] gpio: pcf857x: move header file out of I2C realm

2017-05-25 Thread Sekhar Nori
Hi Linus, On Tuesday 23 May 2017 03:05 PM, Linus Walleij wrote: > On Sun, May 21, 2017 at 11:57 PM, Wolfram Sang wrote: > >> include/linux/i2c is not for client devices. Move the header file to a >> more appropriate location. >> >> Signed-off-by: Wolfram Sang

Re: [PATCH 2/3] gpio: pcf857x: move header file out of I2C realm

2017-05-25 Thread Sekhar Nori
Hi Linus, On Tuesday 23 May 2017 03:05 PM, Linus Walleij wrote: > On Sun, May 21, 2017 at 11:57 PM, Wolfram Sang wrote: > >> include/linux/i2c is not for client devices. Move the header file to a >> more appropriate location. >> >> Signed-off-by: Wolfram Sang >> --- >>

Re: [PATCH 2/3] gpio: pcf857x: move header file out of I2C realm

2017-05-23 Thread Linus Walleij
On Sun, May 21, 2017 at 11:57 PM, Wolfram Sang wrote: > include/linux/i2c is not for client devices. Move the header file to a > more appropriate location. > > Signed-off-by: Wolfram Sang > --- > arch/arm/mach-davinci/board-da830-evm.c| 2 +- >

Re: [PATCH 2/3] gpio: pcf857x: move header file out of I2C realm

2017-05-23 Thread Linus Walleij
On Sun, May 21, 2017 at 11:57 PM, Wolfram Sang wrote: > include/linux/i2c is not for client devices. Move the header file to a > more appropriate location. > > Signed-off-by: Wolfram Sang > --- > arch/arm/mach-davinci/board-da830-evm.c| 2 +- > arch/arm/mach-davinci/board-dm644x-evm.c

[PATCH 2/3] gpio: pcf857x: move header file out of I2C realm

2017-05-21 Thread Wolfram Sang
include/linux/i2c is not for client devices. Move the header file to a more appropriate location. Signed-off-by: Wolfram Sang --- arch/arm/mach-davinci/board-da830-evm.c| 2 +- arch/arm/mach-davinci/board-dm644x-evm.c | 2 +-

[PATCH 2/3] gpio: pcf857x: move header file out of I2C realm

2017-05-21 Thread Wolfram Sang
include/linux/i2c is not for client devices. Move the header file to a more appropriate location. Signed-off-by: Wolfram Sang --- arch/arm/mach-davinci/board-da830-evm.c| 2 +- arch/arm/mach-davinci/board-dm644x-evm.c | 2 +- arch/arm/mach-davinci/board-dm646x-evm.c | 2 +-