Re: [GIT PULL FOR v3.16] Various fixes

2014-05-24 Thread Mauro Carvalho Chehab
Em Fri, 23 May 2014 12:40:50 +0200
Hans Verkuil hverk...@xs4all.nl escreveu:

 Ismael Luceno (2):
   solo6x10: Reduce OSD writes to the minimum necessary
   solo6x10: Kconfig: Add supported card list to the SOLO6X10 knob

-ENODESCRIPTION!

Not applied.

Regards,
Mauro
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[GIT PULL FOR v3.16] Various fixes

2014-05-23 Thread Hans Verkuil
Hi Mauro,

For the most part these are assorted fixes. The exception is the patch from
Arun that adds a new V4L2 event type. The addition of that event is long
overdue so I'm happy to see it go in.

Regards,

Hans

The following changes since commit e899966f626f1f657a4a7bac736c0b9ae5a243ea:

  Merge tag 'v3.15-rc6' into patchwork (2014-05-21 23:03:15 -0300)

are available in the git repository at:


  git://linuxtv.org/hverkuil/media_tree.git for-v3.16g

for you to fetch changes up to ba9a629032de6d0e8c3ff1448972061e25ef6619:

  media: stk1160: Avoid stack-allocated buffer for control URBs (2014-05-23 
12:33:43 +0200)


Arun Kumar K (1):
  v4l: Add source change event

Dan Carpenter (1):
  Staging: dt3155v4l: set error code on failure

Ezequiel Garcia (1):
  media: stk1160: Avoid stack-allocated buffer for control URBs

Ismael Luceno (2):
  solo6x10: Reduce OSD writes to the minimum necessary
  solo6x10: Kconfig: Add supported card list to the SOLO6X10 knob

Laurent Pinchart (3):
  Documentation: media: Remove double 'struct'
  tvp5150: Replace container_of() with to_tvp5150()
  v4l: subdev: Move [gs]_std operation to video ops

Luis R. Rodriguez (2):
  technisat-usb2: rename led enums to be specific to driver
  bt8xx: make driver routines fit into its own namespcae

Pawel Osciak (1):
  s5p-mfc: Add support for resolution change event

Victor Lambret (1):
  videobuf2-core: remove duplicated code

 Documentation/DocBook/media/v4l/io.xml |  2 +-
 Documentation/DocBook/media/v4l/media-ioc-enum-links.xml   |  8 
 Documentation/DocBook/media/v4l/vidioc-dqevent.xml | 33 
+
 Documentation/DocBook/media/v4l/vidioc-subscribe-event.xml | 20 

 drivers/media/i2c/adv7180.c|  2 +-
 drivers/media/i2c/adv7183.c|  4 ++--
 drivers/media/i2c/adv7842.c|  4 ++--
 drivers/media/i2c/bt819.c  |  2 +-
 drivers/media/i2c/cx25840/cx25840-core.c   |  4 ++--
 drivers/media/i2c/ks0127.c |  6 +-
 drivers/media/i2c/ml86v7667.c  |  2 +-
 drivers/media/i2c/msp3400-driver.c |  2 +-
 drivers/media/i2c/saa6752hs.c  |  2 +-
 drivers/media/i2c/saa7110.c|  2 +-
 drivers/media/i2c/saa7115.c|  2 +-
 drivers/media/i2c/saa717x.c|  2 +-
 drivers/media/i2c/saa7191.c|  2 +-
 drivers/media/i2c/soc_camera/tw9910.c  |  4 ++--
 drivers/media/i2c/sony-btf-mpx.c   | 10 +-
 drivers/media/i2c/tvaudio.c|  6 +-
 drivers/media/i2c/tvp514x.c|  2 +-
 drivers/media/i2c/tvp5150.c|  6 +++---
 drivers/media/i2c/tw2804.c |  2 +-
 drivers/media/i2c/tw9903.c |  2 +-
 drivers/media/i2c/tw9906.c |  2 +-
 drivers/media/i2c/vp27smpx.c   |  6 +-
 drivers/media/i2c/vpx3220.c|  2 +-
 drivers/media/pci/bt8xx/bttv-driver.c  |  2 +-
 drivers/media/pci/bt8xx/dst.c  | 20 
++--
 drivers/media/pci/cx18/cx18-av-core.c  |  2 +-
 drivers/media/pci/cx18/cx18-fileops.c  |  2 +-
 drivers/media/pci/cx18/cx18-gpio.c |  6 +-
 drivers/media/pci/cx18/cx18-ioctl.c|  2 +-
 drivers/media/pci/cx23885/cx23885-video.c  |  4 ++--
 drivers/media/pci/cx88/cx88-core.c |  2 +-
 drivers/media/pci/ivtv/ivtv-fileops.c  |  2 +-
 drivers/media/pci/ivtv/ivtv-ioctl.c|  2 +-
 drivers/media/pci/saa7134/saa7134-video.c  |  4 ++--
 drivers/media/pci/saa7146/mxb.c| 14 +++---
 drivers/media/pci/sta2x11/sta2x11_vip.c|  4 ++--
 drivers/media/pci/zoran/zoran_device.c |  2 +-
 drivers/media/pci/zoran/zoran_driver.c |  2 +-
 drivers/media/platform/blackfin/bfin_capture.c |  4 ++--
 drivers/media/platform/davinci/vpfe_capture.c  |  2 +-
 drivers/media/platform/davinci/vpif_capture.c  |  2 +-
 drivers/media/platform/davinci/vpif_display.c  |  2 +-
 drivers/media/platform/fsl-viu.c   |  2 +-
 drivers/media/platform/s5p-mfc/s5p_mfc.c   |  8 
 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c

