Re: [RFC PATCH] media: i2c: add SCCB helpers

2018-05-09 Thread Akinobu Mita
2018-05-05 23:51 GMT+09:00 Mauro Carvalho Chehab : > Em Fri, 27 Apr 2018 01:13:32 +0900 > Akinobu Mita escreveu: > >> (This patch is in prototype stage) >> >> This adds SCCB helper functions (sccb_read_byte and sccb_write_byte) that >> are

Re: [RFC PATCH] media: i2c: add SCCB helpers

2018-05-09 Thread Sakari Ailus
On Wed, May 09, 2018 at 12:57:19PM +0200, Sebastian Reichel wrote: > Hi, > > On Fri, Apr 27, 2018 at 01:13:32AM +0900, Akinobu Mita wrote: > > diff --git a/drivers/media/i2c/sccb.c b/drivers/media/i2c/sccb.c > > new file mode 100644 > > index 000..80a3fb7 > > --- /dev/null > > +++

Re: [RFC PATCH] media: i2c: add SCCB helpers

2018-05-09 Thread Sebastian Reichel
Hi, On Fri, Apr 27, 2018 at 01:13:32AM +0900, Akinobu Mita wrote: > diff --git a/drivers/media/i2c/sccb.c b/drivers/media/i2c/sccb.c > new file mode 100644 > index 000..80a3fb7 > --- /dev/null > +++ b/drivers/media/i2c/sccb.c > @@ -0,0 +1,35 @@ > +// SPDX-License-Identifier: GPL-2.0 > + >

Re: [RFC PATCH] media: i2c: add SCCB helpers

2018-05-05 Thread Mauro Carvalho Chehab
Em Fri, 27 Apr 2018 01:13:32 +0900 Akinobu Mita escreveu: > (This patch is in prototype stage) > > This adds SCCB helper functions (sccb_read_byte and sccb_write_byte) that > are intended to be used by some of Omnivision sensor drivers. What do you mean by "SCCB"? >

Re: [RFC PATCH] media: i2c: add SCCB helpers

2018-04-29 Thread Sakari Ailus
Hi Mita-san, On Fri, Apr 27, 2018 at 01:13:32AM +0900, Akinobu Mita wrote: > (This patch is in prototype stage) > > This adds SCCB helper functions (sccb_read_byte and sccb_write_byte) that > are intended to be used by some of Omnivision sensor drivers. > > The ov772x driver is going to use

[RFC PATCH] media: i2c: add SCCB helpers

2018-04-26 Thread Akinobu Mita
(This patch is in prototype stage) This adds SCCB helper functions (sccb_read_byte and sccb_write_byte) that are intended to be used by some of Omnivision sensor drivers. The ov772x driver is going to use these functions in order to make it work with most i2c controllers. As the ov772x device