Hi Linus,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v3.20-2
For a series of fixup patches for version 4.0:
- one VB2 core fixup, when stopping the stream;
- one VB2 core fixup for dma-contig memory type;
- driver fixes at rtl28xx, s5p (tv, jpeg, mfc, soc-camera, sh_veu, cx23885, gspca.
Thanks!
Mauro
PS.: I know I should be naming the branch as "tags/media/v4.0-2" instead
of "tags/media/v3.20-2", but the branch name is auto-generated by a script.
So, it would require some work to teach the script that 3.20 is actually
4.0. Also, as the first media branch was merged for 4.0 was named as "v3.20-1",
it seems better to keep it named as-is ;)
---
The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:
Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v3.20-2
for you to fetch changes up to b18042a673e88c9457a6d1716219c2367ca447b0:
[media] rtl28xxu: return success for unimplemented FE callback (2015-04-02 18:27:14 -0300)
----------------------------------------------------------------
media updates for v3.20-rc1
----------------------------------------------------------------
Antti Palosaari (2):
[media] rtl2832: disable regmap register cache
[media] rtl28xxu: return success for unimplemented FE callback
Arnd Bergmann (1):
[media] s5p-tv: hdmi needs I2C support
Geert Uytterhoeven (1):
[media] soc-camera: Fix devm_kfree() in soc_of_bind()
Hans Verkuil (3):
[media] vb2: fix 'UNBALANCED' warnings when calling vb2_thread_stop()
[media] sh_veu: v4l2_dev wasn't set
[media] cx23885: fix querycap
Jacek Anaszewski (1):
[media] s5p-jpeg: exynos3250: fix erroneous reset procedure
Josh Wu (1):
[media] media: atmel-isi: increase the burst length to improve the performance
Kamil Debski (1):
[media] s5p-mfc: Fix NULL pointer dereference caused by not set q->lock
Marek Szyprowski (2):
[media] media: s5p-mfc: fix mmap support for 64bit arch
[media] media: s5p-mfc: fix broken pointer cast on 64bit arch
Randy Dunlap (1):
[media] media: fix gspca drivers build dependencies
Sakari Ailus (1):
[media] vb2: Fix dma_dir setting for dma-contig mem type
Tony K Nadackal (1):
[media] s5p-jpeg: Initialize cb and cr to zero
drivers/media/dvb-frontends/rtl2832.c | 2 +-
drivers/media/pci/cx23885/cx23885-417.c | 13 ++++++-------
drivers/media/platform/s5p-jpeg/jpeg-core.c | 3 +++
drivers/media/platform/s5p-jpeg/jpeg-hw-exynos3250.c | 2 +-
drivers/media/platform/s5p-mfc/s5p_mfc.c | 1 +
drivers/media/platform/s5p-mfc/s5p_mfc_common.h | 2 +-
drivers/media/platform/s5p-mfc/s5p_mfc_opr.h | 2 +-
drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c | 6 +++---
drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c | 6 +++---
drivers/media/platform/s5p-tv/Kconfig | 1 +
drivers/media/platform/sh_veu.c | 1 +
drivers/media/platform/soc_camera/atmel-isi.c | 2 ++
drivers/media/platform/soc_camera/soc_camera.c | 2 +-
drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 2 --
drivers/media/usb/gspca/Kconfig | 1 +
drivers/media/v4l2-core/videobuf2-core.c | 11 +++--------
drivers/media/v4l2-core/videobuf2-dma-contig.c | 3 +--
include/media/atmel-isi.h | 4 ++++
18 files changed, 34 insertions(+), 30 deletions(-)