Re: [GIT PULL FOR v3.16] Various fixes

2014-05-23 Thread Mauro Carvalho Chehab
Em Mon, 12 May 2014 10:31:10 +0200
Hans Verkuil hverk...@xs4all.nl escreveu:

 (Updated version of my pull request of May 9th, adding the remaining em28xx 
 patches
 from Frank.)
 
 Hi Mauro,
 
 I went through my pending patches queue and managed to go through most of it.
 
 Most patches are fairly trivial, but you should take a close look at the
 videobuf-dma-contig patch from Ma Haijun since you introduced the 
 vm_iomap_memory()
 change. I reviewed it carefully and tested it and it seems sound to me, but
 that's one patch that needs an extra pair of eyeballs.
 
 Also note that I tested the saa7134 querybuf patch from Mikhail Domrachev 
 successfully
 using my signal generator.
 
 Regards,
 
   Hans
 
 
 The following changes since commit 393cbd8dc532c1ebed60719da8d379f50d445f28:
 
   [media] smiapp: Use %u for printing u32 value (2014-04-23 16:05:06 -0300)
 
 are available in the git repository at:
 
   git://linuxtv.org/hverkuil/media_tree.git for-v3.16d
 
 for you to fetch changes up to 87b3628098449bb09e2bebf14bf9ce1978cec524:
 
   em28xx: move fields wq_trigger and streaming_started from struct em28xx to 
 struct em28xx_audio (2014-05-12 10:27:00 +0200)
 
 
 Alexander Shiyan (1):
   media: coda: Use full device name for request_irq()
 
 Bartlomiej Zolnierkiewicz (1):
   v4l: ti-vpe: fix devm_ioremap_resource() return value checking
 
 Daeseok Youn (1):
   s2255drv: fix memory leak s2255_probe()
 
 Dan Carpenter (1):
   av7110: fix confusing indenting
 
 Frank Schaefer (24):
   em28xx: fix indenting in em28xx_usb_probe()
   em28xx: remove some unused fields from struct em28xx
   em28xx: remove function em28xx_compression_disable() and its call
   em28xx: move norm_maxw() and norm_maxh() from em28xx.h to em28xx-video.c
   em28xx: remove the i2c_set_adapdata() call in em28xx_i2c_register()
   em28xx: move sub-module data structs to a common place in the main 
 struct
   em28xx-video: simplify usage of the pointer to struct v4l2_ctrl_handler 
 in em28xx_v4l2_init()
   em28xx: start moving em28xx-v4l specific data to its own struct
   em28xx: move struct v4l2_ctrl_handler ctrl_handler from struct em28xx 
 to struct v4l2
   em28xx: move struct v4l2_clk *clk from struct em28xx to struct v4l2
   em28xx: move video_device structs from struct em28xx to struct v4l2
   em28xx: move videobuf2 related data from struct em28xx to struct v4l2
   em28xx: move v4l2 frame resolutions and scale data from struct em28xx 
 to struct v4l2
   em28xx: move vinmode and vinctrl data from struct em28xx to struct v4l2
   em28xx: move TV norm from struct em28xx to struct v4l2
   em28xx: move struct em28xx_fmt *format from struct em28xx to struct v4l2
   em28xx: move progressive/interlaced fields from struct em28xx to struct 
 v4l2
   em28xx: move sensor parameter fields from struct em28xx to struct v4l2
   em28xx: move capture state tracking fields from struct em28xx to struct 
 v4l2
   em28xx: move v4l2 user counting fields from struct em28xx to struct v4l2
   em28xx: move tuner frequency field from struct em28xx to struct v4l2
   em28xx: remove field tda9887_conf from struct em28xx
   em28xx: remove field tuner_addr from struct em28xx
   em28xx: move fields wq_trigger and streaming_started from struct em28xx 
 to struct em28xx_audio

Hans,

Almost all those em28xx patches don't have any description!

Please either enforce with the patch author for them to add a description
for each patch or add yourself some description for them. 

I'm really annoyed by merging this series, due to that, especially
when some answers why certain design decisions taken on some of those
patches are not answered...

For example, on em28xx: move sensor parameter fields from struct em28xx to 
struct v4l2,

We have 3 fields being moved to em28xx_v4l2 struct:
-   int sensor_xres, sensor_yres;
-   int sensor_xtal;

But this one was kept there:

+   enum em28xx_sensor em28xx_sensor;   /* camera specific */

I would be expecting, on this particular, changeset, a comment like:

[media] em28xx: move sensor parameter fields from struct em28xx to struct v4l2

Move camera sensor resolution and xtal out of em28xx common struct,
as thore are used only by the em28xx v4l2 submodule.

The em28xx_sensor firmware, however, couldn't be moved there because
*some reason*.

Btw, probably several of those data merging stuff would be better
handled if merged into a single patch, stating how much memory
was saved on digital-only devices where all those V4L2-specific
data are not allocated anymore.

Thanks,
Mauro
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[GIT PULL FOR v3.16] Various fixes

