Re: [GIT PATCHES FOR 2.6.41] Add bitmask controls

2011-06-08 Thread Sakari Ailus
On Wed, Jun 08, 2011 at 01:04:05PM +0200, Hans Verkuil wrote: > > On Sun, Jun 05, 2011 at 04:28:03PM +0300, Sakari Ailus wrote: > >> On Wed, Jun 01, 2011 at 10:41:21AM -0300, Mauro Carvalho Chehab wrote: > >> > > There are currently two use cases: Sakari's flash controller needs > >> to > >> > > re

Re: [GIT PATCHES FOR 2.6.41] Add bitmask controls

2011-06-08 Thread Hans Verkuil
> On Sun, Jun 05, 2011 at 04:28:03PM +0300, Sakari Ailus wrote: >> On Wed, Jun 01, 2011 at 10:41:21AM -0300, Mauro Carvalho Chehab wrote: >> > > There are currently two use cases: Sakari's flash controller needs >> to >> > > report errors which are a bitmask of possible error conditions. It >> is w

Re: [GIT PATCHES FOR 2.6.41] Add bitmask controls

2011-06-08 Thread Sakari Ailus
On Sun, Jun 05, 2011 at 04:28:03PM +0300, Sakari Ailus wrote: > On Wed, Jun 01, 2011 at 10:41:21AM -0300, Mauro Carvalho Chehab wrote: > > > There are currently two use cases: Sakari's flash controller needs to > > > report errors which are a bitmask of possible error conditions. It is way > > > ov

Re: [GIT PATCHES FOR 2.6.41] Add bitmask controls

2011-06-05 Thread Sakari Ailus
On Wed, Jun 01, 2011 at 10:41:21AM -0300, Mauro Carvalho Chehab wrote: > > There are currently two use cases: Sakari's flash controller needs to > > report errors which are a bitmask of possible error conditions. It is way > > overkill to split that up in separate boolean controls, especially since

Re: [GIT PATCHES FOR 2.6.41] Add bitmask controls

2011-06-01 Thread Mauro Carvalho Chehab
Em 01-06-2011 10:27, Hans Verkuil escreveu: >> Hi Hans, >> >> Em 23-05-2011 08:15, Hans Verkuil escreveu: >>> Hi Mauro, >>> >>> These patches for 2.6.41 add support for bitmask controls, needed for >>> the >>> upcoming Flash API and HDMI API. >> >> DocBook changes need do a s/2.6.41/3.1/. > > Of c

Re: [GIT PATCHES FOR 2.6.41] Add bitmask controls

2011-06-01 Thread Hans Verkuil
> Hi Hans, > > Em 23-05-2011 08:15, Hans Verkuil escreveu: >> Hi Mauro, >> >> These patches for 2.6.41 add support for bitmask controls, needed for >> the >> upcoming Flash API and HDMI API. > > DocBook changes need do a s/2.6.41/3.1/. Of course, I saw your DocBook changes going today. > That's s

Re: [GIT PATCHES FOR 2.6.41] Add bitmask controls

2011-06-01 Thread Mauro Carvalho Chehab
Hi Hans, Em 23-05-2011 08:15, Hans Verkuil escreveu: > Hi Mauro, > > These patches for 2.6.41 add support for bitmask controls, needed for the > upcoming Flash API and HDMI API. DocBook changes need do a s/2.6.41/3.1/. That's said, I'm not sure if it is a good idea to add bitmask type, instead

Re: [GIT PATCHES FOR 2.6.41] Add bitmask controls

2011-05-24 Thread Sakari Ailus
Hans Verkuil wrote: > Hi Mauro, > > These patches for 2.6.41 add support for bitmask controls, needed for the > upcoming Flash API and HDMI API. > > Sakari, can you give your ack as well? > > The patch is the same as the original one posted April 4, except for a small > change in the control log

[GIT PATCHES FOR 2.6.41] Add bitmask controls

2011-05-23 Thread Hans Verkuil
Hi Mauro, These patches for 2.6.41 add support for bitmask controls, needed for the upcoming Flash API and HDMI API. Sakari, can you give your ack as well? The patch is the same as the original one posted April 4, except for a small change in the control logging based on feedback from Laurent an