From: Hans Verkuil <hverkuil@xs4all.nl>
To: Linux Media Mailing List <linux-media@vger.kernel.org>
Subject: [GIT PULL FOR v3.16] Various fixes
Date: Mon, 14 Apr 2014 11:09:52 +0200 [thread overview]
Message-ID: <534BA5E0.8020001@xs4all.nl> (raw)
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.
ileana@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 +-
drivers/media/v4l2-core/v4l2-dv-timings.c | 11 ++
drivers/media/v4l2-core/v4l2-ioctl.c | 10 +-
drivers/media/v4l2-core/videobuf2-core.c | 547 ++++++++++++++++++++++++++++++++++++++++---------------------------
drivers/staging/media/davinci_vpfe/vpfe_mc_capture.h | 2 -
drivers/staging/media/davinci_vpfe/vpfe_video.c | 23 +--
drivers/staging/media/davinci_vpfe/vpfe_video.h | 2 -
drivers/staging/media/dt3155v4l/dt3155v4l.c | 3 +-
drivers/staging/media/go7007/go7007-v4l2.c | 3 +-
drivers/staging/media/msi3101/sdr-msi3101.c | 7 +-
drivers/staging/media/omap24xx/tcm825x.h | 4 +-
drivers/staging/media/rtl2832u_sdr/rtl2832_sdr.c | 7 +-
drivers/staging/media/sn9c102/sn9c102_hv7131r.c | 23 +--
drivers/staging/media/solo6x10/solo6x10-v4l2-enc.c | 3 +-
drivers/staging/media/solo6x10/solo6x10-v4l2.c | 3 +-
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/media/videobuf2-core.h | 19 ++-
include/uapi/linux/v4l2-common.h | 2 +-
include/uapi/linux/v4l2-dv-timings.h | 70 +++++++++
58 files changed, 972 insertions(+), 627 deletions(-)
next reply other threads:[~2014-04-14 9:09 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-14 9:09 Hans Verkuil [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-05-23 10:40 [GIT PULL FOR v3.16] Various fixes Hans Verkuil
2014-05-24 20:19 ` Mauro Carvalho Chehab
2014-05-12 8:31 Hans Verkuil
2014-05-23 16:36 ` Mauro Carvalho Chehab
2014-05-09 12:48 Hans Verkuil
2014-04-14 10:40 Hans Verkuil
2014-04-02 10:37 Hans Verkuil
2014-03-28 11:23 Hans Verkuil
2014-03-28 11:05 Hans Verkuil
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=534BA5E0.8020001@xs4all.nl \
--to=hverkuil@xs4all.nl \
--cc=linux-media@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.