2014-05-12 Thread Hans Verkuil
(Updated version of my pull request of May 9th, adding the remaining em28xx 
patches
from Frank.)

Hi Mauro,

I went through my pending patches queue and managed to go through most of it.

Most patches are fairly trivial, but you should take a close look at the
videobuf-dma-contig patch from Ma Haijun since you introduced the 
vm_iomap_memory()
change. I reviewed it carefully and tested it and it seems sound to me, but
that's one patch that needs an extra pair of eyeballs.

Also note that I tested the saa7134 querybuf patch from Mikhail Domrachev 
successfully
using my signal generator.

Regards,

Hans


The following changes since commit 393cbd8dc532c1ebed60719da8d379f50d445f28:

  [media] smiapp: Use %u for printing u32 value (2014-04-23 16:05:06 -0300)

are available in the git repository at:

  git://linuxtv.org/hverkuil/media_tree.git for-v3.16d

for you to fetch changes up to 87b3628098449bb09e2bebf14bf9ce1978cec524:

  em28xx: move fields wq_trigger and streaming_started from struct em28xx to 
struct em28xx_audio (2014-05-12 10:27:00 +0200)


Alexander Shiyan (1):
  media: coda: Use full device name for request_irq()

Bartlomiej Zolnierkiewicz (1):
  v4l: ti-vpe: fix devm_ioremap_resource() return value checking

Daeseok Youn (1):
  s2255drv: fix memory leak s2255_probe()

Dan Carpenter (1):
  av7110: fix confusing indenting

Frank Schaefer (24):
  em28xx: fix indenting in em28xx_usb_probe()
  em28xx: remove some unused fields from struct em28xx
  em28xx: remove function em28xx_compression_disable() and its call
  em28xx: move norm_maxw() and norm_maxh() from em28xx.h to em28xx-video.c
  em28xx: remove the i2c_set_adapdata() call in em28xx_i2c_register()
  em28xx: move sub-module data structs to a common place in the main struct
  em28xx-video: simplify usage of the pointer to struct v4l2_ctrl_handler 
in em28xx_v4l2_init()
  em28xx: start moving em28xx-v4l specific data to its own struct
  em28xx: move struct v4l2_ctrl_handler ctrl_handler from struct em28xx to 
struct v4l2
  em28xx: move struct v4l2_clk *clk from struct em28xx to struct v4l2
  em28xx: move video_device structs from struct em28xx to struct v4l2
  em28xx: move videobuf2 related data from struct em28xx to struct v4l2
  em28xx: move v4l2 frame resolutions and scale data from struct em28xx to 
struct v4l2
  em28xx: move vinmode and vinctrl data from struct em28xx to struct v4l2
  em28xx: move TV norm from struct em28xx to struct v4l2
  em28xx: move struct em28xx_fmt *format from struct em28xx to struct v4l2
  em28xx: move progressive/interlaced fields from struct em28xx to struct 
v4l2
  em28xx: move sensor parameter fields from struct em28xx to struct v4l2
  em28xx: move capture state tracking fields from struct em28xx to struct 
v4l2
  em28xx: move v4l2 user counting fields from struct em28xx to struct v4l2
  em28xx: move tuner frequency field from struct em28xx to struct v4l2
  em28xx: remove field tda9887_conf from struct em28xx
  em28xx: remove field tuner_addr from struct em28xx
  em28xx: move fields wq_trigger and streaming_started from struct em28xx 
to struct em28xx_audio

Hans Verkuil (2):
  v4l2-pci-skeleton: fix typo
  v4l2-ioctl: drop spurious newline in string

Himangi Saraogi (1):
  timblogiw: Introduce the use of the managed version of kzalloc

Jinqiang Zeng (1):
  fix the code style errors in sn9c102

Kirill Tkhai (1):
  s2255: Do not free fw_data until timer handler has actually stopped using 
it

Lad, Prabhakar (1):
  media: davinci: vpbe: release buffers in case start_streaming call back 
fails

Ma Haijun (1):
  videobuf-dma-contig: fix incorrect argument to vm_iomap_memory() call

Masanari Iida (1):
  media: parport: Fix format string mismatch in bw-qcam.c

Mikhail Domrachev (1):
  saa7134: add vidioc_querystd

Pali Rohár (1):
  radio-bcm2048: fix wrong overflow check

Ricardo Ribalda (1):
  videobuf2-dma-sg: Fix NULL pointer dereference BUG

Takashi Iwai (1):
  ivtv: Fix Oops when no firmware is loaded

Vitaly Osipov (2):
  staging: media: omap24xx: fix up checkpatch error message
  staging: media: omap24xx: use pr_info() instead of KERN_INFO

 Documentation/video4linux/v4l2-pci-skeleton.c  |   2 +-
 drivers/media/parport/bw-qcam.c|   2 +-
 drivers/media/pci/ivtv/ivtv-alsa-pcm.c |   6 +
 drivers/media/pci/saa7134/saa7134-empress.c|   1 +
 drivers/media/pci/saa7134/saa7134-reg.h|   5 +
 drivers/media/pci/saa7134/saa7134-video.c  |  41 -
 drivers/media/pci/saa7134/saa7134.h|   1 +
 drivers/media/pci/ttpci/av7110_av.c|   6 +-
 drivers/media/platform/coda.c  |   2 +-
 drivers/media/platform/davinci/vpbe_display.c  |  11 +-
 drivers/media/platform/ti-vpe/csc.c  

