Re: [PATCH 1/2] video: adp8860: move header file out of I2C realm

2017-06-09 Thread Lee Jones
On Fri, 09 Jun 2017, Lee Jones wrote: > On Mon, 22 May 2017, 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/blackfin/mach-bf537/boards/stamp.c| 2 +- > >

Re: [PATCH 1/2] video: adp8860: move header file out of I2C realm

2017-06-09 Thread Lee Jones
On Mon, 22 May 2017, 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/blackfin/mach-bf537/boards/stamp.c| 2 +- > drivers/video/backlight/adp8860_bl.c | 2 +- >

Re: [PATCH 1/2] video: adp8860: move header file out of I2C realm

2017-06-07 Thread Michael Hennerich
On 07.06.2017 12:57, Daniel Thompson wrote: On 21/05/17 23:09, 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 Acked-by: Daniel Thompson Acked-by: Michael Hennerich --- arch/blackfin/m

Re: [PATCH 1/2] video: adp8860: move header file out of I2C realm

2017-06-07 Thread Daniel Thompson
On 21/05/17 23:09, 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 Acked-by: Daniel Thompson --- arch/blackfin/mach-bf537/boards/stamp.c| 2 +- drivers/video/backlight/adp8860_bl.c

Re: [PATCH 1/2] video: adp8860: move header file out of I2C realm

2017-05-29 Thread Bartlomiej Zolnierkiewicz
On Monday, May 22, 2017 12:09:52 AM 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 Acked-by: Bartlomiej Zolnierkiewicz > --- > arch/blackfin/mach-bf537/boards/stamp.c| 2 +- > dr

[PATCH 1/2] video: adp8860: 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/blackfin/mach-bf537/boards/stamp.c| 2 +- drivers/video/backlight/adp8860_bl.c | 2 +- include/linux/{i2c => platform_data}/adp8860.h | 0 3 fi