* [GIT PULL for v4.10-rc6] media fixes
@ 2017-01-27 9:54 Mauro Carvalho Chehab
0 siblings, 0 replies; only message in thread
From: Mauro Carvalho Chehab @ 2017-01-27 9:54 UTC (permalink / raw)
To: Linus Torvalds
Cc: Andrew Morton, Linux Media Mailing List,
Linux Kernel Mailing List
Hi Linus,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v4.10-2
For some fixes for -rc6:
- fix a regression on tvp5150 causing failures at input selection
and image glitches;
- CEC was moved out of staging for v4.10. Fix some bugs on it while
not too late;
- fix a regression on pctv452e caused by VM stack changes;
- fix suspend issued with smiapp;
- fix a regression on cobalt driver;
- fix some warnings and Kconfig issues with some random configs.
The following changes since commit 65390ea01ce678379da32b01f39fcfac4903f256:
Merge branch 'patchwork' into v4l_for_linus (2016-12-15 08:38:35 -0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v4.10-2
for you to fetch changes up to 0e0694ff1a7791274946b7f51bae692da0001a08:
Merge branch 'patchwork' into v4l_for_linus (2016-12-26 14:09:28 -0200)
----------------------------------------------------------------
media fixes for v4.10-rc6
----------------------------------------------------------------
Arnd Bergmann (2):
[media] dvb: avoid warning in dvb_net
[media] s5k4ecgx: select CRC32 helper
Christoph Hellwig (1):
[media] media/cobalt: use pci_irq_allocate_vectors
Hans Verkuil (7):
[media] cec: fix report_current_latency
[media] cec: when canceling a message, don't overwrite old status info
[media] cec: CEC_MSG_GIVE_FEATURES should abort for CEC version < 2
[media] cec: update log_addr[] before finishing configuration
[media] cec: replace cec_report_features by cec_fill_msg_report_features
[media] cec: move cec_report_phys_addr into cec_config_thread_func
[media] cec: fix race between configuring and unconfiguring
Laurent Pinchart (3):
[media] v4l: tvp5150: Reset device at probe time, not in get/set format handlers
[media] v4l: tvp5150: Fix comment regarding output pin muxing
[media] v4l: tvp5150: Don't override output pinmuxing at stream on/off time
Mauro Carvalho Chehab (1):
Merge branch 'patchwork' into v4l_for_linus
Max Kellermann (1):
[media] pctv452e: move buffer to heap, no mutex
Sakari Ailus (2):
[media] smiapp: Implement power-on and power-off sequences without runtime PM
[media] smiapp: Make suspend and resume functions __maybe_unused
drivers/media/cec/cec-adap.c | 103 ++++++++++++------------
drivers/media/dvb-core/dvb_net.c | 15 ++--
drivers/media/i2c/Kconfig | 1 +
drivers/media/i2c/smiapp/smiapp-core.c | 33 +++-----
drivers/media/i2c/tvp5150.c | 56 ++++++++-----
drivers/media/i2c/tvp5150_reg.h | 9 +++
drivers/media/pci/cobalt/cobalt-driver.c | 8 +-
drivers/media/pci/cobalt/cobalt-driver.h | 2 -
drivers/media/usb/dvb-usb/pctv452e.c | 133 +++++++++++++++++--------------
include/uapi/linux/cec-funcs.h | 10 ++-
10 files changed, 195 insertions(+), 175 deletions(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-01-27 10:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-27 9:54 [GIT PULL for v4.10-rc6] media fixes Mauro Carvalho Chehab
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.