[GIT PULL FOR v3.16] Various fixes

2014-05-09 Thread Hans Verkuil
Hi Mauro,

I went through my pending patches queue and managed to go through most of it.

There is still one em28xx patch series pending (waiting for feedback from Frank
about one patch) and I expect more patches from Prabhakar. Hopefully I can do
another batch on Monday.

Most patches are fairly trivial, but you should take a close look at the
videobuf-dma-contig patch from Ma Haijun since you introduced the 
vm_iomap_memory()
change. I reviewed it carefully and tested it and it seems sound to me, but
that's one patch that needs an extra pair of eyeballs.

Also note that I tested the saa7134 querybuf patch from Mikhail Domrachev 
successfully
using my signal generator.

Regards,

Hans

The following changes since commit 393cbd8dc532c1ebed60719da8d379f50d445f28:

  [media] smiapp: Use %u for printing u32 value (2014-04-23 16:05:06 -0300)

are available in the git repository at:

  git://linuxtv.org/hverkuil/media_tree.git for-v3.16d

for you to fetch changes up to e9ed81f0b4707fda56a36cf24ea25f0f3205b423:

  saa7134: add vidioc_querystd (2014-05-09 14:33:49 +0200)


Alexander Shiyan (1):
  media: coda: Use full device name for request_irq()

Bartlomiej Zolnierkiewicz (1):
  v4l: ti-vpe: fix devm_ioremap_resource() return value checking

Daeseok Youn (1):
  s2255drv: fix memory leak s2255_probe()

Dan Carpenter (1):
  av7110: fix confusing indenting

Frank Schaefer (4):
  em28xx: fix indenting in em28xx_usb_probe()
  em28xx: remove some unused fields from struct em28xx
  em28xx: remove function em28xx_compression_disable() and its call
  em28xx: move norm_maxw() and norm_maxh() from em28xx.h to em28xx-video.c

Hans Verkuil (2):
  v4l2-pci-skeleton: fix typo
  v4l2-ioctl: drop spurious newline in string

Himangi Saraogi (1):
  timblogiw: Introduce the use of the managed version of kzalloc

Jinqiang Zeng (1):
  fix the code style errors in sn9c102

Kirill Tkhai (1):
  s2255: Do not free fw_data until timer handler has actually stopped using 
it

Lad, Prabhakar (1):
  media: davinci: vpbe: release buffers in case start_streaming call back 
fails

Ma Haijun (1):
  videobuf-dma-contig: fix incorrect argument to vm_iomap_memory() call

Masanari Iida (1):
  media: parport: Fix format string mismatch in bw-qcam.c

Mikhail Domrachev (1):
  saa7134: add vidioc_querystd

Pali Rohár (1):
  radio-bcm2048: fix wrong overflow check

Ricardo Ribalda (1):
  videobuf2-dma-sg: Fix NULL pointer dereference BUG

Takashi Iwai (1):
  ivtv: Fix Oops when no firmware is loaded

Vitaly Osipov (2):
  staging: media: omap24xx: fix up checkpatch error message
  staging: media: omap24xx: use pr_info() instead of KERN_INFO

 Documentation/video4linux/v4l2-pci-skeleton.c  |   2 +-
 drivers/media/parport/bw-qcam.c|   2 +-
 drivers/media/pci/ivtv/ivtv-alsa-pcm.c |   6 ++
 drivers/media/pci/saa7134/saa7134-empress.c|   1 +
 drivers/media/pci/saa7134/saa7134-reg.h|   5 ++
 drivers/media/pci/saa7134/saa7134-video.c  |  41 -
 drivers/media/pci/saa7134/saa7134.h|   1 +
 drivers/media/pci/ttpci/av7110_av.c|   6 +-
 drivers/media/platform/coda.c  |   2 +-
 drivers/media/platform/davinci/vpbe_display.c  |  11 ++-
 drivers/media/platform/ti-vpe/csc.c|   4 +-
 drivers/media/platform/ti-vpe/sc.c |   4 +-
 drivers/media/platform/timblogiw.c |   8 +-
 drivers/media/usb/em28xx/em28xx-cards.c|  13 ++-
 drivers/media/usb/em28xx/em28xx-video.c|  28 +-
 drivers/media/usb/em28xx/em28xx.h  |  32 ---
 drivers/media/usb/s2255/s2255drv.c |   6 +-
 drivers/media/v4l2-core/v4l2-ioctl.c   |   2 +-
 drivers/media/v4l2-core/videobuf-dma-contig.c  |   2 +-
 drivers/media/v4l2-core/videobuf2-dma-sg.c |   2 +-
 drivers/staging/media/bcm2048/radio-bcm2048.c  |   2 +-
 drivers/staging/media/omap24xx/tcm825x.c   |  12 +--
 drivers/staging/media/sn9c102/sn9c102.h|  30 +++
 drivers/staging/media/sn9c102/sn9c102_core.c   | 342 
+
 drivers/staging/media/sn9c102/sn9c102_devtable.h   |  22 ++---
 drivers/staging/media/sn9c102/sn9c102_hv7131d.c|  22 ++---
 drivers/staging/media/sn9c102/sn9c102_mi0343.c |  30 +++
 drivers/staging/media/sn9c102/sn9c102_mi0360.c |  30 +++
 drivers/staging/media/sn9c102/sn9c102_ov7630.c |  22 ++---
 drivers/staging/media/sn9c102/sn9c102_ov7660.c |  22 ++---
 drivers/staging/media/sn9c102/sn9c102_pas106b.c|  22 ++---
 drivers/staging/media/sn9c102/sn9c102_pas202bcb.c  |  22 ++---
 drivers/staging/media/sn9c102/sn9c102_sensor.h |  34 
 drivers/staging/media/sn9c102/sn9c102_tas5110c1b.c |  18 

[GIT PULL FOR v3.16] Various fixes

2014-04-14 Thread Hans Verkuil
Hi Mauro,

Various fixes, most notable are the vb2 fixes and davinci improvements.

Regards,

Hans

The following changes since commit a83b93a7480441a47856dc9104bea970e84cda87:

  [media] em28xx-dvb: fix PCTV 461e tuner I2C binding (2014-03-31 08:02:16 
-0300)

are available in the git repository at:

  git://linuxtv.org/hverkuil/media_tree.git for-v3.16a

for you to fetch changes up to a035f293b08859957c38086df3eb7fcf3a6b2272:

  v4l2-pci-skeleton.c: fix alternate field handling. (2014-04-14 10:54:28 +0200)


Daniel Glöckner (1):
  bttv: Add support for PCI-8604PW

Hans Verkuil (19):
  v4l2-subdev.h: fix sparse error with v4l2_subdev_notify
  videobuf2-core: fix sparse errors.
  v4l2-common.h: remove __user annotation in struct v4l2_edid
  v4l2-ioctl.c: fix sparse __user-related warnings
  v4l2-dv-timings.h: add CEA-861-F 4K timings
  v4l2-dv-timings.c: add the new 4K timings to the list.
  vb2: stop_streaming should return void
  vb2: fix handling of data_offset and v4l2_plane.reserved[]
  vb2: if bytesused is 0, then fill with output buffer length
  vb2: use correct prefix
  vb2: move __qbuf_mmap before __qbuf_userptr
  vb2: set timestamp when using write()
  vb2: reject output buffers with V4L2_FIELD_ALTERNATE
  vb2: simplify a confusing condition.
  vb2: add vb2_fileio_is_active and check it more often
  vb2: allow read/write as long as the format is single planar
  vb2: start messages with a lower-case for consistency.
  DocBook media: update bytesused field description
  v4l2-pci-skeleton.c: fix alternate field handling.

Ismael Luceno (1):
  gspca_gl860: Clean up idxdata structs

Lad, Prabhakar (4):
  media: davinci: vpbe: use v4l2_fh for priority handling
  media: davinci: vpfe: use v4l2_fh for priority handling
  staging: media: davinci: vpfe: use v4l2_fh for priority handling
  staging: media: davinci: vpfe: release buffers in case start_streaming 
call back fails

Martin Bugge (2):
  adv7842: update RGB quantization range on HDMI/DVI-D mode irq.
  adv7842: Disable access to EDID DDC lines before chip power up.

Mike Sampson (1):
  next-20140324 drivers/staging/media/sn9c102/sn9c102_hv7131r.c fix style 
warnings flagged by checkpatch.pl.

ile...@telecom-paristech.fr (1):
  staging: omap24xx: fix coding style

 Documentation/DocBook/media/v4l/io.xml   |  13 +-
 Documentation/video4linux/v4l2-pci-skeleton.c|  42 --
 drivers/media/i2c/adv7842.c  |  10 +-
 drivers/media/pci/bt8xx/bttv-cards.c | 110 ++
 drivers/media/pci/bt8xx/bttv.h   |   1 +
 drivers/media/pci/sta2x11/sta2x11_vip.c  |   3 +-
 drivers/media/platform/blackfin/bfin_capture.c   |   6 +-
 drivers/media/platform/coda.c|   4 +-
 drivers/media/platform/davinci/vpbe_display.c|  45 ++
 drivers/media/platform/davinci/vpfe_capture.c|  13 +-
 drivers/media/platform/davinci/vpif_capture.c|   6 +-
 drivers/media/platform/davinci/vpif_display.c|   6 +-
 drivers/media/platform/exynos-gsc/gsc-m2m.c  |   4 +-
 drivers/media/platform/exynos4-is/fimc-capture.c |   6 +-
 drivers/media/platform/exynos4-is/fimc-lite.c|   6 +-
 drivers/media/platform/exynos4-is/fimc-m2m.c |   3 +-
 drivers/media/platform/marvell-ccic/mcam-core.c  |   7 +-
 drivers/media/platform/mem2mem_testdev.c |   5 +-
 drivers/media/platform/s3c-camif/camif-capture.c |   4 +-
 drivers/media/platform/s5p-jpeg/jpeg-core.c  |   4 +-
 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c |   3 +-
 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c |   3 +-
 drivers/media/platform/s5p-tv/mixer_video.c  |   3 +-
 drivers/media/platform/soc_camera/atmel-isi.c|   6 +-
 drivers/media/platform/soc_camera/mx2_camera.c   |   4 +-
 drivers/media/platform/soc_camera/mx3_camera.c   |   4 +-
 drivers/media/platform/soc_camera/rcar_vin.c |   4 +-
 drivers/media/platform/soc_camera/sh_mobile_ceu_camera.c |   4 +-
 drivers/media/platform/vivi.c|   3 +-
 drivers/media/platform/vsp1/vsp1_video.c |   4 +-
 drivers/media/usb/em28xx/em28xx-v4l.h|   2 +-
 drivers/media/usb/em28xx/em28xx-video.c  |   8 +-
 drivers/media/usb/gspca/gl860/gl860-mi2020.c | 464 

 drivers/media/usb/pwc/pwc-if.c   |   7 +-
 drivers/media/usb/s2255/s2255drv.c   |   5 +-
 drivers/media/usb/stk1160/stk1160-v4l.c  |   4 +-
 drivers/media/usb/usbtv/usbtv-video.c|   9 

[GIT PULL FOR v3.16] Various fixes

2014-04-14 Thread Hans Verkuil
Hi Mauro,

Various fixes, most notable are the vb2 fixes, saa7134 vb2 conversion and 
davinci
improvements.

This pull request supersedes https://patchwork.linuxtv.org/patch/23123/ and 
https://patchwork.linuxtv.org/patch/23596/. The saa7134 vb2 conversion patches
had to be rebased on top of the vb2 fixes, so I combined it all into one pull
request, ensuring a correct patch sequence.

Regards,

Hans

The following changes since commit a83b93a7480441a47856dc9104bea970e84cda87:

  [media] em28xx-dvb: fix PCTV 461e tuner I2C binding (2014-03-31 08:02:16 
-0300)

are available in the git repository at:

  git://linuxtv.org/hverkuil/media_tree.git for-v3.16a

for you to fetch changes up to 2500543b19714d169aae8930cf4f719e2343c819:

  saa7134: convert to vb2 (2014-04-14 12:35:11 +0200)


Daniel Glöckner (1):
  bttv: Add support for PCI-8604PW

Hans Verkuil (22):
  v4l2-subdev.h: fix sparse error with v4l2_subdev_notify
  videobuf2-core: fix sparse errors.
  v4l2-common.h: remove __user annotation in struct v4l2_edid
  v4l2-ioctl.c: fix sparse __user-related warnings
  v4l2-dv-timings.h: add CEA-861-F 4K timings
  v4l2-dv-timings.c: add the new 4K timings to the list.
  vb2: stop_streaming should return void
  vb2: fix handling of data_offset and v4l2_plane.reserved[]
  vb2: if bytesused is 0, then fill with output buffer length
  vb2: use correct prefix
  vb2: move __qbuf_mmap before __qbuf_userptr
  vb2: set timestamp when using write()
  vb2: reject output buffers with V4L2_FIELD_ALTERNATE
  vb2: simplify a confusing condition.
  vb2: add vb2_fileio_is_active and check it more often
  vb2: allow read/write as long as the format is single planar
  vb2: start messages with a lower-case for consistency.
  DocBook media: update bytesused field description
  v4l2-pci-skeleton.c: fix alternate field handling.
  vb2: add thread support
  vb2: Add videobuf2-dvb support
  saa7134: convert to vb2

Ismael Luceno (1):
  gspca_gl860: Clean up idxdata structs

Lad, Prabhakar (4):
  media: davinci: vpbe: use v4l2_fh for priority handling
  media: davinci: vpfe: use v4l2_fh for priority handling
  staging: media: davinci: vpfe: use v4l2_fh for priority handling
  staging: media: davinci: vpfe: release buffers in case start_streaming 
call back fails

Martin Bugge (2):
  adv7842: update RGB quantization range on HDMI/DVI-D mode irq.
  adv7842: Disable access to EDID DDC lines before chip power up.

Mike Sampson (1):
  next-20140324 drivers/staging/media/sn9c102/sn9c102_hv7131r.c fix style 
warnings flagged by checkpatch.pl.

ile...@telecom-paristech.fr (1):
  staging: omap24xx: fix coding style

 Documentation/DocBook/media/v4l/io.xml   |  13 +-
 Documentation/video4linux/v4l2-pci-skeleton.c|  42 +++--
 drivers/media/i2c/adv7842.c  |  10 +-
 drivers/media/pci/bt8xx/bttv-cards.c | 110 +++
 drivers/media/pci/bt8xx/bttv.h   |   1 +
 drivers/media/pci/saa7134/Kconfig|   4 +-
 drivers/media/pci/saa7134/saa7134-alsa.c | 106 +--
 drivers/media/pci/saa7134/saa7134-core.c | 107 ++-
 drivers/media/pci/saa7134/saa7134-dvb.c  |  43 +++--
 drivers/media/pci/saa7134/saa7134-empress.c  | 179 
+++---
 drivers/media/pci/saa7134/saa7134-ts.c   | 184 
++
 drivers/media/pci/saa7134/saa7134-vbi.c  | 170 
-
 drivers/media/pci/saa7134/saa7134-video.c| 658 
+++
 drivers/media/pci/saa7134/saa7134.h  | 106 +--
 drivers/media/pci/sta2x11/sta2x11_vip.c  |   3 +-
 drivers/media/platform/blackfin/bfin_capture.c   |   6 +-
 drivers/media/platform/coda.c|   4 +-
 drivers/media/platform/davinci/vpbe_display.c|  45 +
 drivers/media/platform/davinci/vpfe_capture.c|  13 +-
 drivers/media/platform/davinci/vpif_capture.c|   6 +-
 drivers/media/platform/davinci/vpif_display.c|   6 +-
 drivers/media/platform/exynos-gsc/gsc-m2m.c  |   4 +-
 drivers/media/platform/exynos4-is/fimc-capture.c |   6 +-
 drivers/media/platform/exynos4-is/fimc-lite.c|   6 +-
 drivers/media/platform/exynos4-is/fimc-m2m.c |   3 +-
 drivers/media/platform/marvell-ccic/mcam-core.c  |   7 +-
 drivers/media/platform/mem2mem_testdev.c |   5 +-
 drivers/media/platform/s3c-camif/camif-capture.c |   4 +-
 drivers/media/platform/s5p-jpeg/jpeg-core.c  |   4 +-
 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c |   3 +-
 

[GIT PULL FOR v3.16] Various fixes

2014-04-02 Thread Hans Verkuil
This supersedes my previous 3.16 pull request of a March 28: it contained one
v4l2-pci-skeleton.c patch that was incorrect, that's now dropped.

Regards,

Hans

The following changes since commit 8432164ddf7bfe40748ac49995356ab4dfda43b7:

  [media] Sensoray 2255 uses videobuf2 (2014-03-24 17:23:43 -0300)

are available in the git repository at:

  git://linuxtv.org/hverkuil/media_tree.git for-v3.16a

for you to fetch changes up to 74687c197496b2e1fe690e9d9bafbf7c9235cf60:

  staging: media: davinci: vpfe: release buffers in case start_streaming call 
back fails (2014-04-02 12:35:16 +0200)


Daniel Glöckner (1):
  bttv: Add support for PCI-8604PW

Hans Verkuil (4):
  v4l2-subdev.h: fix sparse error with v4l2_subdev_notify
  videobuf2-core: fix sparse errors.
  v4l2-common.h: remove __user annotation in struct v4l2_edid
  v4l2-ioctl.c: fix sparse __user-related warnings

Ismael Luceno (1):
  gspca_gl860: Clean up idxdata structs

Lad, Prabhakar (4):
  media: davinci: vpbe: use v4l2_fh for priority handling
  media: davinci: vpfe: use v4l2_fh for priority handling
  staging: media: davinci: vpfe: use v4l2_fh for priority handling
  staging: media: davinci: vpfe: release buffers in case start_streaming 
call back fails

Martin Bugge (2):
  adv7842: update RGB quantization range on HDMI/DVI-D mode irq.
  adv7842: Disable access to EDID DDC lines before chip power up.

Mike Sampson (1):
  next-20140324 drivers/staging/media/sn9c102/sn9c102_hv7131r.c fix style 
warnings flagged by checkpatch.pl.

ile...@telecom-paristech.fr (1):
  staging: omap24xx: fix coding style

 drivers/media/i2c/adv7842.c  |  10 +-
 drivers/media/pci/bt8xx/bttv-cards.c | 110 +++
 drivers/media/pci/bt8xx/bttv.h   |   1 +
 drivers/media/platform/davinci/vpbe_display.c|  39 +-
 drivers/media/platform/davinci/vpfe_capture.c|  13 +-
 drivers/media/usb/gspca/gl860/gl860-mi2020.c | 464 
+++--
 drivers/media/v4l2-core/v4l2-ioctl.c |  10 +-
 drivers/media/v4l2-core/videobuf2-core.c | 211 
+---
 drivers/staging/media/davinci_vpfe/vpfe_mc_capture.h |   2 -
 drivers/staging/media/davinci_vpfe/vpfe_video.c  |  18 ++-
 drivers/staging/media/davinci_vpfe/vpfe_video.h  |   2 -
 drivers/staging/media/omap24xx/tcm825x.h |   4 +-
 drivers/staging/media/sn9c102/sn9c102_hv7131r.c  |  23 +--
 include/media/davinci/vpbe_display.h |   6 +-
 include/media/davinci/vpfe_capture.h |   6 +-
 include/media/v4l2-device.h  |   8 ++
 include/media/v4l2-subdev.h  |   5 -
 include/uapi/linux/v4l2-common.h |   2 +-
 18 files changed, 573 insertions(+), 361 deletions(-)
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[GIT PULL FOR v3.16] Various fixes

2014-03-28 Thread Hans Verkuil
The following changes since commit 8432164ddf7bfe40748ac49995356ab4dfda43b7:

  [media] Sensoray 2255 uses videobuf2 (2014-03-24 17:23:43 -0300)

are available in the git repository at:

  git://linuxtv.org/hverkuil/media_tree.git for-v3.16a

for you to fetch changes up to ea8abd9566c81b496c49cdf2f91165231ded5a2c:

  v4l2-pci-skeleton: fix typo while retrieving the skel_buffer (2014-03-28 
11:57:40 +0100)


Daniel Glöckner (1):
  bttv: Add support for PCI-8604PW

Hans Verkuil (4):
  v4l2-subdev.h: fix sparse error with v4l2_subdev_notify
  videobuf2-core: fix sparse errors.
  v4l2-common.h: remove __user annotation in struct v4l2_edid
  v4l2-ioctl.c: fix sparse __user-related warnings

Ismael Luceno (1):
  gspca_gl860: Clean up idxdata structs

