* [GIT PULL FOR v4.5] Various fixes/enhancements
@ 2015-11-13 13:28 Hans Verkuil
2015-11-17 17:10 ` Mauro Carvalho Chehab
0 siblings, 1 reply; 3+ messages in thread
From: Hans Verkuil @ 2015-11-13 13:28 UTC (permalink / raw)
To: Linux Media Mailing List
Hi Mauro,
A large pile of various fixes and enhancements.
Regards,
Hans
The following changes since commit 79f5b6ae960d380c829fb67d5dadcd1d025d2775:
[media] c8sectpfe: Remove select on CONFIG_FW_LOADER_USER_HELPER_FALLBACK (2015-10-20 16:02:41 -0200)
are available in the git repository at:
git://linuxtv.org/hverkuil/media_tree.git for-v4.5a
for you to fetch changes up to 54adb10d0947478b3364640a131fff1f1ab190fa:
v4l2-dv-timings: add new arg to v4l2_match_dv_timings (2015-11-13 14:15:55 +0100)
----------------------------------------------------------------
Antonio Ospite (1):
gspca: ov534/topro: prevent a division by 0
Antti Palosaari (2):
hackrf: move RF gain ctrl enable behind module parameter
hackrf: fix possible null ptr on debug printing
Arnd Bergmann (1):
sh-vou: clarify videobuf2 dependency
Dan Carpenter (2):
av7110: don't allow negative volumes
av7110: potential divide by zero
Hans Verkuil (6):
DocBook media: s/input stream/capture stream/
go7007: fix broken test
vivid: fix compliance error
vb2: fix a regression in poll() behavior for output,streams
adv7511: fix incorrect bit offset
v4l2-dv-timings: add new arg to v4l2_match_dv_timings
Julia Lawall (2):
media: videobuf2: fix compare_const_fl.cocci warnings
radio-shark2: constify radio_tea5777_ops structures
Kosuke Tatsukawa (1):
media: fix waitqueue_active without memory barrier in cpia2 driver
Mats Randgaard (1):
v4l2-dv-timings: Compare horizontal blanking
Oliver Neukum (1):
usbvision fix overflow of interfaces array
Prashant Laddha (4):
v4l2-dv-timings: add condition checks for reduced fps
vivid: add support for reduced fps in video out
vivid-capture: add control for reduced frame rate
vivid: add support for reduced frame rate in video capture
Ricardo Ribalda Delgado (7):
v4l2-core/v4l2-ctrls: Filter NOOP CH_RANGE events
videodev2.h: Extend struct v4l2_ext_controls
media/core: Replace ctrl_class with which
media/v4l2-core: struct struct v4l2_ext_controls param which
usb/uvc: Support for V4L2_CTRL_WHICH_DEF_VAL
media/usb/pvrusb2: Support for V4L2_CTRL_WHICH_DEF_VAL
Docbook: media: Document changes on struct v4l2_ext_controls
Terry Heo (1):
cx231xx: fix bulk transfer mode
Tommi Franttila (1):
v4l2-device: Don't unregister ACPI/Device Tree based devices
Ulrich Hecht (1):
media: adv7180: increase delay after reset to 5ms
Documentation/DocBook/media/v4l/io.xml | 10 ++++----
Documentation/DocBook/media/v4l/v4l2.xml | 10 ++++++++
Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml | 28 ++++++++++++++++++---
drivers/media/i2c/adv7180.c | 2 +-
drivers/media/i2c/adv7511.c | 2 +-
drivers/media/i2c/adv7604.c | 6 ++---
drivers/media/i2c/adv7842.c | 6 ++---
drivers/media/i2c/tc358743.c | 4 +--
drivers/media/pci/cobalt/cobalt-v4l2.c | 2 +-
drivers/media/pci/ttpci/av7110_av.c | 9 +++++--
drivers/media/pci/ttpci/av7110_av.h | 3 ++-
drivers/media/platform/Kconfig | 2 +-
drivers/media/platform/s5p-mfc/s5p_mfc_dec.c | 2 +-
drivers/media/platform/s5p-mfc/s5p_mfc_enc.c | 2 +-
drivers/media/platform/s5p-tv/hdmi_drv.c | 2 +-
drivers/media/platform/vivid/vivid-core.h | 1 +
drivers/media/platform/vivid/vivid-ctrls.c | 21 ++++++++++++++--
drivers/media/platform/vivid/vivid-vid-cap.c | 12 +++++++--
drivers/media/platform/vivid/vivid-vid-out.c | 11 ++++++--
drivers/media/radio/radio-shark2.c | 2 +-
drivers/media/radio/radio-tea5777.h | 2 +-
drivers/media/usb/cpia2/cpia2_usb.c | 3 +--
drivers/media/usb/cx231xx/cx231xx-core.c | 15 ++++++++++-
drivers/media/usb/go7007/go7007-usb.c | 2 +-
drivers/media/usb/gspca/ov534.c | 9 +++++--
drivers/media/usb/gspca/topro.c | 6 ++++-
drivers/media/usb/hackrf/hackrf.c | 13 +++++++++-
drivers/media/usb/hdpvr/hdpvr-video.c | 2 +-
drivers/media/usb/pvrusb2/pvrusb2-v4l2.c | 16 ++++++++++--
drivers/media/usb/usbvision/usbvision-video.c | 7 ++++++
drivers/media/usb/uvc/uvc_v4l2.c | 20 +++++++++++++++
drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 6 ++---
drivers/media/v4l2-core/v4l2-ctrls.c | 77 ++++++++++++++++++++++++++++++++++++++------------------
drivers/media/v4l2-core/v4l2-device.c | 21 +++++++++++-----
drivers/media/v4l2-core/v4l2-dv-timings.c | 16 ++++++++++--
drivers/media/v4l2-core/v4l2-ioctl.c | 14 +++++------
drivers/media/v4l2-core/videobuf2-v4l2.c | 8 +++---
include/media/v4l2-dv-timings.h | 25 +++++++++++++++++-
include/uapi/linux/videodev2.h | 12 ++++++++-
39 files changed, 318 insertions(+), 93 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL FOR v4.5] Various fixes/enhancements
2015-11-13 13:28 [GIT PULL FOR v4.5] Various fixes/enhancements Hans Verkuil
@ 2015-11-17 17:10 ` Mauro Carvalho Chehab
2015-11-17 17:12 ` Mauro Carvalho Chehab
0 siblings, 1 reply; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2015-11-17 17:10 UTC (permalink / raw)
To: Hans Verkuil; +Cc: Linux Media Mailing List
Em Fri, 13 Nov 2015 14:28:52 +0100
Hans Verkuil <hverkuil@xs4all.nl> escreveu:
> Hi Mauro,
>
> A large pile of various fixes and enhancements.
>
> Regards,
>
> Hans
>
> The following changes since commit 79f5b6ae960d380c829fb67d5dadcd1d025d2775:
>
> [media] c8sectpfe: Remove select on CONFIG_FW_LOADER_USER_HELPER_FALLBACK (2015-10-20 16:02:41 -0200)
>
> are available in the git repository at:
>
> git://linuxtv.org/hverkuil/media_tree.git for-v4.5a
>
> for you to fetch changes up to 54adb10d0947478b3364640a131fff1f1ab190fa:
>
> v4l2-dv-timings: add new arg to v4l2_match_dv_timings (2015-11-13 14:15:55 +0100)
>
> ----------------------------------------------------------------
> Antonio Ospite (1):
> gspca: ov534/topro: prevent a division by 0
> Antti Palosaari (2):
> hackrf: move RF gain ctrl enable behind module parameter
> hackrf: fix possible null ptr on debug printing
The Antti's patches were already merged via his pull request.
I added them for v4.4, as they fix a regression and a serious
trouble that could burn the hardware on a driver added on 4.3.
The other patches got merged.
Regards,
Mauro
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL FOR v4.5] Various fixes/enhancements
2015-11-17 17:10 ` Mauro Carvalho Chehab
@ 2015-11-17 17:12 ` Mauro Carvalho Chehab
0 siblings, 0 replies; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2015-11-17 17:12 UTC (permalink / raw)
To: Hans Verkuil; +Cc: Linux Media Mailing List
Em Tue, 17 Nov 2015 15:10:32 -0200
Mauro Carvalho Chehab <mchehab@osg.samsung.com> escreveu:
> Em Fri, 13 Nov 2015 14:28:52 +0100
> Hans Verkuil <hverkuil@xs4all.nl> escreveu:
>
> > Hi Mauro,
> >
> > A large pile of various fixes and enhancements.
> >
> > Regards,
> >
> > Hans
> >
> > The following changes since commit 79f5b6ae960d380c829fb67d5dadcd1d025d2775:
> >
> > [media] c8sectpfe: Remove select on CONFIG_FW_LOADER_USER_HELPER_FALLBACK (2015-10-20 16:02:41 -0200)
> >
> > are available in the git repository at:
> >
> > git://linuxtv.org/hverkuil/media_tree.git for-v4.5a
> >
> > for you to fetch changes up to 54adb10d0947478b3364640a131fff1f1ab190fa:
> >
> > v4l2-dv-timings: add new arg to v4l2_match_dv_timings (2015-11-13 14:15:55 +0100)
> >
> > ----------------------------------------------------------------
> > Antonio Ospite (1):
> > gspca: ov534/topro: prevent a division by 0
>
>
> > Antti Palosaari (2):
> > hackrf: move RF gain ctrl enable behind module parameter
> > hackrf: fix possible null ptr on debug printing
>
> The Antti's patches were already merged via his pull request.
> I added them for v4.4, as they fix a regression and a serious
> trouble that could burn the hardware on a driver added on 4.3.
>
> The other patches got merged.
Just noticed that a patch in your series broke kABI documentation.
Please send me a fixup patch:
.//include/media/v4l2-dv-timings.h:117: warning: No description found for parameter 'match_reduced_fps'
Regards,
Mauro
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-11-17 17:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-13 13:28 [GIT PULL FOR v4.5] Various fixes/enhancements Hans Verkuil
2015-11-17 17:10 ` Mauro Carvalho Chehab
2015-11-17 17:12 ` Mauro Carvalho Chehab
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox