* [GIT PULL for v4.12-rc5] media fixes
@ 2017-06-06 9:16 Mauro Carvalho Chehab
0 siblings, 0 replies; only message in thread
From: Mauro Carvalho Chehab @ 2017-06-06 9:16 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.12-2
For some bug fixes:
- Don't fail build if atomisp has warnings;
- Some CEC Kconfig changes to allow it to be used by DRM without media
dependencies;
- A race fix at RC initialization code;
- A driver fix at rainshadow-cec.
IMHO, the one that affects most people in this series is a build fix:
if you try to build the Kernel with W=1 or gcc7 and all[yes|mod]config,
build will fail due to -Werror at atomisp makefiles.
The following changes since commit 5ed02dbb497422bf225783f46e6eadd237d23d6b:
Linux 4.12-rc3 (2017-05-28 17:20:53 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v4.12-2
for you to fetch changes up to 963761a0b2e85663ee4a5630f72930885a06598a:
[media] rc-core: race condition during ir_raw_event_register() (2017-06-04 15:25:38 -0300)
----------------------------------------------------------------
media fixes for v4.12-rc4
----------------------------------------------------------------
Colin Ian King (1):
[media] rainshadow-cec: ensure exit_loop is intialized
Hans Verkuil (3):
[media] cec: select CEC_CORE instead of depend on it
[media] cec: rename MEDIA_CEC_NOTIFIER to CEC_NOTIFIER
[media] cec: drop MEDIA_CEC_DEBUG
Mauro Carvalho Chehab (1):
[media] atomisp: don't treat warnings as errors
Sean Young (1):
[media] rc-core: race condition during ir_raw_event_register()
drivers/media/Kconfig | 6 ++++++
drivers/media/Makefile | 4 ++--
drivers/media/cec/Kconfig | 14 --------------
drivers/media/cec/Makefile | 2 +-
drivers/media/cec/cec-adap.c | 2 +-
drivers/media/cec/cec-core.c | 8 ++++----
drivers/media/i2c/Kconfig | 9 ++++++---
drivers/media/platform/Kconfig | 10 ++++++----
drivers/media/platform/vivid/Kconfig | 3 ++-
drivers/media/rc/rc-ir-raw.c | 13 ++++++++-----
drivers/media/usb/pulse8-cec/Kconfig | 3 ++-
drivers/media/usb/rainshadow-cec/Kconfig | 3 ++-
drivers/media/usb/rainshadow-cec/rainshadow-cec.c | 2 +-
drivers/staging/media/atomisp/i2c/Makefile | 2 --
drivers/staging/media/atomisp/i2c/imx/Makefile | 2 --
drivers/staging/media/atomisp/i2c/ov5693/Makefile | 2 --
drivers/staging/media/atomisp/pci/atomisp2/Makefile | 2 +-
include/media/cec-notifier.h | 2 +-
include/media/cec.h | 4 ++--
19 files changed, 45 insertions(+), 48 deletions(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-06-06 9:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-06 9:16 [GIT PULL for v4.12-rc5] 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.