Lad, Prabhakar (3):
  media: davinci: vpbe: use v4l2_fh for priority handling
  media: davinci: vpfe: use v4l2_fh for priority handling
  v4l2-pci-skeleton: fix typo while retrieving the skel_buffer

Martin Bugge (2):
  adv7842: update RGB quantization range on HDMI/DVI-D mode irq.
  adv7842: Disable access to EDID DDC lines before chip power up.

Mike Sampson (1):
  next-20140324 drivers/staging/media/sn9c102/sn9c102_hv7131r.c fix style 
warnings flagged by checkpatch.pl.

ile...@telecom-paristech.fr (1):
  staging: omap24xx: fix coding style

 Documentation/video4linux/v4l2-pci-skeleton.c   |   2 +-
 drivers/media/i2c/adv7842.c |  10 +-
 drivers/media/pci/bt8xx/bttv-cards.c| 110 ++
 drivers/media/pci/bt8xx/bttv.h  |   1 +
 drivers/media/platform/davinci/vpbe_display.c   |  39 ++-
 drivers/media/platform/davinci/vpfe_capture.c   |  13 +--
 drivers/media/usb/gspca/gl860/gl860-mi2020.c| 464 

 drivers/media/v4l2-core/v4l2-ioctl.c|  10 +-
 drivers/media/v4l2-core/videobuf2-core.c| 211 
+--
 drivers/staging/media/omap24xx/tcm825x.h|   4 +-
 drivers/staging/media/sn9c102/sn9c102_hv7131r.c |  23 ++--
 include/media/davinci/vpbe_display.h|   6 +-
 include/media/davinci/vpfe_capture.h|   6 +-
 include/media/v4l2-device.h |   8 ++
 include/media/v4l2-subdev.h |   5 -
 include/uapi/linux/v4l2-common.h|   2 +-
 16 files changed, 562 insertions(+), 352 deletions(-)
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[GIT PULL FOR v3.16] Various fixes

2014-03-28 Thread Hans Verkuil
This supersedes my previous 3.16 pull request of a 15 minutes ago: I had missed
two more relevant davinci patches from Prabhakar. Those are added here.

Regards,

Hans

The following changes since commit 8432164ddf7bfe40748ac49995356ab4dfda43b7:

  [media] Sensoray 2255 uses videobuf2 (2014-03-24 17:23:43 -0300)

are available in the git repository at:

  git://linuxtv.org/hverkuil/media_tree.git for-v3.16a

for you to fetch changes up to f40cba75b6f341348c1baab0f7c91c868279394d:

  staging: media: davinci: vpfe: release buffers in case start_streaming call 
back fails (2014-03-28 12:14:17 +0100)


Daniel Glöckner (1):
  bttv: Add support for PCI-8604PW

Hans Verkuil (4):
  v4l2-subdev.h: fix sparse error with v4l2_subdev_notify
  videobuf2-core: fix sparse errors.
  v4l2-common.h: remove __user annotation in struct v4l2_edid
  v4l2-ioctl.c: fix sparse __user-related warnings

Ismael Luceno (1):
  gspca_gl860: Clean up idxdata structs

Lad, Prabhakar (5):
  media: davinci: vpbe: use v4l2_fh for priority handling
  media: davinci: vpfe: use v4l2_fh for priority handling
  v4l2-pci-skeleton: fix typo while retrieving the skel_buffer
  staging: media: davinci: vpfe: use v4l2_fh for priority handling
  staging: media: davinci: vpfe: release buffers in case start_streaming 
call back fails

Martin Bugge (2):
  adv7842: update RGB quantization range on HDMI/DVI-D mode irq.
  adv7842: Disable access to EDID DDC lines before chip power up.

Mike Sampson (1):
  next-20140324 drivers/staging/media/sn9c102/sn9c102_hv7131r.c fix style 
warnings flagged by checkpatch.pl.

ile...@telecom-paristech.fr (1):
  staging: omap24xx: fix coding style

 Documentation/video4linux/v4l2-pci-skeleton.c|   2 +-
 drivers/media/i2c/adv7842.c  |  10 +-
 drivers/media/pci/bt8xx/bttv-cards.c | 110 +
 drivers/media/pci/bt8xx/bttv.h   |   1 +
 drivers/media/platform/davinci/vpbe_display.c|  39 ++
 drivers/media/platform/davinci/vpfe_capture.c|  13 +-
 drivers/media/usb/gspca/gl860/gl860-mi2020.c | 464 
+--
 drivers/media/v4l2-core/v4l2-ioctl.c |  10 +-
 drivers/media/v4l2-core/videobuf2-core.c | 211 
+++-
 drivers/staging/media/davinci_vpfe/vpfe_mc_capture.h |   2 -
 drivers/staging/media/davinci_vpfe/vpfe_video.c  |  18 ++-
 drivers/staging/media/davinci_vpfe/vpfe_video.h  |   2 -
 drivers/staging/media/omap24xx/tcm825x.h |   4 +-
 drivers/staging/media/sn9c102/sn9c102_hv7131r.c  |  23 ++--
 include/media/davinci/vpbe_display.h |   6 +-
 include/media/davinci/vpfe_capture.h |   6 +-
 include/media/v4l2-device.h  |   8 ++
 include/media/v4l2-subdev.h  |   5 -
 include/uapi/linux/v4l2-common.h |   2 +-
 19 files changed, 574 insertions(+), 362 deletions(-)
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html