public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCHES FOR 2.6.40] gspca for_v2.6.40
@ 2011-04-19 18:20 Jean-Francois Moine
  2011-04-19 19:54 ` Antonio Ospite
  0 siblings, 1 reply; 11+ messages in thread
From: Jean-Francois Moine @ 2011-04-19 18:20 UTC (permalink / raw)
  To: linux-media

The following changes since commit
d58307d6a1e2441ebaf2d924df4346309ff84c7d:

  [media] anysee: add more info about known board configs (2011-04-19 10:35:37 -0300)

are available in the git repository at:
  git://linuxtv.org/jfrancois/gspca.git for_v2.6.40

Antonio Ospite (2):
      Add Y10B, a 10 bpp bit-packed greyscale format.
      gspca - kinect: New subdriver for Microsoft Kinect

Jean-François Moine (1):
      gspca - zc3xx: Adjust the mc501cb exchanges

Patrice Chotard (5):
      gspca - jeilinj: suppress workqueue
      gspca - jeilinj: use gspca_dev->usb_err to forward error to upper layer
      gspca - jeilinj: add 640*480 resolution support
      gspca - jeilinj: Add SPORTSCAM_DV15 camera support
      gspca - jeilinj: add SPORTSCAM specific controls

 Documentation/DocBook/media-entities.tmpl |    1 +
 Documentation/DocBook/v4l/pixfmt-y10b.xml |   43 +++
 Documentation/DocBook/v4l/pixfmt.xml      |    1 +
 Documentation/DocBook/v4l/videodev2.h.xml |    3 +
 Documentation/video4linux/gspca.txt       |    1 +
 drivers/media/video/gspca/Kconfig         |    9 +
 drivers/media/video/gspca/Makefile        |    2 +
 drivers/media/video/gspca/jeilinj.c       |  581 ++++++++++++++++++++---------
 drivers/media/video/gspca/kinect.c        |  427 +++++++++++++++++++++
 drivers/media/video/gspca/zc3xx.c         |   42 +--
 include/linux/videodev2.h                 |    3 +
 11 files changed, 905 insertions(+), 208 deletions(-)
 create mode 100644 Documentation/DocBook/v4l/pixfmt-y10b.xml
 create mode 100644 drivers/media/video/gspca/kinect.c

-- 
Ken ar c'hentañ	|	      ** Breizh ha Linux atav! **
Jef		|		http://moinejf.free.fr/

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [GIT PATCHES FOR 2.6.40] gspca for_v2.6.40
  2011-04-19 18:20 Jean-Francois Moine
@ 2011-04-19 19:54 ` Antonio Ospite
  2011-04-19 20:34   ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 11+ messages in thread
From: Antonio Ospite @ 2011-04-19 19:54 UTC (permalink / raw)
  To: Jean-Francois Moine; +Cc: linux-media

[-- Attachment #1: Type: text/plain, Size: 862 bytes --]

On Tue, 19 Apr 2011 20:20:29 +0200
Jean-Francois Moine <moinejf@free.fr> wrote:

> The following changes since commit
> d58307d6a1e2441ebaf2d924df4346309ff84c7d:
> 
>   [media] anysee: add more info about known board configs (2011-04-19 10:35:37 -0300)
> 
> are available in the git repository at:
>   git://linuxtv.org/jfrancois/gspca.git for_v2.6.40
> 
> Antonio Ospite (2):
>       Add Y10B, a 10 bpp bit-packed greyscale format.
>       gspca - kinect: New subdriver for Microsoft Kinect
> 

Ah glad to see that, so there was no major concern on the code, was
there?

Thanks Jean-Francois,
   Antonio

-- 
Antonio Ospite
http://ao2.it

PGP public key ID: 0x4553B001

A: Because it messes up the order in which people normally read text.
   See http://en.wikipedia.org/wiki/Posting_style
Q: Why is top-posting such a bad thing?

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [GIT PATCHES FOR 2.6.40] gspca for_v2.6.40
  2011-04-19 19:54 ` Antonio Ospite
@ 2011-04-19 20:34   ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 11+ messages in thread
From: Mauro Carvalho Chehab @ 2011-04-19 20:34 UTC (permalink / raw)
  To: Antonio Ospite; +Cc: Jean-Francois Moine, linux-media

Em 19-04-2011 16:54, Antonio Ospite escreveu:
> On Tue, 19 Apr 2011 20:20:29 +0200
> Jean-Francois Moine <moinejf@free.fr> wrote:
> 
>> The following changes since commit
>> d58307d6a1e2441ebaf2d924df4346309ff84c7d:
>>
>>   [media] anysee: add more info about known board configs (2011-04-19 10:35:37 -0300)
>>
>> are available in the git repository at:
>>   git://linuxtv.org/jfrancois/gspca.git for_v2.6.40
>>
>> Antonio Ospite (2):
>>       Add Y10B, a 10 bpp bit-packed greyscale format.
>>       gspca - kinect: New subdriver for Microsoft Kinect
>>
> 
> Ah glad to see that, so there was no major concern on the code, was
> there?

There's just a problem that I noticed:

drivers/media/video/gspca/kinect.c: In function ‘send_cmd.clone.0’:
drivers/media/video/gspca/kinect.c:202: warning: the frame size of 1548 bytes is larger than 1024 bytes

Please, don't do things like:

+ uint8_t obuf[0x400];
+ uint8_t ibuf[0x200];

at the stack. Instead, put it into a per-device struct.

Anyway, I've applied your patches here. Please send us a fix for it
as soon as possible.

Thanks,
Mauro

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [GIT PATCHES FOR 2.6.40] gspca for_v2.6.40
@ 2011-05-17  8:54 Jean-Francois Moine
  2011-05-17  9:36 ` Antonio Ospite
  0 siblings, 1 reply; 11+ messages in thread
From: Jean-Francois Moine @ 2011-05-17  8:54 UTC (permalink / raw)
  To: linux-media

The following changes since commit
f9b51477fe540fb4c65a05027fdd6f2ecce4db3b:

  [media] DVB: return meaningful error codes in dvb_frontend (2011-05-09 05:47:20 +0200)

are available in the git repository at:
  git://linuxtv.org/jfrancois/gspca.git for_v2.6.40

Jean-François Moine (10):
      gspca - cpia1: Fix some warnings.
      gspca - kinect: Remove __devinitdata
      gspca - stk014 / t613: Accept the index 0 in querymenu
      gspca - main: Version change to 2.13
      gspca - main: Remove USB traces
      gspca - cpia1: Remove a bad conditional compilation instruction
      gspca: Unset debug by default
      gspca: Fix some warnings tied to 'no debug'
      gspca - sunplus: Simplify code and fix some warnings
      gspca - sunplus: Simplify code and fix some errors when 'debug'

 drivers/media/video/gspca/cpia1.c       |    6 +--
 drivers/media/video/gspca/gl860/gl860.c |   15 +----
 drivers/media/video/gspca/gspca.c       |    4 +-
 drivers/media/video/gspca/gspca.h       |    6 +-
 drivers/media/video/gspca/kinect.c      |    2 +-
 drivers/media/video/gspca/spca508.c     |    5 +-
 drivers/media/video/gspca/stk014.c      |   15 ++---
 drivers/media/video/gspca/sunplus.c     |   99 ++++++++++--------------------
 drivers/media/video/gspca/t613.c        |   17 ++----
 drivers/media/video/gspca/zc3xx.c       |    5 +-
 10 files changed, 61 insertions(+), 113 deletions(-)

-- 
Ken ar c'hentañ	|	      ** Breizh ha Linux atav! **
Jef		|		http://moinejf.free.fr/

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [GIT PATCHES FOR 2.6.40] gspca for_v2.6.40
  2011-05-17  8:54 Jean-Francois Moine
@ 2011-05-17  9:36 ` Antonio Ospite
  2011-05-20 14:43   ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 11+ messages in thread
From: Antonio Ospite @ 2011-05-17  9:36 UTC (permalink / raw)
  To: Jean-Francois Moine; +Cc: linux-media

On Tue, 17 May 2011 10:54:17 +0200
Jean-Francois Moine <moinejf@free.fr> wrote:

> The following changes since commit
> f9b51477fe540fb4c65a05027fdd6f2ecce4db3b:
> 
>   [media] DVB: return meaningful error codes in dvb_frontend (2011-05-09 05:47:20 +0200)
> 
> are available in the git repository at:
>   git://linuxtv.org/jfrancois/gspca.git for_v2.6.40
> 
[...]

Hi Jean-Francois, sometimes it is useful to add also a "why" section to
commit messages so others can follow your thoughts, and even learn from
them.

I have this very simple scheme: a summary of the "what" goes into the
short commit message and the "why" and "how" go into the long commit
message when they are not immediately trivial from the code; for
instance the "why" of the USB trace changes in this series wasn't
trivial to me.

Thanks,
   Antonio

-- 
Antonio Ospite
http://ao2.it

PGP public key ID: 0x4553B001

A: Because it messes up the order in which people normally read text.
   See http://en.wikipedia.org/wiki/Posting_style
Q: Why is top-posting such a bad thing?

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [GIT PATCHES FOR 2.6.40] gspca for_v2.6.40
  2011-05-17  9:36 ` Antonio Ospite
@ 2011-05-20 14:43   ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 11+ messages in thread
From: Mauro Carvalho Chehab @ 2011-05-20 14:43 UTC (permalink / raw)
  To: Antonio Ospite; +Cc: Jean-Francois Moine, linux-media

Em 17-05-2011 06:36, Antonio Ospite escreveu:
> On Tue, 17 May 2011 10:54:17 +0200
> Jean-Francois Moine <moinejf@free.fr> wrote:
> 
>> The following changes since commit
>> f9b51477fe540fb4c65a05027fdd6f2ecce4db3b:
>>
>>   [media] DVB: return meaningful error codes in dvb_frontend (2011-05-09 05:47:20 +0200)
>>
>> are available in the git repository at:
>>   git://linuxtv.org/jfrancois/gspca.git for_v2.6.40
>>
> [...]
> 
> Hi Jean-Francois, sometimes it is useful to add also a "why" section to
> commit messages so others can follow your thoughts, and even learn from
> them.
> 
> I have this very simple scheme: a summary of the "what" goes into the
> short commit message and the "why" and "how" go into the long commit
> message when they are not immediately trivial from the code; for
> instance the "why" of the USB trace changes in this series wasn't
> trivial to me.

Yeah, providing a good documentation is important to allow the others to know what's
happening at the driver.

Jean-Francois,

Could you please add more comments to your patch series? I'll discard this pull
request from my queue. So, feel free to re-base your tree if you need.

Thanks,
Mauro

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [GIT PATCHES FOR 2.6.40] gspca for_v2.6.40
@ 2011-05-21  6:59 Jean-Francois Moine
  2011-05-21  9:27 ` Antonio Ospite
  2011-05-21 12:37 ` Mauro Carvalho Chehab
  0 siblings, 2 replies; 11+ messages in thread
From: Jean-Francois Moine @ 2011-05-21  6:59 UTC (permalink / raw)
  To: linux-media

The following changes since commit
f9b51477fe540fb4c65a05027fdd6f2ecce4db3b:

  [media] DVB: return meaningful error codes in dvb_frontend (2011-05-09 05:47:20 +0200)

are available in the git repository at:
  git://linuxtv.org/jfrancois/gspca.git for_v2.6.40

Jean-François Moine (9):
      gspca - cpia1: Fix some warnings.
      gspca - kinect: Remove __devinitdata
      gspca - stk014 / t613: Accept the index 0 in querymenu
      gspca - main: Version change to 2.13
      gspca - main: Remove USB traces
      gspca - cpia1: Remove a bad conditional compilation instruction
      gspca: Unset debug by default
      gspca: Fix some warnings tied to 'no debug'
      gspca - sunplus: Fix some warnings and simplify code

 drivers/media/video/gspca/cpia1.c       |    6 +--
 drivers/media/video/gspca/gl860/gl860.c |   15 +----
 drivers/media/video/gspca/gspca.c       |    4 +-
 drivers/media/video/gspca/gspca.h       |    6 +-
 drivers/media/video/gspca/kinect.c      |    2 +-
 drivers/media/video/gspca/spca508.c     |    5 +-
 drivers/media/video/gspca/stk014.c      |   15 ++---
 drivers/media/video/gspca/sunplus.c     |   99 ++++++++++--------------------
 drivers/media/video/gspca/t613.c        |   17 ++----
 drivers/media/video/gspca/zc3xx.c       |    5 +-
 10 files changed, 61 insertions(+), 113 deletions(-)

-- 
Ken ar c'hentañ	|	      ** Breizh ha Linux atav! **
Jef		|		http://moinejf.free.fr/

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [GIT PATCHES FOR 2.6.40] gspca for_v2.6.40
  2011-05-21  6:59 Jean-Francois Moine
@ 2011-05-21  9:27 ` Antonio Ospite
  2011-05-21 12:37 ` Mauro Carvalho Chehab
  1 sibling, 0 replies; 11+ messages in thread
From: Antonio Ospite @ 2011-05-21  9:27 UTC (permalink / raw)
  To: Jean-Francois Moine; +Cc: linux-media

[-- Attachment #1: Type: text/plain, Size: 1272 bytes --]

On Sat, 21 May 2011 08:59:33 +0200
Jean-Francois Moine <moinejf@free.fr> wrote:

> The following changes since commit
> f9b51477fe540fb4c65a05027fdd6f2ecce4db3b:
> 
>   [media] DVB: return meaningful error codes in dvb_frontend (2011-05-09 05:47:20 +0200)
> 
> are available in the git repository at:
>   git://linuxtv.org/jfrancois/gspca.git for_v2.6.40
> 
> Jean-François Moine (9):
[...]
>       gspca - main: Remove USB traces

OK, now I got it, thanks a lot :)

BTW there are still a lot of messages using D_USBI and D_USBO in gspca
subdrivers which are now muted unconditionally  by that change, however
I notice that they are mostly about telling what registers and values
are being set and got, we could call that "device specific" messages and
they are kind of independent form the USB transport indeed; do you
think it is worth to have a new debug level to replace D_USB{I,O} in
order to keep those messages? I am not sure about the name tho: D_COMM,
D_DEV, D_REGS, D_IC, D_HW?

Thanks,
   Antonio

-- 
Antonio Ospite
http://ao2.it

PGP public key ID: 0x4553B001

A: Because it messes up the order in which people normally read text.
   See http://en.wikipedia.org/wiki/Posting_style
Q: Why is top-posting such a bad thing?

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [GIT PATCHES FOR 2.6.40] gspca for_v2.6.40
  2011-05-21  6:59 Jean-Francois Moine
  2011-05-21  9:27 ` Antonio Ospite
@ 2011-05-21 12:37 ` Mauro Carvalho Chehab
  1 sibling, 0 replies; 11+ messages in thread
From: Mauro Carvalho Chehab @ 2011-05-21 12:37 UTC (permalink / raw)
  To: Jean-Francois Moine; +Cc: linux-media

Em 21-05-2011 03:59, Jean-Francois Moine escreveu:
> The following changes since commit
> f9b51477fe540fb4c65a05027fdd6f2ecce4db3b:
> 
>   [media] DVB: return meaningful error codes in dvb_frontend (2011-05-09 05:47:20 +0200)
> 
> are available in the git repository at:
>   git://linuxtv.org/jfrancois/gspca.git for_v2.6.40

It is a way better! Thanks for the comments.

Applied, thanks!
Mauro

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [GIT PATCHES FOR 2.6.40] gspca for_v2.6.40
@ 2011-05-23  9:20 Jean-Francois Moine
  2011-06-01 11:29 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 11+ messages in thread
From: Jean-Francois Moine @ 2011-05-23  9:20 UTC (permalink / raw)
  To: linux-media

The following changes since commit
87cf028f3aa1ed51fe29c36df548aa714dc7438f:

  [media] dm1105: GPIO handling added, I2C on GPIO added, LNB control through GPIO reworked (2011-05-21 11:10:28 -0300)

are available in the git repository at:
  git://linuxtv.org/jfrancois/gspca.git for_v2.6.40

Jean-François Moine (6):
      gspca - ov519: Fix a regression for ovfx2 webcams
      gspca - ov519: Change the ovfx2 bulk transfer size
      gspca: Remove coarse_expo_autogain.h
      gspca - stv06xx: Set a lower default value of gain for hdcs sensors
      gspca - ov519: New sensor ov9600 with bridge ovfx2
      gspca - ov519: Set the default frame rate to 15 fps

 drivers/media/video/gspca/coarse_expo_autogain.h |  116 ---------------------
 drivers/media/video/gspca/ov519.c                |  117 ++++++++++++++++++---
 drivers/media/video/gspca/stv06xx/stv06xx_hdcs.h |    2 +-
 3 files changed, 101 insertions(+), 134 deletions(-)
 delete mode 100644 drivers/media/video/gspca/coarse_expo_autogain.h

-- 
Ken ar c'hentañ	|	      ** Breizh ha Linux atav! **
Jef		|		http://moinejf.free.fr/

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [GIT PATCHES FOR 2.6.40] gspca for_v2.6.40
  2011-05-23  9:20 [GIT PATCHES FOR 2.6.40] gspca for_v2.6.40 Jean-Francois Moine
@ 2011-06-01 11:29 ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 11+ messages in thread
From: Mauro Carvalho Chehab @ 2011-06-01 11:29 UTC (permalink / raw)
  To: Jean-Francois Moine; +Cc: linux-media

Em 23-05-2011 06:20, Jean-Francois Moine escreveu:
> The following changes since commit
> 87cf028f3aa1ed51fe29c36df548aa714dc7438f:
> 
>   [media] dm1105: GPIO handling added, I2C on GPIO added, LNB control through GPIO reworked (2011-05-21 11:10:28 -0300)
> 
> are available in the git repository at:
>   git://linuxtv.org/jfrancois/gspca.git for_v2.6.40
> 
> Jean-François Moine (6):
>       gspca - ov519: Fix a regression for ovfx2 webcams
>       gspca - ov519: Change the ovfx2 bulk transfer size
>       gspca: Remove coarse_expo_autogain.h
>       gspca - stv06xx: Set a lower default value of gain for hdcs sensors
>       gspca - ov519: Set the default frame rate to 15 fps

The above seems to be bug fixes. So, I'm adding them for the current
version (Linux 3.0).

>       gspca - ov519: New sensor ov9600 with bridge ovfx2

This one is a new feature. Adding it for -next.

All patches added.

Thanks,
Mauro

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2011-06-01 11:29 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-23  9:20 [GIT PATCHES FOR 2.6.40] gspca for_v2.6.40 Jean-Francois Moine
2011-06-01 11:29 ` Mauro Carvalho Chehab
  -- strict thread matches above, loose matches on Subject: below --
2011-05-21  6:59 Jean-Francois Moine
2011-05-21  9:27 ` Antonio Ospite
2011-05-21 12:37 ` Mauro Carvalho Chehab
2011-05-17  8:54 Jean-Francois Moine
2011-05-17  9:36 ` Antonio Ospite
2011-05-20 14:43   ` Mauro Carvalho Chehab
2011-04-19 18:20 Jean-Francois Moine
2011-04-19 19:54 ` Antonio Ospite
2011-04-19 20:34   ` Mauro Carvalho Chehab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox