Re: CX24116 i2c patch

2011-05-16 Thread Jean Delvare
Hi Mauro, Sorry for the late reply. On Thu, 05 May 2011 13:18:04 -0300, Mauro Carvalho Chehab wrote: > Em 05-05-2011 12:09, Jean Delvare escreveu: > > Hi Mauro, Steven, > > > > On Thu, 05 May 2011 10:15:04 -0300, Mauro Carvalho Chehab wrote: > >> As you pointed, there are two ways of solving thi

Re: CX24116 i2c patch

2011-05-05 Thread Antti Palosaari
to 5.5.2011 19:55 Mauro Carvalho Chehab kirjoitti: > Em 05-05-2011 12:25, Devin Heitmueller escreveu: >> Do we know this to be the case with the anysee bridge? Is this a >> reverse engineered device? Is there documentation/datasheets to >> reference? > >> >> Do we know if this is an issue with th

Re: CX24116 i2c patch

2011-05-05 Thread Mauro Carvalho Chehab
Em 05-05-2011 12:25, Devin Heitmueller escreveu: > On Thu, May 5, 2011 at 8:28 AM, Steven Toth wrote: >> Mauro, >> >>> Subject: [media] cx24116: add config option to split firmware download >>> Author: Antti Palosaari >>> Date:Wed Apr 27 21:03:07 2011 -0300 >>> >>> It is very rare I2C adapte

Re: CX24116 i2c patch

2011-05-05 Thread Mauro Carvalho Chehab
Em 05-05-2011 12:34, Devin Heitmueller escreveu: > On Thu, May 5, 2011 at 9:15 AM, Mauro Carvalho Chehab > wrote: >> So, the I2C adapter xfer code will end by being something like: >> >> switch(i2c_device) { >>case FOO: >>use_split_code_foo(); >>break; >>

Re: CX24116 i2c patch

2011-05-05 Thread Mauro Carvalho Chehab
Em 05-05-2011 12:09, Jean Delvare escreveu: > Hi Mauro, Steven, > > On Thu, 05 May 2011 10:15:04 -0300, Mauro Carvalho Chehab wrote: >> Hi Steven, >> >> Em 05-05-2011 09:28, Steven Toth escreveu: >>> Mauro, >>> Subject: [media] cx24116: add config option to split firmware download Author

Re: CX24116 i2c patch

2011-05-05 Thread Devin Heitmueller
On Thu, May 5, 2011 at 9:15 AM, Mauro Carvalho Chehab wrote: > So, the I2C adapter xfer code will end by being something like: > > switch(i2c_device) { >        case FOO: >                use_split_code_foo(); >                break; >        case BAR: >                use_splic_code_bar(); >    

Re: CX24116 i2c patch

2011-05-05 Thread Devin Heitmueller
On Thu, May 5, 2011 at 8:28 AM, Steven Toth wrote: > Mauro, > >> Subject: [media] cx24116: add config option to split firmware download >> Author:  Antti Palosaari >> Date:    Wed Apr 27 21:03:07 2011 -0300 >> >> It is very rare I2C adapter hardware which can provide 32kB I2C write >> as one writ

Re: CX24116 i2c patch

2011-05-05 Thread Jean Delvare
Hi Mauro, Steven, On Thu, 05 May 2011 10:15:04 -0300, Mauro Carvalho Chehab wrote: > Hi Steven, > > Em 05-05-2011 09:28, Steven Toth escreveu: > > Mauro, > > > >> Subject: [media] cx24116: add config option to split firmware download > >> Author: Antti Palosaari > >> Date:Wed Apr 27 21:03:

Re: CX24116 i2c patch

2011-05-05 Thread Mauro Carvalho Chehab
Hi Steven, Em 05-05-2011 09:28, Steven Toth escreveu: > Mauro, > >> Subject: [media] cx24116: add config option to split firmware download >> Author: Antti Palosaari >> Date:Wed Apr 27 21:03:07 2011 -0300 >> >> It is very rare I2C adapter hardware which can provide 32kB I2C write >> as one

CX24116 i2c patch

2011-05-05 Thread Steven Toth
Mauro, > Subject: [media] cx24116: add config option to split firmware download > Author:  Antti Palosaari > Date:    Wed Apr 27 21:03:07 2011 -0300 > > It is very rare I2C adapter hardware which can provide 32kB I2C write > as one write. Add .i2c_wr_max option to set desired max packet size. > S