[GIT FIXES FOR v3.18] Various fixes for 3.18

2014-11-21 Thread Hans Verkuil
Hi Mauro,

Here are three fixes and one MAINTAINERS update that should go to 3.18.

Regards,

Hans

The following changes since commit c02ef64aab828d80040b5dce934729312e698c33:

  [media] cx23885: add DVBSky T982(Dual DVB-T2/T/C) support (2014-11-14 
18:28:41 -0200)

are available in the git repository at:

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

for you to fetch changes up to ddc5bee72f9707a8729d214156d7e4e09eecbd3a:

  cx23885: use sg = sg_next(sg) instead of sg++ (2014-11-21 11:43:19 +0100)


Andrey Utkin (1):
  Update MAINTAINERS for solo6x10

Hans Verkuil (1):
  cx23885: use sg = sg_next(sg) instead of sg++

Krzysztof HaƂasa (1):
  solo6x10: fix a race in IRQ handler.

sensoray-dev (1):
  s2255drv: fix payload size for JPG, MJPEG

 MAINTAINERS|  4 +++-
 drivers/media/pci/cx23885/cx23885-core.c   |  6 +++---
 drivers/media/pci/solo6x10/solo6x10-core.c | 10 ++
 drivers/media/usb/s2255/s2255drv.c |  2 +-
 4 files changed, 9 insertions(+), 13 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 FIXES for v3.18] Various fixes

2014-10-22 Thread Hans Verkuil

Various fixes for 3.18.

Regards,

Hans

The following changes since commit 1ef24960ab78554fe7e8e77d8fc86524fbd60d3c:

  Merge tag 'v3.18-rc1' into patchwork (2014-10-21 08:32:51 -0200)

are available in the git repository at:

  git://linuxtv.org/hverkuil/media_tree.git for-v3.18f

for you to fetch changes up to 30da44af2da231c02a8cb2d6d4d3905c6e8030c9:

  videobuf-dma-contig: set vm_pgoff to be zero to pass the sanity check in 
vm_iomap_memory(). (2014-10-22 13:04:09 +0200)


Dan Carpenter (3):
  em28xx-input: NULL dereference on error
  xc5000: use after free in release()
  usbvision-video: two use after frees

Fabian Frederick (1):
  tw68: remove deprecated IRQF_DISABLED

Fancy Fang (1):
  videobuf-dma-contig: set vm_pgoff to be zero to pass the sanity check in 
vm_iomap_memory().

Hans Verkuil (2):
  wl128x: fix fmdbg compiler warning
  tw68: remove bogus I2C_ALGOBIT dependency

 drivers/media/pci/tw68/Kconfig| 1 -
 drivers/media/pci/tw68/tw68-core.c| 2 +-
 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
 drivers/media/tuners/xc5000.c | 2 +-
 drivers/media/usb/em28xx/em28xx-input.c   | 4 +++-
 drivers/media/usb/usbvision/usbvision-video.c | 2 ++
 drivers/media/v4l2-core/videobuf-dma-contig.c | 9 +
 7 files changed, 17 insertions(+), 5 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