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: Fri, 09 May 2014 14:48:15 +0200 [thread overview]
Message-ID: <536CCE8F.7050008@xs4all.nl> (raw)
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 ++--
drivers/staging/media/sn9c102/sn9c102_tas5110d.c | 14 +--
drivers/staging/media/sn9c102/sn9c102_tas5130d1b.c | 18 ++--
36 files changed, 445 insertions(+), 395 deletions(-)
next reply other threads:[~2014-05-09 12:48 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-09 12:48 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-04-14 10:40 Hans Verkuil
2014-04-14 9:09 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=536CCE8F.7050008@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.